What are the different types of Merges
Trivial
Non-Trivial
Automatic
All the above
Following files cannot be merged
Html
Java
Binary
Ascii
What is a view config spec
It specifies which versions of the element should appear in the view
It specifies what type of branching logic used.
None of the above
What are the key products of IBM ClearCase Family
ClearCase LT
ClearCase
ClearCase MultiSite
What are the different clear case Roles
Configuration Manager
Administrator
Tester
a & b
What are the responsilibities of a Developer
Sets up workspace
Integrates changes
Creates baseline
What is the Lost and Found Directory
Contains orphaned elements, which are no longer catalogued in any version of any directory
All the deleted elements will be stored
It the meta directory of the ClearCase
None
Given the following scenario: Table TABLE1 needs to hold specific numeric values up to 9999999.999 in column COL1. Once TABLE1 is populated, arithmetic operations will be performed on data stored in col-umn COL1. Which of the following would be the most appropriate DB2 data type to use for column COL1?
INTEGER
REAL
NUMERIC (7,3)
DECIMAL(10,3)
An application has acquired a Share lock on a row in a table and now wishes to update the row. Which of the following statements is true?
The application must release the row-level Share lock it holds and acquire an Update lock on the row
The application must release the row-level Share lock it holds and acquire an Update lock on the table
The row-level Share lock will automatically be converted to a row-level Up-date lock
The row-level Share lock will automatically be escalated to a table-level Up-date lock
Which of the following is a NOT a valid reason for defining a view on a table?
Restrict users' access to a subset of table data
Ensure that rows inserted remain within the scope of a definition
Produce an action as a result of a change to a table
Provide users with an alternate view of table data