DynamoDB Accelerator (DAX)

5 minutes 5 Questions

DynamoDB Accelerator (DAX) is a fully managed, in-memory cache for Amazon DynamoDB that accelerates reads from your tables by up to 10 times. This improvement in performance reduces the response time of eventually consistent read operations from milliseconds to microseconds. DAX is designed for app…

Test mode:
AWS Certified Solutions Architect - DynamoDB Accelerator (DAX) Example Questions

Test your knowledge of DynamoDB Accelerator (DAX)

Question 1

An online gaming company stores player profiles and scores in an Amazon DynamoDB table. They need to display a global leaderboard showing the top 100 players by highest score with low-latency reads and without scanning the table. Scores update frequently as games are played. Which approach best supports this requirement?

Question 2

A company runs a highly transactional application on Amazon DynamoDB. They must drastically reduce read latency for hot items while minimizing application changes and avoiding custom cache-invalidation logic. What is the best solution?

Question 3

A travel booking application uses Amazon DynamoDB and is experiencing high read latency during peak traffic. The workload is read-heavy with many repeated point-reads of the same booking and inventory items. The application can tolerate eventually consistent reads and does not use DynamoDB transactions. You want to minimize code changes while reducing read latency and load on DynamoDB. Which solution is best?

More DynamoDB Accelerator (DAX) questions
15 questions (total)