Hard1 markMultiple Choice
AWS SAA-C03 · Question 41 · Domain 3.3: Database Performance
An application uses Amazon DynamoDB as its backend database. The application is experiencing high read traffic for a small set of popular items, leading to increased latency and higher costs due to consumed read capacity units. How can a solutions architect improve read performance and reduce database load with the LEAST application code changes?
An application uses Amazon DynamoDB as its backend database. The application is experiencing high read traffic for a small set of popular items, leading to increased latency and higher costs due to consumed read capacity units. How can a solutions architect improve read performance and reduce database load with the LEAST application code changes?
Answer options:
A.
Migrate the database to Amazon RDS.
B.
Implement Amazon ElastiCache for Redis.
C.
Implement Amazon DynamoDB Accelerator (DAX).
D.
Increase the Provisioned Read Capacity Units (RCUs).
How to approach this question
Identify the need for a DynamoDB cache that requires minimal code changes.
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. Because it is API-compatible with DynamoDB, it requires minimal application code changes.
Common mistakes
Choosing ElastiCache, which requires significant code changes to implement the caching logic.
Practice the full AWS SAA-C03 Practice Exam 5
65 questions · hints · full answers · grading
More questions from this exam
Q01A company needs to grant an external auditor read-only access to specific AWS resources. The audi...EasyQ02An application running on EC2 instances needs to access objects in an S3 bucket. The security tea...MediumQ03A company is designing a VPC for a multi-tier web application. They need to block specific malici...MediumQ04A large enterprise uses AWS Organizations to manage multiple accounts. The security team wants to...HardQ05A company hosts a web application on an Application Load Balancer (ALB). They are experiencing SQ...Medium
Expert