Microsoft Certified: Azure Fundamentals (AZ-900) Practice Exam

Disable ads (and more) with a membership for a one time $4.99 payment

Prepare for the Microsoft Certified: Azure Fundamentals (AZ-900) Practice Exam with our comprehensive quiz. Study with flashcards, multiple choice questions, and detailed explanations to ace your exam!

Practice this question and more.


What service should you use to prevent resource exhaustion from attacks on your public-facing website?

  1. DDoS protection

  2. Azure Firewall

  3. Network Security Group

  4. Application Gateway

The correct answer is: DDoS protection

DDoS protection is the correct choice because it specifically addresses the risk of distributed denial-of-service (DDoS) attacks, which are designed to overwhelm and exhaust resources on a public-facing website. This service detects and mitigates such attacks by absorbing the attack traffic and ensuring that legitimate users can still access the website. Using DDoS protection helps safeguard your applications by providing automatic scaling and predefined thresholds, which allow it to respond quickly to sudden spikes in traffic that may be indicative of an attack. It operates at the network layer and does not require manual intervention, making it an effective solution for maintaining availability and performance against DDoS threats. While other options can contribute to overall security and resource management, they do not specifically target the issue of resource exhaustion caused by DDoS attacks. Azure Firewall provides protection at the application level, but it does not have the same capabilities in specifically mitigating large-scale attacks like DDoS. Network Security Groups control inbound and outbound traffic to Azure resources but are primarily focused on access control. Application Gateway serves as a web traffic manager and includes web application firewall features, but again, it does not specialize in DDoS mitigation.