ExamQuestions.com

Register
Login
AWS Certified Developer Associate Exam Questions

Amazon

AWS Certified Developer Associate

20 / 474

Question 20:

Which of the following is true with respect to strongly consistent read requests from an application to a DynamoDB with a DAX cluster?

Answer options:

A.All requests are forwarded to DynamoDB & results are cached.
B.All requests are forwarded to DynamoDB & results are stored in Item Cache before passing to application.
C.All requests are forwarded to DynamoDB & results are stored in Query Cache before passing to application.
D.All requests are forwarded to DynamoDB & results are not cached.