Database Concepts and Performance Tuning

Covers entity-relationship modeling, IMS hierarchical databases, and Oracle performance tuning including statspack, AWR, wait events, and database tuning.

14 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

Tuning can be done by?

  1. DBA
  2. SYSTEM ADMIN
  3. APPLICATION DEVELOPERS
  4. ALL
Question 2 Multiple Choice (Single Answer)

How to resolve incomplete checkpoints in database?

  1. SHU IMMEDIATE
  2. ADDING MORE REDO LOGS
  3. BOTH A AND B
  4. NONE OF THE ABOVE
Question 3 Multiple Choice (Single Answer)

Under what situation buffer busy wait event occur?

  1. NO FREE BUFFERS
  2. NOT ENOUGH SPACE IN DB CACHE
  3. CONCURRENT ACCESS BY USERS
  4. DIRTY BUFFER ARE NOT CHECKPOINTED
Question 4 True/False

AWR WILL GIVE RECOMMENDATION?

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

How to generate statspack report?

  1. run spcreate.sql
  2. run sptrunc.sql
  3. run spexp.par
  4. run spreport.sql
Question 6 Multiple Choice (Single Answer)

IMS Db is IBM's ________________ database management.

  1. Network
  2. Relational
  3. Hierarchical
  4. Object-oriented
Question 7 Multiple Choice (Single Answer)

A segment has 3 occurrences for a parent. This segment is called a ________

  1. Multiple
  2. Twin
  3. Sibling
  4. None of These
Question 8 Multiple Choice (Single Answer)

What is the maximum number of levels in IMS database?

  1. 15
  2. 12
  3. 16
  4. 20
Question 9 Multiple Choice (Single Answer)

What call is performed prior to a deletion call ?

  1. GU
  2. GHU
  3. GN
  4. GNP
Question 10 Multiple Choice (Single Answer)

Which of the following indicates the maximum number of entities that can be involved in a relationship?

  1. Minimum cardinality
  2. Maximum cardinality
  3. ERD
  4. Greater Entity Count (GEC)
Question 11 Multiple Choice (Single Answer)

Which type of entity cannot exist in the database unless another type of entity also exists in the database, but does not require that the identifier of that other entity be included as part of its own identifier?

  1. Weak entity
  2. Strong entity
  3. ID-dependent entity
  4. ID-independent entity
Question 12 Multiple Choice (Single Answer)

In a one-to-many relationship, the entity that is on the one side of the relationship is called a(n) ________ entity.

  1. parent
  2. child
  3. instance
  4. subtype
Question 13 Multiple Choice (Single Answer)

Which type of entity represents an actual occurrence of an associated generalized entity?

  1. Supertype entity
  2. Subtype entity
  3. Archetype entity
  4. Instance entity
Question 14 Multiple Choice (Single Answer)

A recursive relationship is a relationship between an entity and ________ .

  1. itself
  2. a subtype entity
  3. an archetype entity
  4. an instance entity