IBM C2090-600 Exam Practice Questions (P. 1)
- 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 #1
Assuming no database connections exist, which of the following will dynamically change the LOCKLIST database configuration parameter for a database named
SAMPLE to AUTOMATIC?
SAMPLE to AUTOMATIC?
- AUPDATE DB CFG FOR sample USING LOOCKLIST AUTOMATIC IMMEDIATE
- BUPDATE DB CFG FOR sample USING LOOCKLIST 8192 AUTOMATIC IMMEDIATE
- CCONNECT TO sample; UPDATE DB CFG FOR sample USING LOCKLIST AUTOMATIC IMMEDIATE; CONNECT RESET;
- DATTACH TO db2inst1; UPDATE DB CFG FOR sample USING LOCKLIST AUTOMATIC;
Correct Answer:
C
C
send
light_mode
delete
Question #2
Which two tasks must be done to read data directly from IBM Softlayer Object Storage and insert it into a DB2 database? (Choose two.)
- ACatalog a storage access alias in the DB2 database
- BCreate an FTP account on IBM Softlayer Object Storage
- CUse the DB2REMOTE parameter of the LOAD command
- DEstablish a remote connection to IBM Softlayer Object Storage using DB2 Connect
- ECreate a local disk alias at the database server operating system level that points to IBM Softlayer Object Storage
Correct Answer:
AC
AC
send
light_mode
delete
Question #3
Which of the following statements about compression for BLU MPP tables is TRUE?
- ACompression must be explicitly enabled for BLU MPP tables
- BCompression requires decompression to evaluate partition joins
- CUnique compression dictionaries are generated for each partition
- DEach table has a single compression dictionary that gets replicated across all partitions
Correct Answer:
D
Reference:
http://www.idug.org/p/bl/et/blogaid=503
D
Reference:
http://www.idug.org/p/bl/et/blogaid=503
send
light_mode
delete
Question #4
A production database has the following daily midnight backup schedule which includes all table spaces. The database incurs the same volume of daily activity
(inserts, updates, and deletes).
Sunday Delta -
Monday Incremental -
Tuesday Delta -
Wednesday Delta -
Thursday Incremental -
Friday Delta -
Saturday Full -
Which day would you expect a RECOVER DATABASE following that days backup to take the longest time to complete?
(inserts, updates, and deletes).
Sunday Delta -
Monday Incremental -
Tuesday Delta -
Wednesday Delta -
Thursday Incremental -
Friday Delta -
Saturday Full -
Which day would you expect a RECOVER DATABASE following that days backup to take the longest time to complete?
send
light_mode
delete
Question #5
Which statement about NOT ENFORCED unique constraints is TRUE?
- ANOT ENFORCED unique constraints can not be defined on primary key columns
- BThe query optimizer will consider a NOT ENFORCED unique constraint when selecting an optimal data access plan
- CWhen attempting to insert data that does not conform to a NOT ENFORCED unique constraint, a warning will be returned
- DStorage requirements for a NOT ENFORCED unique constraint are no different than the storage requirements for a similar unique index
Correct Answer:
A
A
send
light_mode
delete
All Pages