Medium1 markMultiple Choice
AZ-305 · Question 46 · Domain 4.2: Application Architecture
A global media company hosts a video streaming website on Azure App Service. Users in Asia are experiencing high latency when loading the website's static assets (images, CSS, JavaScript) because the App Service is hosted in the US East region. You need to improve performance for global users with minimal architectural changes. What should you implement?
A global media company hosts a video streaming website on Azure App Service. Users in Asia are experiencing high latency when loading the website's static assets (images, CSS, JavaScript) because the App Service is hosted in the US East region. You need to improve performance for global users with minimal architectural changes. What should you implement?
Answer options:
A.
Azure Cache for Redis.
B.
Azure Content Delivery Network (CDN).
C.
Azure Traffic Manager.
D.
Cross-region read replicas.
How to approach this question
Identify the service used to cache static web content globally.
Full Answer
B.Azure Content Delivery Network (CDN).✓ Correct
Azure Content Delivery Network (CDN).
Azure CDN caches static web content at strategically placed physical nodes across the world. This reduces latency for users by serving assets from a location geographically close to them.
Common mistakes
Confusing Redis (backend data caching) with CDN (frontend static asset caching).
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