Easy1 markMultiple Choice
AZ-305 · Question 26 · Domain 2.3: Recommend a data storage solution
A web application hosted on Azure App Service experiences slow page load times due to frequent, repetitive database queries to an Azure SQL Database. The data changes infrequently. You need to improve application performance and reduce the load on the database. What should you recommend?
A web application hosted on Azure App Service experiences slow page load times due to frequent, repetitive database queries to an Azure SQL Database. The data changes infrequently. You need to improve application performance and reduce the load on the database. What should you recommend?
Answer options:
A.
Azure Front Door.
B.
Azure Cache for Redis.
C.
Azure SQL Database read replicas.
D.
Azure Data Factory.
How to approach this question
Identify the in-memory caching service used to offload database queries.
Full Answer
B.Azure Cache for Redis.✓ Correct
Azure Cache for Redis.
Azure Cache for Redis improves the performance and scalability of an application that uses backend data stores heavily by temporarily copying frequently accessed data to fast storage located close to the application.
Common mistakes
Selecting Front Door or CDN, which cache HTTP responses/static files, not application data objects.
Practice the full Azure Solutions Architect Expert AZ-305 Practice Exam 6
55 questions · hints · full answers · grading
More questions from this exam
Q01Contoso Ltd is a global manufacturing company with 50,000 employees. They operate a mix of on-pre...MediumQ02A financial institution has 500 Windows Server VMs on-premises and 200 VMs in Azure. They need to...HardQ03An enterprise uses Azure Sentinel and Log Analytics. They ingest 500 GB of logs daily. The IT bud...HardQ04You are designing a monitoring strategy for a new Azure deployment consisting of App Service, Azu...EasyQ05A healthcare company uses Microsoft Entra ID (Azure AD). They need to implement a security policy...Medium
Expert