ExamQuestions.com

Register
Login
AWS Certified Big Data Specialty (Expired on July 1, 2020) Exam Questions

Amazon

AWS Certified Big Data Specialty (Expired on July 1, 2020)

303 / 370

Question 303:

A company is planning on using DynamoDB as a data store for their application. Below are the data access patterns for the table
Data is uploaded to the table via an application
The data is heavily used within a week’s time from the ingestion of data
After a week’s time, the data is not frequently used
Which of the following can be used to effectively store the table data in DynamoDB? Choose 2 answers from the options given below

Answer options:

A.Create tables based on a weekly basis. Ensure a high read and write capacity for these tables.
B.Change the Read and write capacity to a lower value after a week’s time for the table
C.Create a table and ensure a datetimestamp is placed as the partition Key
D.Perform scan operations on the table and delete table data which has an older datetimestamp of more than one week