Mainframe: Endevor and DB2 Fundamentals
Covers Endevor version control concepts and DB2 database management fundamentals for mainframe developers
Questions
What is Endevor?
- A Version Control Tool for elevating components into production
- a Source Control tool that always ensures we modify the latest version of the code
- a Tool that allows you to automate & control the movement of code during the SDLC
- Only Choice 1 & Choice 2
- All the above
- None of the above
Which of the following statement falls under Data Control Language ?
- CREATE
- INSERT
- DROP
- GRANT
Maximum length of columns in a table?
- 32
- 255
- 256
- Infinite
Which of the following error code is displayed when the column name is not a column of table name?
- - 205
- - 206
- - 207
- - 208
Which of the environments cannot access DB2?
- TSO
- IMS
- BATCH
- All the above can access
Which of the following statement establishes Syncpoint when an unsuccessful end of transaction is signaled?
- COMMIT
- ROLLBACK
- ALLOCATE
- DEALLOCATE
----- can be bound for single DBRM only.
- Plan
- Package
- Load
- Collection
Number of Tables that can be joined in a single query are
- 8
- 15
- 16
- 256
Which is of the following error code is returned when Program name is not found in plan?
- - 802
- - 803
- - 804
- - 805
Maximum length of row in a table?
- 18KB
- 32KB
- 64KB
- 256KB
Which is the formal relational term for the 'Number of Columns'?
- Degree
- Attribute
- Cardinality
- Domain
What is Endevor?
- A Version Control Tool for elevating components into production
- a Source Control tool that always ensures we modify the latest version of the code
- a Tool that allows you to automate & control the movement of code during the SDLC
- Only Choice 1 & Choice 2
- All the above
- None of the above
CCID Field?
- To group components together for easy retrieval
- A unique ID that logs every action on an element
- A single ID used by all Teammembers of the same team, for better control on the elements
- All the above
- None of the above
Build Using Map?
- To search the environment map when building a list of elements
- To search the system map when building a list of elements
- To search the subsystem map when building a list of elements
- To search the dataset when building a list of elements
Route for Moving Across Regions
- DEV01->ASM00->INT01->ACC00->PRD00
- DEV01->INT01->ACC00->ASM00->PRD00
- INT01->Dev01->ASM00->ACC00->PRD00
- DEV01->INT01->ASM00->ACC00->PRD00
Override Signout
- The System sends a request to the user who has signed-out the component so that the new user can edit / modify the same
- The system waits for the user signed out to sign-in the component
- The system ignores the sign-out of the user
- The system explicitly signs out the element for performing any action, irrespective of anyone else who has signed-out the same
Promotion Package Actions
- move, delete, add
- move, add
- move, delete
- move only
- add only
Program & Copybook
- A program can be created & generated, and then the copybooks can be created & generated
- A copybook has to be created before creating & generating the program
- A copybook has to be created & generated before creating & generating the program
- None of the above is true
Retrieve Copybooks
- By scanning all programs individually, giving a search for the text
- by using a scan elements feature in Endevor
- by using the 'WHERE USED' option in Endevor
- all the above
Footpring Mismatch
- When you try to move a program to another region that contains a version of the program that you didn't use for editing
- when you try to move a program to another region via Emergency
- when you move a program to a higher region
- None of the above