Multi-Database Technologies: IMS DB, SQL/Oracle, and Hibernate

Covers fundamental concepts across multiple database technologies including IMS DB segments and control blocks, SQL queries and data types, Oracle database administration, and Hibernate ORM architecture

20 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

Hibernate works best if these classes follow some simple rules, also known as the ___________ programming model.

  1. Perform Object Java Oriented
  2. Plain Object Java Old
  3. Platform Oriented Java Object
  4. Plain Old Java Object
Question 2 Multiple Choice (Multiple Answers)

Examine this TRUNCATE TABLE command: - 68 - TRUNCATE TABLE departments; Which statements are true about the command?

  1. All extents are released.
  2. All rows of the table are deleted.
  3. Any associated indexes are truncated.
  4. No undo data is generated for the table's rows.
Question 3 Multiple Choice (Single Answer)

You are logged on to a client. You do not have a secure connection from your client to the host where your Oracle database is running. Which authentication mechanism allows you to connect to the database using the SYSDBA privilege?

  1. Control file authentication
  2. Password file authentication
  3. Data dictionary authentication
  4. Operating system authentication
Question 4 Multiple Choice (Multiple Answers)

Which two statements are true about rebuilding an index?

  1. The resulting index may contain deleted entries.
  2. A new index is built using an existing index as the data source.
  3. Queries cannot use the existing index while the new index is being built.
  4. During a rebuild, sufficient space is needed to accommodate both the old and the new
Question 5 Multiple Choice (Single Answer)

Which method is correct for starting an instance to create a database?

  1. STARTUP
  2. STARTUP OPEN
  3. STARTUP MOUNT
  4. STARTUP NOMOUNT
Question 6 Multiple Choice (Single Answer)

Which data dictionary view shows the available free space in a certain tablespace?

  1. DBA_EXTENTS
  2. V$FREESPACE
  3. DBA_FREE_SPACE
  4. DBA_FREE_EXTENTS
Question 7 Multiple Choice (Multiple Answers)

what are the three main components in Hibernate architecture?

  1. Connection Management
  2. Bean Management
  3. Transaction Management
  4. Object relational mapping
  5. Relational Management
Question 8 True/False

Can a query defining the 'view' include the ORDER BY clause?

  1. True
  2. False
Question 9 Multiple Choice (Single Answer)

A CLOB (character large object) data type store upto____character?

  1. 1,147,483,647
  2. 2,147,483,647
  3. 3,147,483,647
  4. 4,147,483,647
Question 10 Multiple Choice (Single Answer)

How many defaults can be placed on one column of a Table?

  1. 50
  2. up to 1000
  3. 10,000
  4. N number
Question 11 Multiple Choice (Single Answer)

Suppose emp table contains 5 records then Select 1 from emp; o/p ?

  1. 5
  2. 1
  3. five times 1
  4. one time 5
Question 12 Multiple Choice (Single Answer)

What is the difference between GROUP BY and ORDER BY clause in SQL?

  1. GROUP BY controls presentation of rows and ORDER BY controls presentation of columns for results of SELECT statement
  2. GROUP BY controls presentation of columns and ORDER BY controls presentation of rows for results of SELECT statement
  3. GROUP BY orders rows in query's return and ORDER BY orders columns in query's return
  4. none
Question 13 Multiple Choice (Single Answer)

How we will browse IMS data Base

  1. FILE AID
  2. BIND
  3. PLAN
  4. NONE
Question 14 True/False

IS IT POSSIBLE TO UPDATE KEY FIELD OF A SEGMENT?

  1. True
  2. False
Question 15 Multiple Choice (Multiple Answers)

WHAT ARE THE CONTROL BLOCKS IN IMS DB?

  1. DBD
  2. PSB
  3. PCB
  4. IMSCB
Question 16 True/False

IS IT POSSIBLE A SEGMENT WITH OUT PARENT?

  1. True
  2. False
Question 17 Multiple Choice (Single Answer)

WHICH FIELD IS USED TO IDENTIFY THE OCCURENCE OF THE SEGMENT?

  1. SEARCH FIELD
  2. KEY FIELD
  3. BOTH
  4. NONE
Question 18 Multiple Choice (Single Answer)

What are the processing modes available in IMS DB?

  1. BATCH DL/I
  2. MPP
  3. BMP
  4. ALL
Question 19 Multiple Choice (Single Answer)

NUMBER OF PCBS ALLOWED IN A PSB?

  1. 15
  2. 255
  3. 1
  4. NO LIMITATIONS
Question 20 Multiple Choice (Single Answer)

MAXIMUM NUMBER OF FIELDS ALLOWED PER SEGMENT?

  1. 15
  2. 255
  3. 1000
  4. 1