- A
Point-in-time restore (PITR) using automated backups to a specific timestamp.
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.
- B
Perform a Multi-AZ manual failover of the standby to recover to the earlier timestamp.
Why wrong: 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.
- C
Promote a cross-region replication target to replace the current database with the last-known good copy.
Why wrong: 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.
- D
Switch to a read replica to access an older view of data without restoring.
Why wrong: 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.
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?
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.
- →
Design Resilient Architectures — study guide chapter
Learn the concepts, then practise the questions
- →
Design Resilient Architectures practice questions
Targeted practice on this topic area only
- →
All SAA-C03 questions
1,040 questions across all exam domains
- →
SAA-C03 study guide
Full concept coverage aligned to exam objectives
- →
SAA-C03 practice test guide
How to use practice tests most effectively before exam day
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.
Design Secure Architectures practice questions
Practise SAA-C03 questions linked to Design Secure Architectures.
Design Resilient Architectures practice questions
Practise SAA-C03 questions linked to Design Resilient Architectures.
Design High-Performing Architectures practice questions
Practise SAA-C03 questions linked to Design High-Performing Architectures.
Design Cost-Optimized Architectures practice questions
Practise SAA-C03 questions linked to Design Cost-Optimized Architectures.
SAA-C03 VPC practice questions
Practise SAA-C03 questions linked to SAA-C03 VPC.
SAA-C03 S3 lifecycle policy questions
Practise SAA-C03 questions linked to SAA-C03 S3 lifecycle policy questions.
SAA-C03 RDS Multi-AZ questions
Practise SAA-C03 questions linked to SAA-C03 RDS Multi-AZ questions.
SAA-C03 IAM policy practice questions
Practise SAA-C03 questions linked to SAA-C03 IAM policy.
SAA-C03 Route 53 failover questions
Practise SAA-C03 questions linked to SAA-C03 Route 53 failover questions.
SAA-C03 CloudFront practice questions
Practise SAA-C03 questions linked to SAA-C03 CloudFront.
SAA-C03 NAT gateway questions
Practise SAA-C03 questions linked to SAA-C03 NAT gateway questions.
SAA-C03 VPC endpoint questions
Practise SAA-C03 questions linked to SAA-C03 VPC endpoint questions.
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 →
Keep practising
More SAA-C03 practice questions
- A content publishing system uses Lambda functions that call an unreliable third-party API. Failed events must be retaine…
- A startup runs two EC2-based workloads in the same AWS Region. Its customer-facing API is always on, and its nightly vid…
- A warehouse integration service must use shared file storage across Linux EC2 instances in multiple Availability Zones.…
- A team runs a stateless web app on Amazon EC2 behind an Application Load Balancer. During traffic spikes, new EC2 instan…
- A service in private subnets downloads product images from Amazon S3 and stores job state in DynamoDB. A NAT Gateway is…
- A static site is hosted in Amazon S3 and delivered by CloudFront. After a frontend release, the same JavaScript bundles…
Last reviewed: Jun 11, 2026
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.
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.
Sign in to join the discussion.