Medium1 markMultiple Choice
AWS SAA-C03 · Question 32 · Domain 2.1: Scalable Architectures
A gaming company needs a NoSQL database to store player profiles. The game is played globally, and players must experience single-digit millisecond latency when reading and writing their profiles, regardless of their location. Which AWS service should be used?
A gaming company needs a NoSQL database to store player profiles. The game is played globally, and players must experience single-digit millisecond latency when reading and writing their profiles, regardless of their location. Which AWS service should be used?
Answer options:
A.
Amazon Aurora Global Database
B.
Amazon ElastiCache for Redis
C.
Amazon DynamoDB Global Tables
D.
Amazon DocumentDB
How to approach this question
Match 'NoSQL', 'global', and 'active-active writes' to DynamoDB Global Tables.
Full Answer
C.Amazon DynamoDB Global Tables✓ Correct
Amazon DynamoDB Global Tables
Amazon DynamoDB Global Tables provide a fully managed solution for deploying a multi-region, multi-active database. It ensures fast, local read and write performance for massively scaled, global applications.
Common mistakes
Choosing Aurora, which is relational, not NoSQL.
Practice the full AWS SAA-C03 Practice Exam 5
65 questions · hints · full answers · grading
More questions from this exam
Q01A company needs to grant an external auditor read-only access to specific AWS resources. The audi...EasyQ02An application running on EC2 instances needs to access objects in an S3 bucket. The security tea...MediumQ03A company is designing a VPC for a multi-tier web application. They need to block specific malici...MediumQ04A large enterprise uses AWS Organizations to manage multiple accounts. The security team wants to...HardQ05A company hosts a web application on an Application Load Balancer (ALB). They are experiencing SQ...Medium
Expert