IBM C2090-600 Exam Practice Questions (P. 4)
- Full Access (60 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 #16
Which statement regarding event monitors is TRUE?
- AEvent monitor data can be reviewed while the event monitor is active
- BEvent monitors must always be started manually after activating a database
- CEvent monitors must write data to .EVT files before the data can be loaded into database tables
- DEvent monitors are used to obtain information about how a database system looks at a specific point in time
Correct Answer:
B
Reference:
https://www.ibm.com/support/knowledgecenter/en/SSEPGG_11.1.0/com.ibm.db2.luw.sql.ref.doc/doc/r0000915.html
B
Reference:
https://www.ibm.com/support/knowledgecenter/en/SSEPGG_11.1.0/com.ibm.db2.luw.sql.ref.doc/doc/r0000915.html
send
light_mode
delete
Question #17
Which options are valid for an online reorganization operation?
- AFULL and RECLAIM EXTENTS
- BCLASSIC and RECLAIM EXTENTS
- CFULL and CLEANUP OVERFLOWS
- DCLEAN OVERFLOWS and RECLAIM EXTENTS
Correct Answer:
A
A
send
light_mode
delete
Question #18
A DBA has observed that queries executed against SALES table have poor performance. DB2 tools have indicated that the level of data fragmentation in the
SALES table is very high. Similar results were detected for indexes defined on the SALES table.
Which of the following commands should be used by the DBA to improve the performance of the queries run against the SALES table?
SALES table is very high. Similar results were detected for indexes defined on the SALES table.
Which of the following commands should be used by the DBA to improve the performance of the queries run against the SALES table?
- AREORG TABLE sales AND INDEXES ALL; RUNSTATS ON TABLE sales AND INDEXES ALL;
- BREORG TABLE sales INPLACE; REORG INDEXES ALL FOR TABLE sales; RUNSTATS ON TABLE sales AND INDEXES ALL;
- CRUNSTATS ON TABLE sales AND INDEXES ALL; REORGCHK ON TABLE sales;
- DRUNSTATS ON TABLE sales INPLACE AND INDEXES ALL;
Correct Answer:
A
A
send
light_mode
delete
Question #19
Which of the following are valid Explain operators? (Choose two.)
- ACTQ
- BXSCAN
- CIXSCAN
- DSELECT
- ECOLSCAN
Correct Answer:
BC
Reference:
https://www.ibm.com/support/knowledgecenter/en/SSEPGG_9.7.0/com.ibm.db2.luw.admin.explain.doc/doc/r0052023.html
BC
Reference:
https://www.ibm.com/support/knowledgecenter/en/SSEPGG_9.7.0/com.ibm.db2.luw.admin.explain.doc/doc/r0052023.html
send
light_mode
delete
Question #20
Which is the correct way to back up only metadata about database backups, table space backups, and table load operations for database MYDB?
- ACONNECT TO mydb PRUNE HISTORY TO /outdir
- Bdb2trc on –db mydb –m "backup,load" run the desired operations db2tc dump db2trc.dmp db2tc format db2tc.dmp db2tc.fmt db2tc off
- CBACKUP DATABASE mydb NO TABLESPACE TO /outdir
- Ddb2set DB2_BCKP_PAGE_VERIFICATION=TRUE must be issued first (no instance restart is needed). Run the desired operations.
Correct Answer:
B
B
send
light_mode
delete
All Pages