Backup types and strategies MCQs in DBMS

By: Prof. Dr. Fazal Rehman Shamil | Last updated: September 23, 2024

  1. Which type of backup captures all data and database objects at a specific point in time?
    a) Incremental Backup
    b) Differential Backup
    c) Full Backup
    d) Snapshot BackupAnswer: c) Full Backup
  2. Which backup type saves only the changes made since the last full or incremental backup?
    a) Differential Backup
    b) Log Backup
    c) Incremental Backup
    d) Full BackupAnswer: a) Differential Backup
  3. What is the main advantage of using incremental backups?
    a) They provide a complete backup of all data
    b) They are faster to perform and require less storage space than full backups
    c) They allow for point-in-time recovery
    d) They are easier to manage than full backupsAnswer: b) They are faster to perform and require less storage space than full backups
  4. What is the primary disadvantage of incremental backups?
    a) They require restoration of the last full backup and all subsequent incremental backups
    b) They are slower to perform than full backups
    c) They require more storage space than full backups
    d) They are less secure than full backupsAnswer: a) They require restoration of the last full backup and all subsequent incremental backups
  5. Which backup strategy involves creating copies of the database at regular intervals and using those for recovery?
    a) Differential Backup
    b) Incremental Backup
    c) Snapshot Backup
    d) Full BackupAnswer: c) Snapshot Backup
  6. What is a primary feature of a differential backup?
    a) It backs up all changes made since the last full backup
    b) It backs up only changes made since the last incremental backup
    c) It provides a snapshot of the database at a specific point in time
    d) It requires restoration of the most recent full backup and the latest differential backupAnswer: d) It requires restoration of the most recent full backup and the latest differential backup
  7. Which backup method involves capturing the database state and allowing rollback to that state without affecting the rest of the system?
    a) Log Backup
    b) Incremental Backup
    c) Full Backup
    d) Snapshot BackupAnswer: d) Snapshot Backup
  8. In which scenario would a log backup be most useful?
    a) When you need to restore the database to its state at the time of the last full backup
    b) When you need to restore data to a specific point in time
    c) When you want to reduce the size of backups
    d) When you want to capture changes since the last snapshotAnswer: b) When you need to restore data to a specific point in time
  9. What is the primary goal of a backup rotation strategy?
    a) To ensure backups are performed at regular intervals
    b) To manage and utilize backup media effectively over time
    c) To compress backup data for faster recovery
    d) To encrypt backup dataAnswer: b) To manage and utilize backup media effectively over time
  10. Which backup strategy is characterized by periodic full backups and incremental backups taken between them?
    a) Grandfather-Father-Son Backup
    b) Tower of Hanoi Backup
    c) Differential Backup
    d) Snapshot BackupAnswer: a) Grandfather-Father-Son Backup
  11. What does the “3-2-1 backup rule” involve?
    a) Three types of backups, two copies of each, and one offsite backup
    b) Three backup intervals, two backup methods, and one backup location
    c) Three full backups, two incremental backups, and one differential backup
    d) Three types of media, two backup methods, and one backup intervalAnswer: a) Three types of backups, two copies of each, and one offsite backup
  12. Which backup type is typically used to protect against the risk of data loss due to hardware failures?
    a) Full Backup
    b) Differential Backup
    c) Incremental Backup
    d) Snapshot BackupAnswer: a) Full Backup
  13. What is a primary benefit of using a backup strategy that includes offsite backups?
    a) Faster recovery times
    b) Enhanced backup performance
    c) Protection against data loss due to site-specific disasters
    d) Reduced backup storage requirementsAnswer: c) Protection against data loss due to site-specific disasters
  14. Which backup type involves capturing only the changes since the last full backup?
    a) Incremental Backup
    b) Differential Backup
    c) Log Backup
    d) Snapshot BackupAnswer: b) Differential Backup
  15. Which approach to backup involves capturing database changes and storing them in a way that allows the database to be restored to any point in time?
    a) Log Backup
    b) Full Backup
    c) Snapshot Backup
    d) Incremental BackupAnswer: a) Log Backup

 

