MCQs > IT & Programming > Amazon Web Services (AWS) > You are creating a DynamoDB table to store all movies that have been released since 1938. Your application will allow users to search by movie title and see the details of that film. Given the sample below showing the movie data that you will be importing, what is the best set of keys to apply to this table? { "title": "The Avengers", "year": 2012, "cast": ["Mark Ruffalo", "Robert Downey, Jr."], "genres": ["Action"]}

Amazon Web Services (AWS) MCQs

You are creating a DynamoDB table to store all movies that have been released since 1938. Your application will allow users to search by movie title and see the details of that film. Given the sample below showing the movie data that you will be importing, what is the best set of keys to apply to this table? { "title": "The Avengers", "year": 2012, "cast": ["Mark Ruffalo", "Robert Downey, Jr."], "genres": ["Action"]}

Answer

Correct Answer: The primary key should be created as a completely unique value, such a sequential numerical list of movie IDs. The partition key should be title field for fast lookup.

Explanation:

Note: This Question is unanswered, help us to find answer for this one

Amazon Web Services (AWS) Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

Amazon Web Services (AWS) Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it