Medium1 markMultiple Choice
AWS SAP-C02 · Question 40 · Domain 3.3: Performance Improvement
An application uses Amazon DynamoDB. A specific read-heavy query is causing throttling and high costs. The data changes infrequently. How can the architect improve performance and reduce costs with minimal code changes?
An application uses Amazon DynamoDB. A specific read-heavy query is causing throttling and high costs. The data changes infrequently. How can the architect improve performance and reduce costs with minimal code changes?
Answer options:
A.
Migrate the data to Amazon ElastiCache for Redis.
B.
Implement Amazon DynamoDB Accelerator (DAX).
C.
Increase the Read Capacity Units (RCUs) on the table.
D.
Use Amazon CloudFront to cache the database queries.
How to approach this question
Identify the caching solution native to DynamoDB.
Full Answer
B.Implement Amazon DynamoDB Accelerator (DAX).✓ Correct
DAX is a fully managed, highly available, in-memory cache for DynamoDB that delivers up to a 10x performance improvement.
Common mistakes
Choosing ElastiCache, which requires rewriting the data access layer.
Practice the full AWS Solutions Architect Professional SAP-C02 Practice Exam 3
75 questions · hints · full answers · grading
More questions from this exam
Q01An enterprise has 100 VPCs across 5 AWS Regions. They need to establish a highly available, trans...HardQ02A company uses AWS Organizations. The CISO requires that no EC2 instances can be launched outside...MediumQ03An application uses Amazon Aurora PostgreSQL. To meet disaster recovery requirements, the databas...HardQ04A company is setting up a new multi-account AWS environment. They want to automate the creation o...MediumQ05An organization wants to allocate AWS costs to specific departments. They use multiple AWS accoun...Medium
Expert