nerdexam
Microsoft

AZ-305 · Question #238

Your company wants to deploy a new Azure web application. The web application will use Azure blob storage for storage of static content. The Web application uses a large number of JavaScript files alo

The correct answer is B. Make use of Azure Content Delivery Network. To distribute static web content to users across the world, you should use the Azure CDN service. Azure Content Delivery Network (CDN) service caches the web content on the edge servers and delivers it to point-of-presence (POP) locations. It uses the distributed network of the s

Submitted by yousef_jo· Mar 6, 2026Design infrastructure solutions

Question

Your company wants to deploy a new Azure web application. The web application will use Azure blob storage for storage of static content. The Web application uses a large number of JavaScript files along with cascading style sheets. The users of the web application are located across the world. You have to ensure the time to load individual pages is minimized. Which of the following would you recommend for this requirement?

Options

  • AMake use of Azure Redis Cache
  • BMake use of Azure Content Delivery Network
  • CMake use of the Azure Load Balancer
  • DMake use of the Azure Application Gateway

How the community answered

(15 responses)
  • B
    80% (12)
  • C
    7% (1)
  • D
    13% (2)

Explanation

To distribute static web content to users across the world, you should use the Azure CDN service. Azure Content Delivery Network (CDN) service caches the web content on the edge servers and delivers it to point-of-presence (POP) locations. It uses the distributed network of the servers. The network cuts content delivery time to the end-users by serving the cached data from the closest servers instead of the origin server. CDN delivers static web content and, leveraging the POPs, accelerates the dynamic content that cannot be cached. https://docs.microsoft.com/en-us/azure/cdn/cdn-overview

Community Discussion

No community discussion yet for this question.

Full AZ-305 Practice