AZ-305 · Question #181
AZ-305 Question #181: Real Exam Question with Answer & Explanation
The correct answer is D: Azure Cache for Redis. https://learn.microsoft.com/en-us/azure/azure-cache-for-redis/cache-overview Azure Cache for Redis provides an in-memory data store based on the Redis software. Redis improves the performance and scalability of an application that uses backend data stores heavily. It's able to pr
Question
You have a multi-tier app named App1 and an Azure SQL database named SQL1. The backend service of App1 writes data to Users use the App1 client to read the data from SQL1. During periods of high utilization the users experience delays retrieving the data. You need to minimize how long it takes for data requests. What should you include in the solution?
Options
- AAzure Synapse Analytics
- BAzure Content Delivery Network (CDN)
- CAzure Data Factory
- DAzure Cache for Redis
Explanation
https://learn.microsoft.com/en-us/azure/azure-cache-for-redis/cache-overview Azure Cache for Redis provides an in-memory data store based on the Redis software. Redis improves the performance and scalability of an application that uses backend data stores heavily. It's able to process large volumes of application requests by keeping frequently accessed data in the server memory, which can be written to and read from quickly. Redis brings a critical low- latency and high-throughput data storage solution to modern applications.
Community Discussion
No community discussion yet for this question.