IBM Assessment: DB2 10.1 DBA for Linux, UNIX, and Windows (A2090-611) Free Practice Test
Question 1
By analyzing EXPLAIN data, you notice that a table scan is being performed instead of an index scan even though an index exists. In order to utilize the existing index, what should be done before issuing the RUNSTATS command to collect statistics for both the index and table?
Correct Answer: C
Question 2
Which statement about primary keys is true?
Correct Answer: D
Question 3
If the following statement is executed: REORGCHK UPDATE STATISTICS ON TABLE ALL What will happen?
Correct Answer: B
Question 4
Table TAB1 was created as follows:

Which statement(s) should be used to create an index on column COL1 of table TAB1 that is enabled for compression?

Which statement(s) should be used to create an index on column COL1 of table TAB1 that is enabled for compression?
Correct Answer: D
Question 5
Which SQL/XML publishing function can be used to convert XML data into other formats, including other XML schemas?
Correct Answer: C
Question 6
If you are running DB2 in clustered environment, what utility should you use to get the status of cluster?
Correct Answer: B
Question 7
A table named CUSTOMER and an index named CUST_IDX were created as follows:

Which operation would you expect to see in the access plan diagram produced?

Which operation would you expect to see in the access plan diagram produced?
Correct Answer: B
Question 8
What authority is required to grant a user ACCESSCTRL authority?
Correct Answer: A
Question 9
A table named SALES was created as follows:

If management wants to use Label-Based Access Control (LBAC) to protect individual rows in the SALES table, and the security policy needed (SEC_POLICY) has already been created, what must be done to protect the table as desired?

If management wants to use Label-Based Access Control (LBAC) to protect individual rows in the SALES table, and the security policy needed (SEC_POLICY) has already been created, what must be done to protect the table as desired?
Correct Answer: B
Question 10
Which statement about Binary XML is FALSE?
Correct Answer: C