Medium1 markMultiple Choice
AWS SAP-C02 · Question 39 · Domain 2.4: Reliability
A global application uses Amazon DynamoDB. Users in the US and Australia experience different latencies. The business requires read and write latencies under 10 milliseconds for all users globally, and data must be synchronized across regions. Which solution meets these requirements?
A global application uses Amazon DynamoDB. Users in the US and Australia experience different latencies. The business requires read and write latencies under 10 milliseconds for all users globally, and data must be synchronized across regions. Which solution meets these requirements?
Answer options:
A.
Deploy DynamoDB in the US and use Amazon CloudFront to cache responses in Australia.
B.
Use DynamoDB Global Tables deployed in the US and Australian regions.
C.
Use DynamoDB DAX in both regions.
D.
Deploy separate DynamoDB tables and use AWS Lambda to sync data asynchronously.
How to approach this question
Identify the DynamoDB feature for multi-region active-active replication.
Full Answer
B.Use DynamoDB Global Tables deployed in the US and Australian regions.✓ Correct
DynamoDB Global Tables provide a fully managed, multi-region, active-active database. Users read and write to their local region, and DynamoDB handles the replication.
Common mistakes
Choosing DAX, which only improves read latency in a single region.
Practice the full AWS Solutions Architect Professional SAP-C02 Practice Exam 6
75 questions · hints · full answers · grading
More questions from this exam
Q01A global enterprise requires highly available hybrid connectivity between its on-premises data ce...HardQ02An organization has 50 VPCs across two AWS Regions connected via Transit Gateways (TGW). The TGWs...HardQ03A company uses AWS Organizations. The network team wants to share a central Transit Gateway (TGW)...MediumQ04An enterprise has on-premises data centers in the US and Europe. They want to use the AWS global ...HardQ05A company requires that all API calls to Amazon S3 from their VPC must not traverse the public in...Medium
Expert