ExamQuestions.com

Register
Login
AWS Certified Developer Associate Exam Questions

Amazon

AWS Certified Developer Associate

157 / 474

Question 157:

An application currently makes use of DynamoDB tables. There are a thousand requests made per second on the DynamoDB table. Another application takes the changes to the items in the DynamoDB table for further analytics processing. Which of the following can be effectively used to manage this requirement?

Answer options:

A.Enable a scan on the entire table to check for changes.
B.Create a query to check for changes.
C.Enable global tables for DynamoDB.D.Enable streams for DynamoDB.