DBS-C01 Workload-Specific Database Design • Set 18
DBS-C01 Workload-Specific Database Design Practice Test 18 — 15 questions with explanations. Free, no signup.
A company is building a real-time leaderboard for a mobile game using Amazon DynamoDB. The leaderboard displays the top 100 players by score. The table has 'game_id' as partition key and 'player_id' as sort key. The score is updated frequently. Which THREE design patterns should the company implement to ensure low-latency reads for the leaderboard? (Choose three.)