ExamQuestions.com

Register
Login
AWS Certified Developer Associate Exam Questions

Amazon

AWS Certified Developer Associate

205 / 474

Question 205:

You are working on an application that provides an online Car booking service using Amazon DynamoDB. This is a read-heavy application that reads car & driver location details & provides the latest position to prospective car booking customers. Which of the following can be used to have consistent data writes & avoid unpredictable spikes in DynamoDB requests during peak hours?

Answer options:

A.Write Around Cache using DynamoDB DAX.
B.Write Through Cache using DynamoDB DAX.
C.Use Side Cache using Redis along with DynamoDB.D.Write Through Cache using Redis along with DynamoDB.