Hard1 markMultiple Choice
AWS SAA-C03 · Question 29 · Domain 2.2: Highly Available
A global gaming company uses Amazon DynamoDB for player profiles. Players are located in the US, Europe, and Asia. The application requires single-digit millisecond read and write latency for users in all regions. Which DynamoDB feature should be used?
A global gaming company uses Amazon DynamoDB for player profiles. Players are located in the US, Europe, and Asia. The application requires single-digit millisecond read and write latency for users in all regions. Which DynamoDB feature should be used?
Answer options:
A.
DynamoDB DAX
B.
DynamoDB Global Tables
C.
DynamoDB Streams
D.
DynamoDB Auto Scaling
How to approach this question
Keywords: 'global', 'multi-region', 'read and write latency'. Global Tables provide active-active replication.
Full Answer
B.DynamoDB Global Tables✓ Correct
DynamoDB Global Tables
Amazon DynamoDB Global Tables provide a fully managed solution for deploying a multi-region, multi-active database. They ensure fast, local read and write performance for massively scaled, global applications.
Common mistakes
Choosing DAX, which is an in-memory cache for a single region.
Practice the full AWS SAA-C03 Practice Exam 3
65 questions · hints · full answers · grading
More questions from this exam
Q01A company stores sensitive documents in an Amazon S3 bucket. The security team requires that only...EasyQ02A large enterprise uses AWS Organizations to manage multiple accounts. The security team wants to...MediumQ03A company hosts a web application on Amazon EC2 instances behind an Application Load Balancer (AL...EasyQ04A company wants to continuously monitor its AWS accounts for malicious activity and unauthorized ...MediumQ05A company needs to encrypt data at rest in Amazon RDS and manage database credentials securely. T...Medium
Expert