Bird
0
0

You need to restore a DynamoDB table from an on-demand backup without affecting the current table. What is the correct procedure?

hard🚀 Application Q8 of 15
DynamoDB - Backup and Recovery
You need to restore a DynamoDB table from an on-demand backup without affecting the current table. What is the correct procedure?
ADelete the original table before restoring the backup
BOverwrite the existing table with the backup data
CRestore the backup to a new table with a different name
DRestore the backup directly to the original table
Step-by-Step Solution
Solution:
  1. Step 1: Understand restore options

    DynamoDB requires restoring backups to a new table name to keep the original active.
  2. Step 2: Evaluate options

    Only Restore the backup to a new table with a different name restores to a new table, preserving the original.
  3. Final Answer:

    Restore the backup to a new table with a different name -> Option C
  4. Quick Check:

    Restores require a new table name to avoid overwriting [OK]
Quick Trick: Restore backups only to new tables to keep originals [OK]
Common Mistakes:
MISTAKES
  • Trying to restore directly over the original table
  • Deleting original table unnecessarily
  • Assuming restore can overwrite existing tables

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More DynamoDB Quizzes