AWS Certified Database – Specialty — Question 215

An online retailer uses Amazon DynamoDB for its product catalog and order data. Some popular items have led to frequently accessed keys in the data, and the company is using DynamoDB Accelerator (DAX) as the caching solution to cater to the frequently accessed keys. As the number of popular products is growing, the company realizes that more items need to be cached. The company observes a high cache miss rate and needs a solution to address this issue.

What should a database specialist do to accommodate the changing requirements for DAX?

Answer options

Correct answer: C

Explanation

The correct answer is C because creating a new DAX cluster with a larger node type allows for increased capacity and performance to handle the growing number of popular items. Option A does not address the need for a larger node type; option B does not specifically address the need for larger node types either; option D does not provide the necessary scaling to accommodate the increased cache requirements.