Hard1 markMultiple Choice
AWS SAA-C03 · Question 41 · Domain 3.3: Database Performance
An application uses Amazon DynamoDB to store product catalog data. During flash sales, the application experiences massive read spikes, causing ReadCapacityUnit (RCU) throttling and increased latency. The application requires microsecond read latency. What is the BEST solution?
An application uses Amazon DynamoDB to store product catalog data. During flash sales, the application experiences massive read spikes, causing ReadCapacityUnit (RCU) throttling and increased latency. The application requires microsecond read latency. What is the BEST solution?
Answer options:
A.
Increase the provisioned RCUs.
B.
Implement Amazon ElastiCache for Redis.
C.
Implement Amazon DynamoDB Accelerator (DAX).
D.
Use DynamoDB Global Tables.
How to approach this question
Look for the native DynamoDB caching solution.
Full Answer
C.Implement Amazon DynamoDB Accelerator (DAX).✓ Correct
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—even at millions of requests per second.
Common mistakes
Choosing ElastiCache, which requires more operational overhead than DAX for DynamoDB.
Practice the full AWS SAA-C03 Practice Exam 2
65 questions · hints · full answers · grading
More questions from this exam
Q01A company wants to ensure that no AWS resources can be created in the ap-northeast-1 region acros...EasyQ02A web application runs on Amazon EC2 instances behind an Application Load Balancer (ALB). The com...EasyQ03A company is storing highly sensitive data in an Amazon S3 bucket. The security team requires tha...MediumQ04An application running on an EC2 instance needs to access an Amazon DynamoDB table in a different...HardQ05A company needs to store database credentials securely. The credentials must be automatically rot...Medium
Expert