Welcome to TestSimulate

Pass Your Next Certification Exam Fast!

Everything you need to prepare, learn & pass your certification exam easily.

365 days free updates. First attempt guaranteed success.

IBM Assessment: DB2 10.1 Advanced DBA for LUW (A2090-614) Free Practice Test

Question 1
The following message is frequently seen in the DB2 Diagnostics Log file (db2diag.log): MESSAGE : ADM5502W The escalation of "28581" locks on table "TEST.TABLE1" to lock intent "X" was successful. Which two database configuration parameter settings should be checked? (Choose two.)

Correct Answer: A,E
Question 2
What is the FAILARCHPATH database configuration parameter used for?

Correct Answer: D
Question 3
Consider the following statement:

Which indexes should be created for optimal query performance?

Correct Answer: D
Question 4
What advantage do block-based buffer pools offer compared to regular buffer pools?

Correct Answer: A
Question 5
Which statement about partitioned indexes is FALSE?

Correct Answer: D
Question 6
A database named TEST was created and two buffer pools named BP_GENERAL and BP_AUDITING were created as follows:

IBM 000-614 : Practice Test
The majority of the database tables were created in table space TS1, while one large table was created in table space TS2. A set of triggers thatThe majority of the database tables were created in table space TS1, while one large table was created in table space TS2. A set of triggers that would populate the table in table space TS2 each time changes were made to the database were then defined and the database was put into production.
At first, ad-hoc queries performing random I/O against the table in table space TS2 ran fine, but performance has gotten worse as the table has gotten larger. What should be done to improve query performance?

Correct Answer: A
Question 7
You need to restore a table space that was backed up earlier, but before you begin a restore operation you want to determine whether any tables in the table space were
populated with a LOAD ... NONRECOVERABLE operation. What can be used to provide this information?

Correct Answer: B
Question 8
The following query is executed frequently against the EMPLOYEE table: SELECT empid, salary, bonus FROM employee ORDER BY bonus, salary; Which statement will create an index for optimal query performance?

Correct Answer: B