ExamQuestions.com

Register
Login
AWS Certified Developer Associate Exam Questions

Amazon

AWS Certified Developer Associate

108 / 474

Question 108:

A company is planning to develop an application that is going to make use of a DynamoDB table. The structure of the table is given below.
Attribute Name
Type
Description
Product ID
Number
Unique ID of product
Review ID
Number
Unique ID of an optional customer review
Product Name
String
Name of the product
Product Description 
String
Description of the product
Which of the following should be chosen as the partition key to ensure the MOST effective distribution of keys?

Answer options:

A.Product ID
B.Review ID
C.Product Name
D.Production Description