IBM C2090-614 Exam Practice Questions (P. 1)
- Full Access (108 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #1
Which constraints are used to tell the DB2 Optimizer to consider business rules that are not enforced by the database manager?
- ACheck constraints
- BDefault constraints
- CInformational constraints
- DReferential integrity constraints
Correct Answer:
C
C
send
light_mode
delete
Question #2
Given the following database design:

A Explain plan shows that a broadcast join is being used by a query that joins the DATE_DIM dimension table and the SALES fact table. Which action should be performed to improve query performance?

A Explain plan shows that a broadcast join is being used by a query that joins the DATE_DIM dimension table and the SALES fact table. Which action should be performed to improve query performance?
- ACreate a replicated summary table for the SALES table using the table space TS_REPL.
- BCreate a replicated summary table for the DATE_DIM table using the table space TS_REPL.
- CCreate an index on both the DATE_DIM and the SALES table for the column that is used in the collocated join.
- DCreate a replicated summary table for the SALES table using the table space TS_DIM and create an index on the DATE_DIM table.
Correct Answer:
B
B
send
light_mode
delete
Question #3
Which procedure is used to Explain an SQL statement using information obtained from the package cache or the package cache event monitor?
- AEXPLAIN_FROM_DATA
- BEXPLAIN_FROM_ACTIVITY
- CEXPLAIN_FROM_SECTION
- DEXPLAIN_FROM_CATALOG
Correct Answer:
C
C
send
light_mode
delete
Question #4
Which statement about the initiation of parallel I/O is correct?
- AFor list prefetching, each list of data pages is divided into smaller lists according to extent boundaries and assigned to different I/O servers.
- BFor read-ahead prefetching, each list of data pages is divided into smaller lists according to extent boundaries and assigned to different I/O servers.
- CFor sequential prefetching, parallel I/O is initiated when the prefetch size is a multiple of the extent size for a table space. Each prefetch request is divided into smaller requests and assigned to different I/O servers.
- DFor sequential prefetching, parallel I/O is initiated when the extent size is a multiple of the prefetch size for a table space. Each prefetch request is divided into
Correct Answer:
C
C
send
light_mode
delete
Question #5
The following message is frequently seen in the DB2 Diagnostics Log file (db2diag.log):
MESSAGE:
ADM5502W -
The escalation of "28581" locks on table "TEST.TABLE1" to lock intent "X" was successful.
Which two database configuration parameter settings should be checked? (Choose two.)
MESSAGE:
ADM5502W -
The escalation of "28581" locks on table "TEST.TABLE1" to lock intent "X" was successful.
Which two database configuration parameter settings should be checked? (Choose two.)
send
light_mode
delete
All Pages