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 11.1 Fundamentals for LUW (C2090-616) Free Practice Test

Question 1
Which optional NPS compatibility features will be activated by executing the following? (Choose two.) SET SQL_COMPAT='NPS'

Correct Answer: C,E
Question 2
How can you tell what privileges on a table or view have been granted to a user? (Choose two.)

Correct Answer: D,E
Question 3
The following statements are executed:
GRANT CREATETAB, DATAACCESS, ON DATABASE TO ROLE role A;
GRANT CREATETAB, BINDADD ON DATABASE TO ROLE role B;
GRANT ROLE role A to USER db2inst3;
GRANT ROLE role B to USER db2inst3;
Which of the following is TRUE if this statement is executed later?
REVOKE ROLE roleB FROM USER db2inst3;

Correct Answer: A
Question 4
Which of the following statements will successfully create a table that scores index data in a different table space than the table data?

Correct Answer: A
Question 5
Which of the following isolation levels most reduces concurrency and is most likely to cause lock escalations?

Correct Answer: A
Question 6
Which three facilities are used to control authorization in DB2?

Correct Answer: A
Question 7
If you are already connected to a database, what does running the following statement do?
Db2 CONNECT

Correct Answer: D