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.