Medium1 markMultiple Choice
AWS SAA-C03 · Question 46 · Domain 3.3: Database Performance
A gaming company uses Amazon DynamoDB to store player profiles. The game requires microsecond latency for read operations to ensure a smooth user experience. The data is frequently accessed but rarely updated.<br/><br/>Which AWS service or feature should be added to the architecture?
A gaming company uses Amazon DynamoDB to store player profiles. The game requires microsecond latency for read operations to ensure a smooth user experience. The data is frequently accessed but rarely updated.<br/><br/>Which AWS service or feature should be added to the architecture?
Answer options:
A.
Amazon ElastiCache for Redis
B.
Amazon DynamoDB Accelerator (DAX)
C.
Amazon CloudFront
D.
DynamoDB Global Tables
How to approach this question
Look for 'DynamoDB' and 'microsecond latency'.
Full Answer
B.Amazon DynamoDB Accelerator (DAX)✓ Correct
Amazon DynamoDB Accelerator (DAX)
Amazon DynamoDB Accelerator (DAX) is a fully managed, highly available, in-memory cache for Amazon DynamoDB that delivers up to a 10 times performance improvement—from milliseconds to microseconds—even at millions of requests per second.
Common mistakes
Choosing ElastiCache, which requires rewriting the application to manage the cache.
Practice the full AWS SAA-C03 Practice Exam 6
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 company has two AWS accounts: Account A for development and Account B for production. Developer...MediumQ03A mobile application needs to authenticate users using their social media accounts (Facebook, Goo...EasyQ04A company is running an application on Amazon EC2 instances. The application needs to connect to ...MediumQ05A company has 50 AWS accounts managed by AWS Organizations. The IT team wants to implement a cent...Easy
Expert