ExamQuestions.com

Register
Login
AWS Certified Developer Associate Exam Questions

Amazon

AWS Certified Developer Associate

276 / 474

Question 276:

Your development team is planning on using AWS ElastiCache – Redis for their caching implementation. It needs to be ensured that data is only filled in the cache when it is required. Which of the following cache strategy can be used for this purpose?

Answer options:

A.Lazy loading
B.Write through
C.Adding a TTL
D.Use Redis AOF