Easy1 markMultiple Choice
AWS SAA-C03 · Question 45 · Domain 3.3: Database Performance
A gaming company uses Amazon DynamoDB to store player leaderboards. The application experiences heavy read traffic, and the company wants to reduce read latency from milliseconds to microseconds while reducing the load on the DynamoDB table. Which solution should be implemented?
A gaming company uses Amazon DynamoDB to store player leaderboards. The application experiences heavy read traffic, and the company wants to reduce read latency from milliseconds to microseconds while reducing the load on the DynamoDB table. Which solution should be implemented?
Answer options:
A.
Add Amazon ElastiCache for Redis.
B.
Implement Amazon DynamoDB Accelerator (DAX).
C.
Enable DynamoDB Global Tables.
D.
Increase the Read Capacity Units (RCUs) on the table.
How to approach this question
Match 'DynamoDB', 'read latency from milliseconds to microseconds' with DAX.
Full Answer
B.Implement Amazon DynamoDB Accelerator (DAX).✓ Correct
Implement Amazon DynamoDB Accelerator (DAX).
Amazon DynamoDB Accelerator (DAX) is a fully managed, highly available, in-memory cache for DynamoDB that delivers up to a 10x performance improvement—from milliseconds to microseconds.
Common mistakes
Choosing ElastiCache. While possible, DAX is the AWS-recommended, tightly integrated solution for DynamoDB.
Practice the full AWS SAA-C03 Practice Exam 7
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 needs...MediumQ02An application runs on Amazon EC2 instances and needs to access an Amazon S3 bucket. What is the ...EasyQ03A company wants to implement federated access to the AWS Management Console for its employees usi...MediumQ04A company is building a mobile application that requires users to sign in using their social medi...EasyQ05A security team wants to enforce MFA for all IAM users before they can terminate EC2 instances. H...Medium
Expert