Labour Day Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 70percent

IBM C2090-600 IBM DB2 11.1 DBA for LUW Exam Practice Test

Demo: 9 questions
Total 60 questions

IBM DB2 11.1 DBA for LUW Questions and Answers

Question 1

Which of the following statements about compression for BLU MPP tables is TRUE?

Options:

A.

Compression must be explicitly enabled for BLU MPP tables

B.

Compression requires decompression to evaluate partition joins

C.

Unique compression dictionaries are generated for each partition

D.

Each table has a single compression dictionary that getsreplicated across all partitions

Question 2

Which statement about NOT ENFORCED unique constraints is TRUE?

Options:

A.

NOT ENFORCED unique constraints can not be defined on primary key columns

B.

The query optimizer will consider a NOT ENFORCED unique constraint when selecting an optimal data access plan

C.

When attempting to insert data that does not conform to a NOT ENFORCED unique constraint, awarning will be returned

D.

Storage requirements for a NOT ENFORCED unique constraint are no different than the storage requirements for a similar unique index

Question 3

Which of the following SQL statements will list table spaces whose utilization is greater than 95% and may potentially fill, returning an error?

Options:

A.

SELECT tbsp_name, tbsp_utilization_percent

FROM TABLE(sysproc.mon_tbsp_utilization()) AS t

WHERE tbsp_utilization_percent > 95

AND tbsp_auto_resize_enabled = 1;

B.

SELECT tbsp_name, tbsp_utilization_percent

FROM syscat.mon_tbsp_utilization

WHERE tbsp_utilization_percent > 95

AND tbsp_auto_resize_enabled = 0;

C.

SELECT tbsp_name, tbsp_utilization_percent

FROM syscat.mon_tbsp_utilization

WHERE tbsp_utilization_percent > 95

AND tbsp_auto_resize_enabled = 1;

D.

SELECT tbsp_name, tbsp_utilization_percent

FROM sysibmadm.mon_tbsp_utilization

WHERE tbsp_utilization_percent > 95

AND tbsp_auto_resize_enabled = 0;

Question 4

When choosing the dimensions for an MDC table, poor space utilization can occur due to low cell density. What can cause an MDC table to use much more space?

Options:

A.

The page size is too small.

B.

The extent size is too small.

C.

Low cardinality of the dimension(s) chosen.

D.

High cardinality of the dimension(s) chosen.

Question 5

Assuming no database connections exist, which of the following will dynamically change the LOCKLIST database configuration parameter for a database named SAMPLE to AUTOMATIC?

Options:

A.

UPDATE DB CFG FOR sample USING LOOCKLIST AUTOMATIC IMMEDIATE

B.

UPDATE DB CFG FOR sample USING LOOCKLIST 8192 AUTOMATIC IMMEDIATE

C.

CONNECT TO sample;

UPDATE DB CFG FOR sample USINGLOCKLIST AUTOMATIC IMMEDIATE;

CONNECT RESET;

D.

ATTACH TO db2inst1;

UPDATE DB CFG FOR sample USING LOCKLIST AUTOMATIC;

DETACH;

Question 6

Which command can be used to view the configured global registry settings for all installed DB2 copies found on a Linux server?

Options:

A.

db2val

B.

db2set

C.

db2look

D.

db2greg

Question 7

Automatic space reclamation for column-organized tables can be accomplished in which of the following scenarios?

Options:

A.

When the registry variableDB2_AUTORECLAIMSPACE=YES

B.

After termination all the back-end processes using TERMINATE command

C.

After setting the database configuration parameter AUTO_DEL_REC_OBJ to ON

D.

When the registry variable DB2_WORKLOAD=ANALYTICS prior to database creation

Question 8

You receive a large data file that contains large object data values that need to be copied into a table in the shortest amount of time possible. Which utility should be used?

Options:

A.

LOAD

B.

INGEST

C.

IMPORT

D.

TRANSPORT

Question 9

Which operation best describes the purpose of the SET INTEGRITY PRUNE operation?

Options:

A.

To prunethe contents of a staging table.

B.

To prune the contents of a synopsis table.

C.

To prune the contents of a materialized query table (MQT).

D.

To prune the contents of a declared global temporary table.

Demo: 9 questions
Total 60 questions