ExamQuestions.com

Register
Login
AWS Certified Developer Associate Exam Questions

Amazon

AWS Certified Developer Associate

223 / 474

Question 223:

You’ve been hired as a developer to work on an application. This application will be making use of an AWS RDS database and ElastiCache. A requirement is present which states that the cache should always have the most recent data that is present in the database and should not contain stale data.
What strategy for ElastiCache can the developer use to implement this?

Answer options:

A.Lazy loading
B.Write-through
C.Error retries
D.Exponential backoff