0
0
DynamoDBquery~5 mins

Point-in-time recovery (PITR) in DynamoDB - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is Point-in-time recovery (PITR) in DynamoDB?
PITR is a feature that lets you restore your DynamoDB table to any second in the past 35 days, helping you recover from accidental writes or deletes.
Click to reveal answer
beginner
How long does DynamoDB keep backups for PITR?
DynamoDB keeps continuous backups for the last 35 days, allowing recovery to any point within that time frame.
Click to reveal answer
intermediate
Does enabling PITR affect the performance of your DynamoDB table?
No, enabling PITR does not impact the performance or availability of your DynamoDB table.
Click to reveal answer
intermediate
What is the difference between PITR and on-demand backups in DynamoDB?
PITR provides continuous backups for 35 days automatically, while on-demand backups are manual snapshots taken at a specific time.
Click to reveal answer
beginner
How do you enable Point-in-time recovery (PITR) on a DynamoDB table?
You enable PITR by turning it on in the DynamoDB console, AWS CLI, or SDK for the specific table you want to protect.
Click to reveal answer
What is the maximum time range you can recover a DynamoDB table using PITR?
A35 days
B7 days
C90 days
D1 year
Does enabling PITR slow down your DynamoDB table's read/write operations?
ANo, it does not affect performance
BYes, it slows down reads
COnly during backups
DYes, it slows down writes
Which of the following is true about PITR?
AIt requires manual snapshots
BIt only backs up data once a day
CIt automatically backs up data continuously
DIt cannot restore deleted tables
How do you restore a DynamoDB table using PITR?
ABy running a SQL restore command
BBy overwriting the existing table directly
CBy exporting data to S3
DBy creating a new table from a backup at a chosen time
What happens if you disable PITR on a DynamoDB table?
AAll backups are deleted immediately
BYou lose the ability to restore to any point in the past 35 days
CThe table is deleted
DThe table becomes read-only
Explain what Point-in-time recovery (PITR) is and why it is useful in DynamoDB.
Think about how PITR helps fix mistakes without losing all data.
You got /4 concepts.
    Describe the difference between PITR and on-demand backups in DynamoDB.
    Consider how often backups happen and how you create them.
    You got /4 concepts.