Technology Questions
Practice Technology MCQs with answers and explanations. Page 48 of 79.
Category
Interview
Topic
Technology
Page
48 / 79
Mode
Practice
Questions
Open any question to view the answer and explanation.
In relational database design, what is a self-referencing constraint and when would you typically use it?
Open
View answer
A sequential file contains the records D, E, F, C, and A. In the mainframe File-AID utility, how can you copy only the D and A records from this file into a new dataset?
Open
View answer
In an EMP table, the SQL statement SELECT AVG(SALARY) FROM EMP seems to yield inaccurate results. What is a common reason for this behaviour in relational databases?
Open
View answer
In DB2, what is a plan and what role does it play in executing embedded SQL programs?
Open
View answer
In DB2 terminology, what is a bind and why is the BIND process important for executing embedded SQL programs?
Open
View answer
In a mainframe batch environment, how can you send data from a COBOL file to a DB2 table in a controlled and reusable way?
Open
View answer
In database indexing terminology, what is meant by index cardinality and why is it important for query performance?
Open
View answer
Why is using SELECT * generally not preferred in embedded SQL programs in environments such as COBOL-DB2?
Open
View answer
When you use a cursor in an embedded SQL application program, at which point is the associated SELECT statement actually executed by the database?
Open
View answer
In DB2, what is the purpose of the QUIESCE utility command and when would a DBA typically use it?
Open
View answer
In DB2 indexing, what is the root page of a B-tree index and what role does it play during index lookups?
Open
View answer
In a DB2-CICS transaction processing environment, which component acts as the coordinator and which acts as the participant in a two-phase commit between CICS and DB2?
Open
View answer
On IBM mainframes, what is CICS and what kind of processing does it support?
Open
View answer
In a CICS application, which commands are used to read a VSAM KSDS file sequentially in ascending key order during a browse operation?
Open
View answer
In a CICS application, what happens when you specify the NOHANDLE option on a CICS command with respect to error and condition handling?
Open
View answer
In CICS, what are some different ways a transaction can be initiated (started) within the system?
Open
View answer
In CICS, which commands belong to program control and are used to transfer control between programs or return to CICS?
Open
View answer
In the EXEC CICS RECEIVE MAP command, what is the difference between using the INTO option and using the SET option for receiving data from a BMS map?
Open
View answer
In CICS programming, what is the function of the CICS translator when processing EXEC CICS commands embedded in a COBOL application program?
Open
View answer
In a CICS COBOL environment, how do EXEC LINK, EXEC XCTL, and a COBOL II static CALL differ when transferring control between programs?
Open
View answer
Practice smarter
Solve a few questions daily and revisit weak topics regularly to improve accuracy.