Hard1 markMultiple Choice
AWS SAA-C03 · Question 29 · Domain 2.2: Highly Available Architectures
A global application requires a relational database that can span multiple AWS Regions. The database must provide sub-second data access to users worldwide and support disaster recovery with an RPO of less than 1 second and an RTO of less than 1 minute. Which database solution meets these requirements?
A global application requires a relational database that can span multiple AWS Regions. The database must provide sub-second data access to users worldwide and support disaster recovery with an RPO of less than 1 second and an RTO of less than 1 minute. Which database solution meets these requirements?
Answer options:
A.
Amazon RDS for MySQL with Cross-Region Read Replicas
B.
Amazon DynamoDB Global Tables
C.
Amazon Aurora Global Database
D.
Amazon Redshift cross-Region snapshots
How to approach this question
Identify the keywords: 'relational database', 'multiple regions', 'sub-second replication', 'fast RTO'. This points directly to Aurora Global Database.
Full Answer
C.Amazon Aurora Global Database✓ Correct
Amazon Aurora Global Database
Amazon Aurora Global Database is designed for globally distributed applications, allowing a single Amazon Aurora database to span multiple AWS Regions. It replicates data with no impact on database performance, enables fast local reads with low latency, and provides disaster recovery from region-wide outages with an RPO of typically under 1 second and an RTO of under 1 minute.
Common mistakes
Choosing DynamoDB Global Tables, missing the 'relational database' requirement.
Practice the full AWS SAA-C03 Practice Exam 1
65 questions · hints · full answers · grading
More questions from this exam
Q01A company has multiple AWS accounts in an AWS Organizations organization. The security team wants...MediumQ02A solutions architect is designing an application that will run on Amazon EC2 instances. The appl...EasyQ03A company wants to implement a federated identity solution for its employees to access the AWS Ma...MediumQ04A mobile application needs to access Amazon DynamoDB directly to read user-specific data. The app...HardQ05A company is hosting a web application on Amazon EC2 instances. The application connects to an Am...Medium
Expert