AZ-305 · Question #181
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…
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…
Question
Options
- AAzure Synapse Analytics
- BAzure Content Delivery Network (CDN)
- CAzure Data Factory
- DAzure Cache for Redis
How the community answered
(31 responses)- A3% (1)
- B6% (2)
- C3% (1)
- D87% (27)
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.