Question 165 of 1,040
Design Resilient ArchitectureseasyMultiple ChoiceObjective-mapped

SAA-C03 Design Resilient Architectures Practice Question

This SAA-C03 practice question tests your understanding of design resilient architectures. The scenario asks you to isolate a root cause — eliminate options that address a different problem before choosing. A key principle to apply: pITR requires automated backups to be enabled on the RDS instance.. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.

A production Amazon RDS database has automated backups enabled. At 10:45 UTC, an issue is discovered. The team needs to restore the database to its state as of 10:30 UTC. Which capability should they use?

Question 1easymultiple choice
Full question →

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

Point-in-time restore (PITR) using automated backups to a specific timestamp.

Amazon RDS automated backups enable point-in-time recovery (PITR) to any second within the backup retention period, restoring to a new DB instance. Since the issue was discovered at 10:45 UTC and the desired recovery point is 10:30 UTC, PITR can restore the database to that exact timestamp, provided it falls within the automated backup window and retention period.

Key principle: PITR requires automated backups to be enabled on the RDS instance.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Point-in-time restore (PITR) using automated backups to a specific timestamp.

    Why this is correct

    PITR restores an RDS DB instance to a chosen moment within the retention period for automated backups, allowing the team to roll back to 10:30 UTC.

    Related concept

    PITR requires automated backups to be enabled on the RDS instance.

  • Perform a Multi-AZ manual failover of the standby to recover to the earlier timestamp.

    Why it's wrong here

    Failover affects database availability by promoting a standby; it does not revert the database contents to an earlier point in time. The data state continues from the latest replicated state.

  • Promote a cross-region replication target to replace the current database with the last-known good copy.

    Why it's wrong here

    Cross-region replication supports disaster recovery. Unless the replicated copy is guaranteed to represent exactly 10:30 UTC (which is not the default PITR requirement), it does not provide a precise point-in-time rollback.

  • Switch to a read replica to access an older view of data without restoring.

    Why it's wrong here

    Read replicas are primarily for scaling reads and offloading query load. They do not perform a point-in-time restore or rollback of the primary to a specific timestamp.

Common exam traps

Common exam trap: answer the scenario, not the keyword

The trap here is confusing Multi-AZ failover or read replicas with point-in-time recovery capabilities, leading candidates to think failover or replica promotion can roll back to a specific past state when they only provide high availability or read scaling.

Detailed technical explanation

How to think about this question

RDS PITR works by restoring transaction logs (binary logs for MySQL/MariaDB, WAL segments for PostgreSQL) that are continuously uploaded to S3. The restore process replays logs up to the specified timestamp, creating a new DB instance that is an exact copy of the source at that moment. This capability relies on automated backups being enabled and the retention period covering the desired recovery time; logs are retained for the same duration as automated backups (default 7 days, max 35 days).

KKey Concepts to Remember

  • PITR requires automated backups to be enabled on the RDS instance.
  • PITR creates a *new* RDS DB instance; the original instance remains unchanged.
  • The restore point can be any second within the defined backup retention period.
  • PITR uses the latest full snapshot and applies transaction logs to reach the target time.

TExam Day Tips

  • 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.

Key takeaway

PITR requires automated backups to be enabled on the RDS instance.

Real-world example

How this comes up in practice

A company's IT admin needs to give a contractor read-only access to production logs without sharing account credentials. Using role-based access control (RBAC) and temporary scoped permissions — not a permanent shared password — is the correct pattern. Questions like this test whether you can apply least-privilege access across cloud identity services.

What to study next

Got this wrong? Here's your next step.

Review pITR requires automated backups to be enabled on the RDS instance., then practise related SAA-C03 questions on the same topic to reinforce the concept.

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.

Practice this exam

Start a free SAA-C03 practice session

Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.

FAQ

Questions learners often ask

What does this SAA-C03 question test?

Design Resilient Architectures — This question tests Design Resilient Architectures — PITR requires automated backups to be enabled on the RDS instance..

What is the correct answer to this question?

The correct answer is: Point-in-time restore (PITR) using automated backups to a specific timestamp. — Amazon RDS automated backups enable point-in-time recovery (PITR) to any second within the backup retention period, restoring to a new DB instance. Since the issue was discovered at 10:45 UTC and the desired recovery point is 10:30 UTC, PITR can restore the database to that exact timestamp, provided it falls within the automated backup window and retention period.

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

Review pITR requires automated backups to be enabled on the RDS instance., then practise related SAA-C03 questions on the same topic to reinforce the concept.

What is the key concept behind this question?

PITR requires automated backups to be enabled on the RDS instance.

About these practice questions

Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Keep practising

More SAA-C03 practice questions

Last reviewed: Jun 11, 2026

Question Discussion

Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.

Loading comments…

Sign in to join the discussion.

This SAA-C03 practice question is part of Courseiva's free Amazon Web Services certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the SAA-C03 exam.