ExamQuestions.com

Register
Login
AWS Certified Developer Associate Exam Questions

Amazon

AWS Certified Developer Associate

203 / 474

Question 203:

An Amazon DynamoDB table is populated with a large amount of data from an application capturing client data from various servers across various regions. Which of the following is a preferred option for deletion of old items in a DynamoDB table?

Answer options:

A.Schedule a cron Job during off peak hours to delete unwanted items.
B.Run Periodic jobs to delete old items.
C.Pre-Create a DynamoDB table with specific time.
D.Enable TTL on each item to automatically delete old items.