IBM C2090-614 Exam Practice Questions (P. 3)
- 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 #11
What advantage do block-based buffer pools offer compared to regular buffer pools?
- AThey improve the performance of sequential prefetching by reading contiguous pages from disk and writing them into contiguous pages in a buffer pool.
- BThey improve the performance of random I/O by reading non-contiguous pages from disk and writing them into near-contiguous free space in a buffer pool.
- CThey improve the performance of vectored reads by retrieving non-contiguous pages from disk, combining them into extent-sized blocks, and writing the blocks into contiguous pages in a buffer pool.
- DThey improve the performance of scattered writes by retrieving non-contiguous pages from a buffer pool, combining them into extent-sized blocks, and writing
Correct Answer:
A
A
send
light_mode
delete
Question #12
The following query is executed frequently against the SALES table:
SELECT sales_person, region FROM sales WHERE region = 'Quebec'
Which statement will create an index for optimal query performance?
SELECT sales_person, region FROM sales WHERE region = 'Quebec'
Which statement will create an index for optimal query performance?
- ACREATE INDEX sales_idx ON sales (region)
- BCREATE INDEX sales_idx ON sales (sales_person)
- CCREATE INDEX sales_idx ON sales (region, sales_person)
- DCREATE INDEX sales_idx ON sales (region) INCLUDE (sales_person)
Correct Answer:
C
C
send
light_mode
delete
Question #13
Which monitoring tool can be used to find out how many data pages have been read from the table space containers for regular, large, and temporary table spaces?
- AThe MON_DB_SUMMARY administrative view.
- BThe MON_BP_UTILIZATION administrative view.
- CThe MON_GET_ACTIVITY_DETAILS table function.
- DThe MON_GET_EXTENT_MOVEMENT_STATUS table function.
Correct Answer:
B
B
send
light_mode
delete
Question #14
What is the FAILARCHPATH database configuration parameter used for?
- ATo specify a path that DB2 will use to look for archive log files that are needed for a roll forward recovery operation.
- BTo specify a path to which DB2 will attempt to store a copy of archive log files to protect against accidental deletion.
- CTo specify a path to which DB2 will attempt to store a copy of both active and archive log files to protect against disk failure and power outages.
- DTo specify a path to which DB2 will attempt to store archive log files if they cannot be written to the primary or secondary archive destination because of a
Correct Answer:
D
D
send
light_mode
delete
Question #15
An auxiliary HADR standby database must use which HADR sync mode?
send
light_mode
delete
All Pages