C2090-312 Exam Questions
191 real C2090-312 exam questions with expert-verified answers and explanations. Page 2 of 4.
- Question #56
The new billing application is seeing Class 2 Elapsed Time being made up of mainly Class 3 Synchronous database I/O time. All of the DB2 objects for the new billing application are...
- Question #57
Which of the following types of SQL statements are NOT eligible to be stored in the dynamic SQL statement cache?
- Question #58
Which clone table statement is correct?
- Question #59
What is a potential consideration when using triggers?
- Question #60
Given the following CREATE TABLE statement: CREATE TABLE TB1 (C1 CHAR(4), C2 XML, C3 CLOB(1K)) ; How many VSAM clusters will DB2 create?
- Question #61
You want to ALTER a table space specifying MAXPARTITIONS 256. For which table space type does the ALTER fail?
- Question #62
Compression is desired for index IX1. The current definition of IX1 is as follows: CREATE INDEX IX1 ON TAB1 (COL1 ASC) USING STOGROUP STG1 BUFFERPOOL BP1 ; Which of the following a...
- Question #63
Which of the following does NOT make a view a read-only view?
- Question #64
A table is created using the ORGANIZED BY HASH UNIQUE syntax, what action should occur?
- Question #65
When modeling data to provide for a physical design, which of the following defines the data types for the columns in the DB2 physical table?
- Question #66
A LOB column with BLOB(40) INLINE LENGTH 40 has been defined. Which statement is correct?
- Question #67
Which statement about encoding schemes is correct?
- Question #68
Why does the following DDL command fail? CREATE INDEX X1 ON T1 (COL1, COL2, COL3, BUSINESS_TIME WITHOUT_OVERLAPS);
- Question #69
In which situation does adding a referential constraint place a table space containing data into check-pending status?
- Question #71
Your table space DB1.TS1 is currently index-partitioned. Which steps should be performed at a minimum to make it a partitioned-by-range table space?
- Question #72
Which of the following types of table spaces allow multiple tables?
- Question #73
Which of the following tasks cannot be done via a single ALTER TABLE statement?
- Question #74
Click on the exhibit to view properly coded XML data. Some employees have been assigned assistants. Which two are the leanest, most efficient XML indexes to get both the names and...
- Question #75
What is the one significant difference between sequence objects and identity columns?
- Question #76
Altering the DSSIZE is allowed for what type of table space?
- Question #77
An EBCDIC table t1 and a UNICODE table t2 are joined by t1.col1=t2.col2. Which statement is true?
- Question #78
When these two commands are issued in sequence, one after the other: STOP FUNCTION SPECIFIC(A.B) ACTION(REJECT) STOP FUNCTION SPECIFIC(A.B) ACTION(QUEUE) What will occur?
- Question #80
Your current backup strategy is to run COPY SHRLEVEL CHANGE for all your table spaces each night. You create FULL image copies once a week and INCREMENTAL copies during the rest of...
- Question #81
What is the appropriate action to maintain data consistency if your page set is in REFP restrictive state?
- Question #82
DB2 workfiles are critical to performance of applications. Which of the following will NOT assist with achieving best performance for workfile usage?
- Question #83
Unnecessary REORGs of indexes may be avoided by which of the following?
- Question #84
Which of the following utilities is NOT relevant for health checking the DB2 V10 catalog or directory in new function mode?
- Question #85
The -DIS UTIL(REORGON) command was entered for a REORG utility with SHRLEVEL CHANGE with utilid REORGON. Which statement is NOT true?
- Question #86
Using the -SET LOG command, what logging characteristics CANNOT be modified?
- Question #87
In a data sharing environment, how is the LRSN value created?
- Question #88
What kind of information is stored in SYSIBM.SYSCOPY?
- Question #89
What is one of the first key steps in preparing to use the BACKUP SYSTEM utility?
- Question #90
An object (table space, index space or a physical partition of a table space or index space) is in AREST or RESTP status. If backout activity is not already underway, what should o...
- Question #91
When planning for disaster recovery, which two items are NOT required to send to the remote site? (Choose two.)
- Question #92
Which two parameters would reduce the impact of availability from a REORG with SHRLEVEL CHANGE for a partitioned table space with 16 parts? (Choose two.)
- Question #93
The application will be handling a large volume of input data that will need to be added to or update 4 different tables. On average, there will be 50 million input records daily....
- Question #95
Which option allows the UNLOAD utility to unload LOBs into output files together with non-LOB data?
- Question #96
Which of the following statements is NOT correct?
- Question #97
Workload Manager (WLM) manages how many concurrent stored procedures can run in an address space and the number of concurrent stored procedures in an address space cannot exceed th...
- Question #98
If a single row of the PLAN_TABLE has a 'Y' value in more than one of the sort composite columns, what is indicated?
- Question #99
What IBM provided stored procedure will access DB2 real time statistics tables?
- Question #100
The EXPLAIN STMTCACHE ALL statement provides information about SQL tuning. Which information is part of the DSN_STATEMENT_CACHE_TABLE?
- Question #101
Which two of the following DB2 performance features will ignore clustering in favor of faster insert performance? (Choose two.)
- Question #103
What trace class will show deadlock information?
- Question #104
Which DSNZPARM will define the number of RID Blocks in the RID Pool?
- Question #105
When DB2 detects at runtime requiring a large amount of data to be read, which prefetch method is used more often?
- Question #106
In order to retain an access path across a rebind which of the following commands could be used?
- Question #107
How do you enable parallelism in a dynamic SQL statement?
- Question #108
Which DB2 trace has potentially the highest level of overhead, and should typically be run in specific situations and only for short durations?
- Question #109
When is changing an index from non-clustering to clustering NOT allowed?