Database( Recovery)

Database recovery tech.

15 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

Which of the following recovery techniques that recovers from non-catastropic transaction failure, is the one that do not physically update the database on disk, until a transaction reaches its commit point?

  1. System log
  2. Deferred update
  3. Immediate update
  4. Rollback
  5. Savpoint
Question 2 Multiple Choice (Single Answer)

Which of the following properties of a transaction states that the changes applied to the database by a committed transaction must persist in the database?

  1. Atomicity
  2. Consistency preservation
  3. Isolation
  4. Durability or permanency
  5. Schema definition
Question 3 Multiple Choice (Single Answer)

Which of the following operations of recovery manager signals a successful end of the transaction, So that any changes executed by the transaction can be safely committed to the database?

  1. Begin_Transaction
  2. Read or Write
  3. End_Transaction
  4. Commit_Transaction
  5. Rollback
Question 4 Multiple Choice (Single Answer)

Which of the following properties of transaction refers to multiple transactions, accessing the same database at the same time?

  1. Concurrency
  2. Referential Integrity
  3. Functional Dependency
  4. Normalisation
  5. Entity Integrity
Question 5 Multiple Choice (Single Answer)

Which of the following databases permit the database system to store a history of changes and allow users to query both current, and past states of the database?

  1. Spatial databases
  2. Multimedia databases
  3. Temporal databases
  4. Triggers
  5. Cursors
Question 6 Multiple Choice (Single Answer)

Which of the following components in the active database rules is the one that determines whether the rule action should be executed or not?

  1. Event
  2. Condition
  3. Action
  4. Relationships
  5. Alerts
Question 7 Multiple Choice (Single Answer)

Which of the following considerations in the design and implementation of active databases states that the condition is evaluated as part of the same transaction, as the triggering event and is evaluated immediately?

  1. Deferred consideration
  2. Immediate consideration
  3. Detached consideration
  4. Action consideration
  5. Reply consideration
Question 8 Multiple Choice (Single Answer)

Which of the following functions in a distributed database environment is the ability to access remote sites and transmit queries, and data among the various sites via a communication network?

  1. Keeping track of data.
  2. Distributed transaction management.
  3. Distributed query processing.
  4. Replicated data management.
  5. Distributed data recovery.
Question 9 Multiple Choice (Single Answer)

Which of the following forms of data warehouse provide views of operational databases that are materialised for efficient access?

  1. Data marts
  2. Virtual data warehouse
  3. Enterprise-wide data warehouse
  4. Stored data warehouse
  5. Meta data
Question 10 Multiple Choice (Single Answer)

Which of the following features of Oracle Open Gateways provides access to a non-Oracle database from an oracle server, is a procedural system like a messaging or a queuing system that is accessed by Oracle using PL/SQL remote procedure calls?

  1. Distributed transactions
  2. Global Query Optimisation
  3. Procedural Access
  4. Transparent SQL access
  5. Key Constraints
Question 11 Multiple Choice (Single Answer)

Which of the following tables maintained by the transaction manager contains an entry for each active transaction in database recovery?

  1. Dirty Page Table
  2. Transaction Table
  3. Symbol Table
  4. Create Table
  5. Log Table
Question 12 Multiple Choice (Single Answer)

Which of the following methods in recovery schemes of database, considers the database to be made up of a number of fixed-size disk pages for recovery purposes?

  1. Directory
  2. Shadow Paging
  3. Transaction Table
  4. Log Sequence Number
  5. Checkpoints
Question 13 Multiple Choice (Single Answer)

Which of the following object is kept under the control of the DBMS for the purpose of holding data buffers in database recovery mechanism?

  1. System Catalog
  2. DML Precompiler
  3. DBMS Cache
  4. Metadata
  5. Dirty bit
Question 14 Multiple Choice (Single Answer)

Which of the following recovery mechanisms must ensure that the before image (BFIM) of the data item is recorded in the appropriate log entry, and that the log entry is flushed to disk before the BFIM is overwritten with the after image (AFIM) in the database on disk?

  1. Page Table
  2. Segmentation
  3. Overlays
  4. Write-ahead logging
  5. Semaphores
Question 15 Multiple Choice (Single Answer)

Which of the following terms in DBMS recovery technique cannot write data to a disk even after the cache page is updated through a transaction before the transaction commits?

  1. Steal approach
  2. No-Steal approach
  3. Force approach
  4. No-Force approach
  5. Procedural approach