Mainframe: Endevor and DB2 Fundamentals

Covers Endevor version control concepts and DB2 database management fundamentals for mainframe developers

20 Questions Published

Questions

Question 1 Multiple Choice (Multiple Answers)

What is Endevor?

  1. A Version Control Tool for elevating components into production
  2. a Source Control tool that always ensures we modify the latest version of the code
  3. a Tool that allows you to automate & control the movement of code during the SDLC
  4. Only Choice 1 & Choice 2
  5. All the above
  6. None of the above
Question 2 Multiple Choice (Single Answer)

Which of the following statement falls under Data Control Language ?

  1. CREATE
  2. INSERT
  3. DROP
  4. GRANT
Question 3 Multiple Choice (Single Answer)

Maximum length of columns in a table?

  1. 32
  2. 255
  3. 256
  4. Infinite
Question 4 Multiple Choice (Single Answer)

Which of the following error code is displayed when the column name is not a column of table name?

  1. - 205
  2. - 206
  3. - 207
  4. - 208
Question 5 Multiple Choice (Single Answer)

Which of the environments cannot access DB2?

  1. TSO
  2. IMS
  3. BATCH
  4. All the above can access
Question 6 Multiple Choice (Single Answer)

Which of the following statement establishes Syncpoint when an unsuccessful end of transaction is signaled?

  1. COMMIT
  2. ROLLBACK
  3. ALLOCATE
  4. DEALLOCATE
Question 7 Multiple Choice (Single Answer)

----- can be bound for single DBRM only.

  1. Plan
  2. Package
  3. Load
  4. Collection
Question 8 Multiple Choice (Single Answer)

Number of Tables that can be joined in a single query are

  1. 8
  2. 15
  3. 16
  4. 256
Question 9 Multiple Choice (Single Answer)

Which is of the following error code is returned when Program name is not found in plan?

  1. - 802
  2. - 803
  3. - 804
  4. - 805
Question 10 Multiple Choice (Single Answer)

Maximum length of row in a table?

  1. 18KB
  2. 32KB
  3. 64KB
  4. 256KB
Question 11 Multiple Choice (Single Answer)

Which is the formal relational term for the 'Number of Columns'?

  1. Degree
  2. Attribute
  3. Cardinality
  4. Domain
Question 12 Multiple Choice (Single Answer)

What is Endevor?

  1. A Version Control Tool for elevating components into production
  2. a Source Control tool that always ensures we modify the latest version of the code
  3. a Tool that allows you to automate & control the movement of code during the SDLC
  4. Only Choice 1 & Choice 2
  5. All the above
  6. None of the above
Question 13 Multiple Choice (Single Answer)

CCID Field?

  1. To group components together for easy retrieval
  2. A unique ID that logs every action on an element
  3. A single ID used by all Teammembers of the same team, for better control on the elements
  4. All the above
  5. None of the above
Question 14 Multiple Choice (Single Answer)

Build Using Map?

  1. To search the environment map when building a list of elements
  2. To search the system map when building a list of elements
  3. To search the subsystem map when building a list of elements
  4. To search the dataset when building a list of elements
Question 15 Multiple Choice (Single Answer)

Route for Moving Across Regions

  1. DEV01->ASM00->INT01->ACC00->PRD00
  2. DEV01->INT01->ACC00->ASM00->PRD00
  3. INT01->Dev01->ASM00->ACC00->PRD00
  4. DEV01->INT01->ASM00->ACC00->PRD00
Question 16 Multiple Choice (Single Answer)

Override Signout

  1. The System sends a request to the user who has signed-out the component so that the new user can edit / modify the same
  2. The system waits for the user signed out to sign-in the component
  3. The system ignores the sign-out of the user
  4. The system explicitly signs out the element for performing any action, irrespective of anyone else who has signed-out the same
Question 17 Multiple Choice (Single Answer)

Promotion Package Actions

  1. move, delete, add
  2. move, add
  3. move, delete
  4. move only
  5. add only
Question 18 Multiple Choice (Single Answer)

Program & Copybook

  1. A program can be created & generated, and then the copybooks can be created & generated
  2. A copybook has to be created before creating & generating the program
  3. A copybook has to be created & generated before creating & generating the program
  4. None of the above is true
Question 19 Multiple Choice (Single Answer)

Retrieve Copybooks

  1. By scanning all programs individually, giving a search for the text
  2. by using a scan elements feature in Endevor
  3. by using the 'WHERE USED' option in Endevor
  4. all the above
Question 20 Multiple Choice (Single Answer)

Footpring Mismatch

  1. When you try to move a program to another region that contains a version of the program that you didn't use for editing
  2. when you try to move a program to another region via Emergency
  3. when you move a program to a higher region
  4. None of the above