Hard1 markMultiple Choice
AZ-305 · Question 35 · Domain 3.2: High Availability
You are designing a global e-commerce application. The web tier is hosted on Azure App Service in three regions: East US, West Europe, and Southeast Asia.
The application requires:
- Global load balancing to route users to the closest region.
- SSL offloading and Web Application Firewall (WAF) protection at the edge.
- Caching of static assets (images, CSS) at the edge.
- Protection against massive DDoS attacks.
Which load balancing solution should you recommend?
You are designing a global e-commerce application. The web tier is hosted on Azure App Service in three regions: East US, West Europe, and Southeast Asia.
The application requires:
- Global load balancing to route users to the closest region.
- SSL offloading and Web Application Firewall (WAF) protection at the edge.
- Caching of static assets (images, CSS) at the edge.
- Protection against massive DDoS attacks.
Which load balancing solution should you recommend?
Answer options:
A.
Azure Traffic Manager
B.
Azure Application Gateway
C.
Azure Front Door
D.
Azure Load Balancer (Standard)
How to approach this question
Match the requirements (Global, Layer 7/HTTP, WAF, Caching) to the correct Azure load balancing service.
Full Answer
C.Azure Front Door✓ Correct
Azure Front Door is the correct choice. It operates at Layer 7 (HTTP/HTTPS) and provides global load balancing using anycast routing. It terminates SSL at the edge, includes a Web Application Firewall (WAF), and acts as a Content Delivery Network (CDN) to cache static assets. Traffic Manager is DNS-based and lacks WAF/caching. Application Gateway is regional.
Common mistakes
Choosing Traffic Manager combined with Application Gateway. While possible, Front Door is the single, optimized service that provides all these features globally.
Practice the full Azure Solutions Architect Expert AZ-305 Practice Exam 2
55 questions · hints · full answers · grading
More questions from this exam
Q01Fabrikam Inc. is a global financial services company with 200 Azure subscriptions managed via a c...HardQ02A healthcare organization has 500 on-premises Windows Server VMs and 300 Azure VMs. They are impl...HardQ03You are designing a security monitoring solution using Microsoft Sentinel.
The compliance depar...EasyQ04Your company has a microservices application deployed across multiple Azure App Service instances...MediumQ05A defense contractor is migrating to Microsoft 365 and Azure. They have a strict security policy ...Hard
Expert