ExamQuestions.com

Register
Login
AWS Certified Database Specialty Exam Questions

Amazon

AWS Certified Database Specialty

118 / 145

Question 118:

A Java application has a requirement to query data in a DynamoDB table by date range. What is the recommended approach to store the data in the DynamoDB table?

Answer options:

A.Use the Date data type.
B.Use the String data type and ISO 8601 format.
C.Use the String data type and Epoch format.
D.Use the Number data type and the Epoch format.