Hard1 markMultiple Choice
AWS SAP-C02 · Question 73 · Domain 1.3: Reliable Architectures
A company is designing a highly resilient, multi-region architecture for a critical payment processing system. They need to ensure zero data loss (RPO=0) and automated failover. Which FOUR strategies should be implemented? (Select FOUR)
A company is designing a highly resilient, multi-region architecture for a critical payment processing system. They need to ensure zero data loss (RPO=0) and automated failover. Which FOUR strategies should be implemented? (Select FOUR)
Answer options:
A.
Use Amazon Aurora Global Database for cross-region data replication.
B.
Implement Amazon DynamoDB Global Tables for session state.
C.
Use Route 53 with health checks and failover routing.
D.
Implement idempotency in the payment processing logic.
E.
Use AWS Snowball to backup data daily.
F.
Rely on manual DNS changes for failover.
How to approach this question
Select the four components of a resilient multi-region architecture.
Full Answer
Use Amazon Aurora Global Database for cross-region data replication., Implement Amazon DynamoDB Global Tables for session state., Use Route 53 with health checks and failover routing., Implement idempotency in the payment processing logic.
A robust multi-region architecture requires data replication (Aurora/DynamoDB), automated traffic routing (Route 53), and application-level resilience (idempotency) to handle retries safely.
Common mistakes
Forgetting application-level idempotency in payment systems.
Practice the full AWS Solutions Architect Professional SAP-C02 Practice Exam 3
75 questions · hints · full answers · grading
More questions from this exam
Q01An enterprise has 100 VPCs across 5 AWS Regions. They need to establish a highly available, trans...HardQ02A company uses AWS Organizations. The CISO requires that no EC2 instances can be launched outside...MediumQ03An application uses Amazon Aurora PostgreSQL. To meet disaster recovery requirements, the databas...HardQ04A company is setting up a new multi-account AWS environment. They want to automate the creation o...MediumQ05An organization wants to allocate AWS costs to specific departments. They use multiple AWS accoun...Medium
Expert