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 DB2 9.7 DBA for Linux UNIX and Windows (000-541) Free Practice Test

Question 1
For which two purposes would you run the db2look tool? (Choose two.)

Correct Answer: A,D
Question 2
You are unable to configure a data source using DB2 Discovery. What are three reasons why this is happening? (Choose three.)

Correct Answer: B,D,E
Question 3
Which group of memory consumers can be adjusted by the Self-Tuning Memory Manager (STMM)?

Correct Answer: A
Question 4
The SELF_TUNING_MEM database configuration (db cfg) parameter is set to ON.
Which three statements will cause the memory tuner to actively tune memory within the database? (Choose three.)

Correct Answer: A,C,D
Question 5
If this command is executed:
db2advis -d sample -g
What is the Design Advisor using to perform its analysis?

Correct Answer: B
Question 6
What are three authorization categories in DB2? (Choose three.)

Correct Answer: A,B,D
Question 7
A DBA wants to use Label Based Access Control (LBAC) to protect Individual rows in a table. Which data type must be used to create a column to hold the necessary LBAC security data?

Correct Answer: D
Question 8
Which two SOL statements are explainable statements? (Choose two.)

Correct Answer: A,B
Question 9
Index TAB 1X1 was created as shown below:
CREATE INDEX tablxl ON tab1(col_1)
Which modification to index TAB 1X1 can be performed with an ALTER INDEX statement?

Correct Answer: C