Which choice of keys is recommended for the DynamoDB table?

An online gaming company is planning to launch a new game with Amazon DynamoDB as its data store. The database should be designated to support the following use cases: Update scores in real time whenever a player is playing the game. Retrieve a player’s score details for a specific game session.
A Database Specialist decides to implement a DynamoDB table. Each player has a unique user_id and each game has a unique game_id.
Which choice of keys is recommended for the DynamoDB table?
A. Create a global secondary index with game_id as the partition key
B. Create a global secondary index with user_id as the partition key
C. Create a composite primary key with game_id as the partition key and user_id as the sort key
D. Create a composite primary key with user_id as the partition key and game_id as the sort key

Amazon AWS Certified Database – Specialty (DBS-C01)

Free dumps for CLF-C01 in Printable PDF format.

High quality PDF and software. VALID exam to help you pass.

amazon-exams

One thought on “Which choice of keys is recommended for the DynamoDB table?

  1. The correct answer seems to be D because game id is the access pattern for particular user id. In general, global index primary key partition is not same as primary key of the base table. Please correct me if I am wrong.

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.