easymultiple choiceObjective-mapped

A production Amazon RDS database has automated backups enabled. An application mistakenly updates a table and the issue is discovered one hour later. The team needs to restore the database to the exact state it had 45 minutes ago. Which approach best meets the requirement?

Question 1easymultiple choice
Full question →

A production Amazon RDS database has automated backups enabled. An application mistakenly updates a table and the issue is discovered one hour later. The team needs to restore the database to the exact state it had 45 minutes ago. Which approach best meets the requirement?

Answer choices

Why each option matters

Good practice is not just finding the correct option. The wrong answers often show the exact trap the exam wants you to fall into.

A

Best answer

Perform a point-in-time restore to a timestamp within the automated backup window.

Point-in-time restore lets RDS recover to a specific time, which matches the “45 minutes ago” requirement.

B

Distractor review

Restore only from the latest daily snapshot, then manually undo the last hour’s changes.

Latest snapshot granularity is typically not specific enough for restoring to 45 minutes ago precisely.

C

Distractor review

Increase Multi-AZ to generate a new standby and redirect traffic back to the previous primary state.

Multi-AZ provides HA, not historical data recovery to a prior timestamp state.

D

Distractor review

Stop the database and change the application to ignore the table going forward.

This prevents future incorrect reads but does not restore historical data back to 45 minutes ago.

Common exam trap

Common exam trap: answer the scenario, not the keyword

Many certification questions include familiar terms but test a specific constraint. Read the exact wording before choosing an answer that is generally true but wrong for this case.

Technical deep dive

How to think about this question

This question should be treated as a scenario, not a definition check. Identify the problem, the constraint and the best action. Then compare each option against those facts.

KKey Concepts to Remember

  • Read the scenario before looking for a memorised answer.
  • Find the constraint that changes the correct option.
  • Eliminate answers that are true in general but not in this case.
  • Use explanations to understand the rule behind the answer.

TExam Day Tips

  • Underline the problem statement mentally.
  • Watch for words such as best, first, most likely and least administrative effort.
  • Review why wrong options are wrong, not only why the correct option is correct.

Related practice questions

Related SAA-C03 practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

More questions from this exam

Keep practising from the same exam bank, or move into a focused topic page if this question exposed a weak area.

FAQ

Questions learners often ask

What does this SAA-C03 question test?

Read the scenario before looking for a memorised answer.

What is the correct answer to this question?

The correct answer is: Perform a point-in-time restore to a timestamp within the automated backup window. — With automated backups enabled, Amazon RDS supports point-in-time recovery (PITR). PITR can restore the database to a specific timestamp within the backup retention window, which satisfies the “45 minutes ago” requirement. In practice, the team creates a new restored DB instance at that time and then either promotes or swaps to use it. Other options either lack time precision (daily snapshots) or address availability rather than historical state recovery. Restoring from the latest daily snapshot does not provide minute-level precision needed for 45 minutes ago. Multi-AZ is for failover/availability and cannot revert data state to a historical time. Stopping or ignoring the table avoids the immediate symptom but does not recover the corrupted historical data.

What should I do if I get this SAA-C03 question wrong?

Then try more questions from the same exam bank and focus on understanding why the wrong options are tempting.

Discussion

Loading comments…

Sign in to join the discussion.