Easy1 markMultiple Choice
AWS SAP-C02 · Question 25 · Domain 2.5: Performance Objectives
A gaming company is launching a new multiplayer game. The backend uses Amazon DynamoDB. The game requires microsecond latency for read operations to ensure a smooth user experience. The read traffic is highly unpredictable and read-heavy. Which solution provides the required performance with the LEAST application code changes?
A gaming company is launching a new multiplayer game. The backend uses Amazon DynamoDB. The game requires microsecond latency for read operations to ensure a smooth user experience. The read traffic is highly unpredictable and read-heavy. Which solution provides the required performance with the LEAST application code changes?
Answer options:
A.
Implement Amazon ElastiCache for Redis and update the application to check the cache before querying DynamoDB.
B.
Implement Amazon DynamoDB Accelerator (DAX).
C.
Change the DynamoDB table to use Provisioned capacity with Auto Scaling.
D.
Migrate the database to Amazon Aurora Serverless v2.
How to approach this question
Identify the caching solution that is API-compatible with DynamoDB.
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 (microseconds). Because it is API-compatible, it requires minimal code changes.
Common mistakes
Choosing ElastiCache, which requires writing custom caching logic.
Practice the full AWS Solutions Architect Professional SAP-C02 Practice Exam 4
75 questions · hints · full answers · grading
More questions from this exam
Q01A global enterprise is redesigning its network architecture across 50 AWS accounts. They require ...HardQ02A financial services company uses AWS Organizations to manage 100+ accounts. The security team ma...MediumQ03An e-commerce company requires a multi-region active-active architecture for its critical order p...MediumQ04A company is setting up a new AWS environment using AWS Control Tower. They need to ensure that a...HardQ05An enterprise has 50 AWS accounts under AWS Organizations. They want to implement a chargeback mo...Medium
Expert