IBM Certified Database Administrator - DB2 10 for z/OS (000-612) Free Practice Test
Question 1
For monitoring space growth over time, which statistics should NOT be considered?
Correct Answer: D
Question 2
Given the following statements have been run successfully and the buffer pools BP1 and BP2 both have the same page size: CREATE TABLESPACE TS1 IN DB1 DEFINE YES BUFFERPOOL BP1 MAXPARTITIONS 15 MEMBER CLUSTER ; CREATETABLE TB1 (COL1 INT NOT NULL WITH DEFAULT) IN DB1.TS1 ; COMMIT ; ALTER TABLESPACE TS1 BUFFERPOOL BP2 MAXPARTITIONS 20 ; What is the next logical step in the sequence to CREATE an index IX1 on COL1 on TB1?
Correct Answer: B
Question 3
Which of the following does NOT make a view a read-only view?
Correct Answer: A
Question 4
What trace class will show deadlock information?
Correct Answer: D
Question 5
Which of the following types of table spaces allow multiple tables?
Correct Answer: A
Question 6
The application will be handling a large volume of input data that will need to be added to or update 4 differenttables. On average, there will be 50 million input records daily. To ensure that the application process to SQL INSERT and SQL UPDATE(or SQL MERGE) delivers a high level of availability to the tables involved in this application process, what is a key component of the application coding?
Correct Answer: C
Question 7
What is the maximum levels of backup that DB2 plan stability can support?
Correct Answer: B
Question 8
You want to ALTER a table space specifying MAXPARTITIONS 256. For which table space type does the ALTER fail?
Correct Answer: A
Question 9
When is a merge scan join a well performing access path?
Correct Answer: B
Question 10
The frequency of data being changed for several tables in the new Billing application is very unpredictable. A different approach to manage Runstats for these objects is desired.
To provide additional information on update patterns for the new Billing Application, the DBA can use what information to better understand the unpredictable workload patterns on the tablespaces?
To provide additional information on update patterns for the new Billing Application, the DBA can use what information to better understand the unpredictable workload patterns on the tablespaces?
Correct Answer: C