ExamQuestions.com

Register
Login
AWS Certified Developer Associate Exam Questions

Amazon

AWS Certified Developer Associate

163 / 474

Question 163:

A company is planning to develop an IoT application that will make use of a DynamoDB table. The structure of the table is given below.
Attribute Name
Type
Description
Device ID
String
Automatically generated GUID
Device type
String
The type name of the IoT device
Location
String
Place/ Area
Status code
String
The current status of the IoT device
Which of the following should be chosen as the partition key to ensure the MOST effective distribution of keys?

Answer options:

A.Device ID
B.Device type
C.Location
D.Status code