Bird
0
0

You tried to restore a DynamoDB table using PITR but received an error. Which of the following is a likely cause?

medium📝 Debug Q6 of 15
DynamoDB - Backup and Recovery
You tried to restore a DynamoDB table using PITR but received an error. Which of the following is a likely cause?
AThe table has global secondary indexes
BPITR was not enabled on the source table
CThe table is encrypted with AWS KMS
DThe table has no primary key defined
Step-by-Step Solution
Solution:
  1. Step 1: Identify common restore errors

    Restoring fails if PITR was not enabled on the source table.
  2. Step 2: Evaluate other options

    Encryption and indexes do not prevent PITR restore; primary key is mandatory but unrelated to PITR errors.
  3. Final Answer:

    PITR was not enabled on the source table -> Option B
  4. Quick Check:

    Restore error cause = PITR not enabled [OK]
Quick Trick: Check PITR enabled status before restoring [OK]
Common Mistakes:
MISTAKES
  • Blaming encryption or indexes
  • Ignoring PITR enablement
  • Assuming primary key causes restore errors

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More DynamoDB Quizzes