ExamQuestions.com

Register
Login
AWS Certified Developer Associate Exam Questions

Amazon

AWS Certified Developer Associate

25 / 474

Question 25:

You are developing an application that is working with a DynamoDB table. During the development phase, you want to know how much of the Consumed capacity is being used for the queries being fired. How can this be achieved?

Answer options:

A.The queries by default sent via the program will return the consumed capacity as part of the result.
B.Ensure to set the ReturnConsumedCapacity in the query request to TRUE.C.Ensure to set the ReturnConsumedCapacity in the query request to TOTAL.
D.Use the Scan operation instead of the query operation.