LeetQuiz Logo
Privacy Policy•contact@leetquiz.com
© 2025 LeetQuiz All rights reserved.
AWS Certified Solutions Architect - Associate

AWS Certified Solutions Architect - Associate

Get started today

Ultimate access to all questions.


A social media company is experiencing high database load during peak times, resulting in slow response times for user interactions. The company wants to implement a caching solution to improve performance without modifying the application code. Which AWS service should they integrate?

Other



Explanation:

Amazon ElastiCache for Redis is an in-memory data store that can be used as a caching layer to offload read-heavy workloads from the primary database. By caching frequently accessed data in Redis, the application can serve requests faster without querying the database directly, improving overall performance.

Powered ByGPT-5