More MCQs Of Database Systems

  1. Database Models MCQs in DBMS
    1. Hierarchical model MCQs in DBMS
    2. Network model MCQs in DBMS
    3. Relational model MCQs in DBMS
    4. Object-oriented model MCQs in DBMS
    5. NoSQL databases MCQs in DBMS
  2. Relational Database Model MCQs in DBMS
    1. tables, attributes, tuples, and relations MCQs in DBMS
    2. Primary keys and foreign keys MCQs in DBMS
    3. Integrity constraints MCQs in DBMS
  3. SQL (Structured Query Language) MCQs in DBMS
    1. Data Definition Language (DDL) MCQs in DBMS
    2. Data Manipulation Language (DML) MCQs in DBMS
    3. Data Control Language (DCL) MCQs in DBMS
    4. Transaction Control Language (TCL) MCQs in DBMS
    5. Advanced SQL queries and functions MCQs in DBMS
  4. Database Design MCQs in DBMS
    1. Entity-Relationship (ER) modeling MCQs in DBMS
    2. Extended ER modeling MCQs in DBMS
    3. Normalization and normal forms (1NF, 2NF, 3NF, BCNF) MCQs in DBMS
    4. Denormalization MCQs in DBMS
  5. Database Management System Architecture MCQs in DBMS
    1. Three-schema architecture (external, conceptual, internal) MCQs in DBMS
    2. Data independence MCQs in DBMS
    3. DBMS components and functions MCQs in DBMS
  6. Storage and File Structure MCQs in DBMS
    1. Data storage on physical media MCQs in DBMS
    2. File organization and access methods MCQs
    3. Indexing (B-trees, hash indexing) MCQs in DBMS
    4. RAID technology MCQs in DBMS
  7. Query Processing and Optimization MCQs in DBMS
  8. Database Transaction Management MCQs in DBMS
    1. ACID properties (Atomicity, Consistency, Isolation, Durability) MCQs in DBMS
    2. Transaction states and lifecycle MCQs in DBMS
    3. Concurrency control techniques (locking, timestamping, multiversion) MCQs in DBMS
    4. Deadlock detection and resolution MCQs in DBMS
  9. Database Security and Authorization MCQs in DBMS
    1. Authentication and authorization mechanisms MCQs in DBMS
    2. Data encryption techniques MCQs in DBMS
    3. Role-based access control MCQs in DBMS
    4. SQL injection prevention MCQs in DBMS
  10. Backup and Recovery MCQs in DBMS
    1. Backup types and strategies MCQs in DBMS
    2. Recovery techniques (log-based, shadow paging) MCQs in DBMS
    3. Disaster recovery planning MCQs in DBMS
  11. Distributed Databases MCQs in DBMS
    1. Distributed database architecture MCQs MCQs in DBMS
    2. Data fragmentation, replication, and allocation in DBMS
    3. Distributed query processing MCQs in DBMS
    4. Consistency models and protocols MCQs in DBMS
  1. SET 1: database design mcqs (database design mcqs )
  2. SET 2: database mcqs with answers pdf (database mcqs with answers pdf )
  3. SET 3: modern database management 12th edition mcqs (modern database management 12th edition mcqs)
  4. SET 4: database systems mcqs (database systems mcqs)
  5. SET 5: dbms mcqs (dbms mcqs )
  6. SET 6: dbms mcqs with answers (dbms mcqs with answers)
  7. SET 7: solved mcqs of dbms (solved mcqs of dbms)
  8. SET 8: dbms mcqs with answers pdf(dbms mcqs with answers pdf)
  9. SET 9: relational database management system mcqs(relational database management system mcqs)
  10. SET 10: solved mcqs of database management system(solved mcqs of database management system)
  11. SET 11: basic database mcqs pdf (basic database mcqs pdf)
  12. SET 12: relational database management system mcqs (relational database management system mcqs )
  13. SET 13: database mcqs online test (database mcqs online test)
  14. SET 14: database interview questions mcqs (database interview questions mcqs)
  15. SET 15: database developer mcqs (database developer mcqs)
  16. SET 16: database Repeated mcqs (database Repeated mcqs)
  17. SET 17: Database mcqs PPSC (Database mcqs PPSC)
  18. SET 18: Database mcqs FPSC (Database mcqs FPSC)
  19. SET 19: DBMS mcqs FPSC (DBMS mcqs FPSC)

New Arrival

Database interview questions