Skip to main content

C2090-311 Real Exam Questions

IBM DB2 10.5 DBA for LUW Upgrade from DB2 10.1

30 questions available · Page 1 of 3

Updated Exam DumpsVerified AnswersPass Guarantee

Get Complete Exam Dumps
Question 1 Single choice

What happens when the STATISTICS USE PROFILE option is provided with a LOAD command that will be used to populate a column-organized table and a statistics profile does not exist?

  1. A

    A warning is returned and no statistics are collected.

  2. B

    An error is returned and the table is placed in "load pending" state.

  3. C

    A statistics profile is automatically generated before the load is allowed to continue.

  4. D

    The Load utility uses the same RUNSTATS command options as those used during an automatic runstats operation.

Show answer and explanation

Correct answer: C

Question 2 Single choice

Which type of compression is NOT provided as part of the DB2 Storage Optimization Feature?

  1. A

    Row compression

  2. B

    Index compression

  3. C

    Backup compression

  4. D

    Temporary table compression

Show answer and explanation

Correct answer: C

Question 3 Single choice

Which statement about column-organized tables is true?

  1. A

    Databases with column-organized tables can be federated.

  2. B

    Schemas that include column-organized tables can be transported.

  3. C

    Sort memory can be automatically tuned in environments containing column-organized tables.

  4. D

    Queries that use the Currently Committed semantics can be used with column-organized tables.

Show answer and explanation

Correct answer: A

Question 4 Single choice

An expression-based index named EMPJND1 and a statistical view named EMP_IND1_V have been created for a table named EMPLOYEE.

If the following command is used to set up a statistics profile on the statistical view EMP_IND1_V:

RUNSTATS ON VIEW emp_ind1_v WITH DISTRIBUTION DEFAULT UM_FREQVALUES 50 SET
PROFILE ONLY

Which command will create a statistics profile on the EMPLOYEE table?

  1. A

    RUNSTATS ON TABLE employee USE PROFILE

  2. B

    RUNSTATS ON TABLE employee USE SAMPLED INDEX emp_ind1

  3. C

    RUNSTATS ON TABLE employee WITH DISTRIBUTION AND SAMPLED DETAILED INDEXES ALL

  4. D

    RUNSTATS ON TABLE employee WITH DISTRIBUTION AND SAMPLED INDEX emp_ind1
    GENERATE PROFILE

Show answer and explanation

Correct answer: C

Question 5 Multiple choice

Which two HADR synchronization modes are supported in DB2 10.5 pureScale environments?

  1. A

    SYNC

  2. B

    ASYNC

  3. C

    NEARSYNC

  4. D

    SUPERSYNC

  5. E

    SUPERASYNC

Show answer and explanation

Correct answers: B, C

Question 6 Single choice

If the following commands are executed successfully:

Which SQL statement will fail?

  1. A

    Option A

  2. B

    Option B

  3. C

    Option C

  4. D

    Option D

Show answer and explanation

Correct answer: C

Question 7 Single choice

By default, the Optim Workload Table Organization Advisor will recommend converting row-organized tables to column-organized tables if it determines that the change will improve query performance, as a whole, by how much?

  1. A

    15 percent

  2. B

    20 percent

  3. C

    25 percent

  4. D

    30 percent

Show answer and explanation

Correct answer: B

Question 8 Single choice

In which type of database are column-organized tables supported?

  1. A

    Partitioned databases.

  2. B

    DB2 pureScale databases.

  3. C

    Databases whose code set is Unicode.

  4. D

    Databases whose code set is Non-Unicode.

Show answer and explanation

Correct answer: A

Question 9 Single choice

What type of table can be converted into a column-organized table with the db2convert command?

  1. A

    A range partitioned table

  2. B

    A materialized query table

  3. C

    A row-organized user table

  4. D

    A declared global temporary table

Show answer and explanation

Correct answer: A

Question 10 Single choice

What will cause the creation of a column-organized table to fail?

  1. A

    Setting the database code set to UNICODE.

  2. B

    Setting the DFT_DEGREE database configuration parameter to ANY.

  3. C

    Setting the AUTO_RUNSTATS database configuration parameter to ON.

  4. D

    Setting the UTILJHEAP_SZ database configuration parameter to at least 1.000,000 pages.

Show answer and explanation

Correct answer: C