Free AZ-700 Practice Test Free Microsoft AZ-700 Practice Test 1 / 80A network engineer wants to monitor packet capture data and diagnose connectivity issues between Azure VMs.Which tool should be used? Network Watcher Azure Monitor NSG flow logs only Azure Advisor Traffic Manager Correct Answer: Network WatcherExplanation:Network Watcher provides advanced diagnostics such as packet capture, connection troubleshooting, and topology views. It is specifically designed for network troubleshooting, whereas Azure Monitor provides broader telemetry and metrics.2 / 80A global application needs to route users to the closest Azure region based on geographic location and DNS resolution.Which service is MOST appropriate? Application Gateway Azure Firewall VPN Gateway Traffic Manager Azure Bastion Correct Answer: Traffic ManagerExplanation:Traffic Manager uses DNS-based routing to direct clients to the closest or healthiest endpoint based on policies such as geographic routing or performance. It operates globally and does not handle traffic directly, unlike Application Gateway.3 / 80A company wants to ensure that Azure PaaS services such as storage accounts are accessible only from a specific VNet and not over public endpoints.Which feature should be used? Public IP prefix NSG rule Load Balancer Traffic Manager Private Endpoint Correct Answer: Private EndpointExplanation:Private Endpoints provide private IP addresses within a VNet for accessing Azure PaaS services. This ensures traffic remains within the private network and prevents exposure to the public internet, significantly improving security.4 / 80A network engineer needs to route traffic from a subnet through a network virtual appliance (NVA) before reaching the internet.What should be configured? User-defined route Network Security Group DNS zone Load balancer rule Private endpoint Correct Answer: User-defined routeExplanation:User-defined routes allow custom routing paths in Azure. By defining a route that sends traffic to an NVA, all outbound traffic from the subnet can be inspected or filtered before reaching its destination. NSGs control access but do not dictate routing paths.5 / 80A company uses Azure Virtual Machines and wants to allow secure RDP access without exposing public IP addresses.Which solution is BEST? Azure Firewall VPN Gateway Azure Bastion NSG rule Load Balancer Correct Answer: Azure BastionExplanation:Azure Bastion provides secure RDP and SSH access directly through the Azure portal without requiring public IPs on virtual machines. This reduces the attack surface and eliminates the need to expose management ports to the internet.6 / 80A company wants to ensure that Azure resources are protected from volumetric network attacks targeting public IP addresses.Which service should be implemented? Azure DDoS Protection Network Watcher Azure Monitor Azure Bastion Private DNS Correct Answer: Azure DDoS ProtectionExplanation:Azure DDoS Protection provides automatic detection and mitigation of distributed denial-of-service attacks. It safeguards public endpoints by absorbing and filtering malicious traffic before it reaches resources. Monitoring tools like Network Watcher only observe traffic and do not mitigate attacks.7 / 80A web application hosted in Azure must distribute incoming traffic across multiple backend servers based on URL paths. The solution must operate at Layer 7.Which service should be used? Azure Load Balancer Traffic Manager Azure Firewall Application Gateway NAT Gateway Correct Answer: Application GatewayExplanation:Application Gateway operates at Layer 7 and supports advanced routing features such as URL-based routing, host-based routing, and SSL termination. Layer 4 solutions like Azure Load Balancer cannot inspect HTTP requests to make routing decisions.8 / 80A company wants to connect its on-premises network to Azure using a private, dedicated connection that does not traverse the public internet.Which service BEST meets this requirement? VPN Gateway VNet peering Azure Bastion Private Endpoint ExpressRoute Correct Answer: ExpressRouteExplanation:ExpressRoute provides a private, dedicated connection between on-premises infrastructure and Azure datacenters. Unlike VPN Gateway, which uses encrypted tunnels over the internet, ExpressRoute ensures higher reliability, lower latency, and increased security by avoiding the public internet entirely.9 / 80A network engineer needs to restrict inbound traffic to a subnet so only HTTPS traffic from a specific IP range is allowed. All other traffic must be denied.Which Azure feature should be used? Network Security Group Network Security Group Azure DNS Route table Route table Correct Answer: Network Security GroupExplanation:NSGs allow fine-grained filtering of inbound and outbound traffic using rules based on IP, port, and protocol. By creating an allow rule for HTTPS and denying everything else, traffic can be tightly controlled. Other services like load balancers do not enforce security policies at this level.10 / 80A company deploys multiple Azure Virtual Networks (VNets) across regions and needs private communication between them without exposing traffic to the internet. The solution must minimize latency and avoid additional gateways.What is the BEST solution? Site-to-site VPN ExpressRoute Azure Firewall VNet peering Azure Firewall Correct Answer: VNet peeringExplanation:VNet peering allows direct private connectivity between VNets over Microsoft’s backbone network, eliminating the need for gateways and reducing latency. Unlike VPN or ExpressRoute, it does not require additional infrastructure or encryption overhead. This makes it the most efficient and cost-effective solution for intra-Azure communication.11 / 80A network engineer must ensure that Azure storage accounts are accessible only from a specific subnet and not from the public internet.What should be configured? Enable service endpoints for storage within subnet Apply NSG rules restricting outbound storage traffic Configure route tables directing traffic to storage Create a private endpoint within the required subnet Use Traffic Manager to restrict storage access Correct Answer: Create a private endpoint within the required subnetExplanation:Private Endpoints fully remove public exposure by assigning private IPs. Service endpoints still allow public endpoint exposure. NSGs cannot secure the service itself.12 / 80A company wants to provide secure access to Azure VMs without exposing management ports to the internet. Administrators must connect through a browser.What should be implemented? Deploy Azure Bastion within the virtual network Configure VPN Gateway for administrative access Assign public IPs with restricted NSG rules Use Traffic Manager to control admin connections Deploy load balancer with inbound NAT rules Correct Answer: Deploy Azure Bastion within the virtual networkExplanation:Azure Bastion enables secure browser-based access without exposing ports. This reduces attack surface significantly. Other options still expose or depend on external access methods.13 / 80A company needs to restrict inbound HTTPS traffic to a web application so only a specific IP range is allowed. All other inbound traffic must be blocked.What should be configured? Deploy Azure Firewall with application filtering rules Configure route tables restricting inbound traffic sources Use Traffic Manager with geographic routing policies Create NSG rules allowing HTTPS from defined source range Assign private endpoints to restrict external connectivity Correct Answer: Create NSG rules allowing HTTPS from defined source rangeExplanation:NSGs can filter inbound traffic by IP and port efficiently. This provides a direct solution without extra infrastructure. Other options introduce unnecessary complexity.14 / 80A network engineer must ensure that traffic between two VNets in different regions remains private and does not traverse the public internet. The solution should not require gateways.What should be used? Deploy site-to-site VPN between the regional VNets Implement ExpressRoute circuit between both environments Configure global VNet peering between the virtual networks Assign private endpoints for cross-region connectivity Use Traffic Manager to route requests between regions Correct Answer: Configure global VNet peering between the virtual networksExplanation:Global VNet peering uses Microsoft’s backbone for private communication. It avoids gateways and reduces latency. VPN and ExpressRoute add complexity and unnecessary overhead here.15 / 80A company deploys a hub-and-spoke network and needs to ensure all outbound traffic from spokes is inspected by a firewall in the hub. Traffic must not bypass the firewall under any condition.What should be configured? Enable peering options allowing forwarded traffic between VNets Configure NSG rules permitting outbound traffic to hub Deploy private endpoints for all spoke resources Assign public IP addresses to spoke virtual machines Apply route tables directing traffic to the hub appliance Correct Answer: Apply route tables directing traffic to the hub applianceExplanation:User-defined routes ensure all outbound traffic is forced through the firewall. Without UDRs, traffic may take default system routes and bypass inspection. Peering settings alone do not enforce traffic flow direction.16 / 80Intermittent connectivity issues occur between VNets in different regions. Peering is configured, but traffic does not always flow.What is the MOST likely cause? DNS resolution intermittently failing Peering missing on one VNet side NSG rules blocking inbound traffic Firewall misconfigured for outbound rules Load balancer health probes failing Correct Answer: Peering missing on one VNet sideExplanation:VNet peering must be configured in both directions. If one side is missing, connectivity fails. DNS and NSGs would not cause intermittent peering failure specifically.17 / 80The company needs DNS resolution between Azure VNets and on-premises systems without deploying DNS servers in each VNet.What should be implemented? NSG rules allowing DNS traffic Route tables for DNS forwarding Traffic Manager for DNS queries Private DNS zones with VNet links Public DNS zones for internal names Correct Answer: Private DNS zones with VNet linksExplanation:Private DNS zones provide centralized name resolution across VNets. Linking VNets ensures seamless communication. Other options do not provide internal DNS resolution.18 / 80Users report inconsistent latency when accessing the web application globally. The company wants to route users to the closest region dynamically.What should be configured? Traffic Manager with weighted routing Application Gateway in each region Load balancer with multiple regions Azure Firewall for traffic routing Front Door with global routing enabled Correct Answer: Front Door with global routing enabledExplanation:Front Door uses Anycast and edge routing to minimize latency. It directs users to the nearest healthy endpoint. Traffic Manager relies on DNS and reacts more slowly.19 / 80The company wants to ensure that backend APIs are not accessible from the internet but remain reachable by frontend applications in other VNets.What should be used? Public IP with NSG restrictions Traffic Manager for API routing Load balancer with inbound rules Private endpoints for API services NAT Gateway for API access Correct Answer: Private endpoints for API servicesExplanation:Private Endpoints restrict access to internal networks using private IPs. This ensures APIs are not publicly exposed. NSGs cannot fully prevent public endpoint access.20 / 80Traffic from spoke VNets sometimes bypasses the Azure Firewall when accessing external endpoints. The engineer needs to ensure that all outbound traffic is always inspected.What should be implemented? Enable peering option for forwarded traffic Configure NSG rules allowing outbound flows Apply route tables sending traffic to firewall Assign public IPs to spoke resources Deploy load balancer for outbound traffic Correct Answer: Apply route tables sending traffic to firewallExplanation:User-defined routes enforce traffic flow through the firewall. Without them, Azure may use default system routes that bypass inspection. Peering and NSGs do not enforce routing paths.21 / 80The company requires automatic failover between ExpressRoute and VPN connections without manual intervention.What must be enabled? BGP on both connections Static routes in route tables NSG rules for failover control Traffic Manager routing policies Private endpoints for redundancy Correct Answer: BGP on both connectionsExplanation:BGP enables dynamic route updates and failover. When one path fails, routes automatically adjust. Static routes cannot adapt dynamically.22 / 80DNS resolution between VNets in different regions intermittently fails. The company wants a centralized and scalable solution.What should be configured? Custom DNS servers in each VNet Private DNS zones linked to VNets NSG rules allowing DNS traffic Route tables for DNS forwarding Public DNS zones for internal use Correct Answer: Private DNS zones linked to VNetsExplanation:Private DNS zones provide centralized name resolution. Linking VNets ensures consistent DNS behavior. Custom DNS servers increase complexity and maintenance.23 / 80Cross-region communication between VNets must remain private and avoid using VPN or ExpressRoute gateways.What should be used? Site-to-site VPN across regions ExpressRoute global reach configuration Global VNet peering between VNets Private endpoints across regions Traffic Manager routing configuration Correct Answer: Global VNet peering between VNetsExplanation:Global VNet peering provides private connectivity over Microsoft’s backbone. It avoids gateway overhead and reduces latency. VPN and ExpressRoute are unnecessary here.24 / 80The company wants to ensure that backend APIs are never exposed publicly but remain accessible to frontend services across VNets and regions.What should be implemented? NSG rules restricting inbound access Application Gateway with HTTPS listeners Traffic Manager for API endpoints Load balancer with internal backend pool Private endpoints for API resources Correct Answer: Private endpoints for API resourcesExplanation:Private Endpoints ensure APIs are accessible only via private IPs. This prevents public exposure entirely. NSGs cannot disable public endpoints at the service level.25 / 80Outbound traffic from spoke VNets sometimes reaches the internet without passing through Azure Firewall. The engineer must enforce inspection for all outbound flows.What should be configured? NSG rules allowing outbound traffic Peering with forwarded traffic enabled Load balancer outbound rules configured Route tables pointing to firewall Private endpoints for internet access Correct Answer: Route tables pointing to firewallExplanation:User-defined routes override default system routing and force traffic through the firewall. Without them, Azure may route traffic directly to the internet. NSGs filter traffic but do not control routing paths.26 / 80A company needs dynamic routing between Azure and on-premises networks that automatically adjusts during failover.What should be used? Static routes NSG rules Traffic Manager BGP Private endpoints Correct Answer: BGPExplanation:BGP (Correct): Dynamically exchanges routes and adapts to failures.Static routes: Require manual updates and do not fail over automatically.NSG rules: Do not influence routing.Traffic Manager: DNS-based routing only.Private endpoints: Not related to routing.27 / 80A subnet must only allow deployment of specific Azure services.What should be configured? NSG rules Route tables Firewall policies Subnet delegation Private endpoints Correct Answer: Subnet delegationExplanation:Subnet delegation (Correct): Restricts a subnet to specific Azure services.NSG rules: Control traffic, not deployment.Route tables: Affect routing only.Firewall policies: Control traffic, not resource types.Private endpoints: Do not restrict deployments.28 / 80A company needs global routing with SSL termination at edge locations for improved performance.What should be used? Azure Front Door Traffic Manager Application Gateway Load Balancer Azure Firewall Correct Answer: Azure Front DoorExplanation:Azure Front Door (Correct): Provides global routing, edge presence, and SSL termination.Traffic Manager: DNS-based and does not terminate SSL.Application Gateway: Regional service, not global edge.Load Balancer: Layer 4 only.Azure Firewall: Does not provide global routing.29 / 80A subnet must route all traffic through a network virtual appliance before reaching its destination.What should be configured? User-defined route NSG rules Private endpoints Traffic Manager Public IP assignment Correct Answer: User-defined routeExplanation:User-defined route (Correct): Directs traffic to a specified next hop such as an NVA.NSG rules: Filter traffic but do not control routing paths.Private endpoints: Used for PaaS access, not routing.Traffic Manager: DNS-based and unrelated.Public IP assignment: Does not affect routing behavior.30 / 80A network engineer must monitor latency between Azure resources without installing agents. The solution should provide ongoing visibility.What should be used? NSG flow logs Connection Monitor Packet capture Azure Monitor metrics Traffic Manager diagnostics Correct Answer: Connection MonitorExplanation:Connection Monitor (Correct): Provides continuous latency and connectivity tracking without requiring agents.NSG flow logs: Show traffic patterns but not latency measurements.Packet capture: Provides detailed snapshots, not ongoing monitoring.Azure Monitor metrics: General metrics, not specific connection paths.Traffic Manager diagnostics: Not designed for internal latency monitoring.31 / 80A company needs to distribute HTTP traffic across backend servers while routing based on URL paths and inspecting headers.What should be used? Azure Load Balancer Traffic Manager Azure Firewall NAT Gateway Application Gateway Correct Answer: Application GatewayExplanation:Application Gateway (Correct): Supports Layer 7 routing, header inspection, and path-based routing.Azure Load Balancer: Operates at Layer 4 and cannot inspect HTTP traffic.Traffic Manager: DNS-based routing only.Azure Firewall: Inspects traffic but does not perform application routing.NAT Gateway: Handles outbound connectivity only.32 / 80A company wants Azure PaaS services to be accessible only through private IP addresses and not through public endpoints.What should be implemented? Service Endpoints NSG outbound rules Route tables Private Endpoints Traffic Manager Correct Answer: Private EndpointsExplanation:Private Endpoints (Correct): These provide private IP access and remove public exposure completely.Service Endpoints: These keep traffic on Azure’s backbone but still use public endpoints.NSG outbound rules: NSGs cannot eliminate public access to a service.Route tables: Routing does not affect service exposure.Traffic Manager: This is unrelated to access control.33 / 80A company needs to allow communication between two subnets but only over TCP port 443. All other traffic must be blocked, and routing must remain unchanged.What should be configured? Configure route tables for filtering Deploy Azure Firewall between subnets Apply NSG rules to both subnets Use Private Endpoints for communication Configure Traffic Manager policies Correct Answer: Apply NSG rules to both subnetsExplanation:Apply NSG rules to both subnets (Correct): NSGs allow filtering by port and protocol without changing routing behavior.Configure route tables for filtering: Route tables do not filter traffic.Deploy Azure Firewall between subnets: This works but is excessive for simple port filtering.Use Private Endpoints for communication: Private Endpoints are for accessing PaaS services, not subnet filtering.Configure Traffic Manager policies: Traffic Manager does not control internal subnet traffic.34 / 80A subnet contains multiple VMs that must access external services using a consistent public IP address. The solution must scale automatically and require minimal management.What should be implemented? Assign a public IP to each virtual machine Configure Azure Firewall outbound rules Use load balancer outbound rules Configure route tables for internet access Associate NAT Gateway with the subnet Correct Answer: Associate NAT Gateway with the subnetExplanation:Associate NAT Gateway with the subnet (Correct): NAT Gateway provides a stable outbound IP for all resources in the subnet and scales automatically.Assign a public IP to each virtual machine: This creates management overhead and does not scale efficiently.Configure Azure Firewall outbound rules: Firewall can provide outbound access, but it is more complex and costly for this requirement.Use load balancer outbound rules: These are limited and less flexible compared to NAT Gateway.Configure route tables for internet access: Route tables control direction, not outbound IP assignment.35 / 80A company deploys multiple VNets and requires private connectivity between them without allowing transit through a third VNet. Each connection must be explicitly configured and controlled.What should be used? Deploy VPN Gateway connections between VNets Configure VNet peering between required VNets Use Azure Virtual WAN for connectivity Configure route tables for traffic control Use Traffic Manager for routing decisions Correct Answer: Configure VNet peering between required VNetsExplanation:Configure VNet peering between required VNets (Correct): Peering is non-transitive and must be explicitly configured, which matches the requirement for controlled connectivity.Deploy VPN Gateway connections between VNets: This would work but introduces unnecessary overhead compared to native peering.Use Azure Virtual WAN for connectivity: This centralizes routing but removes the requirement for explicit pairwise control.Configure route tables for traffic control: Route tables do not establish connectivity, only influence paths.Use Traffic Manager for routing decisions: Traffic Manager is DNS-based and does not provide private VNet connectivity.36 / 80An organization wants to allow resources in two VNets in different Azure regions to communicate using private IP addresses. Which feature should be configured? Local VNet peering, which only supports VNets in the same region A public IP address on each resource Global VNet peering An NSG rule alone with no peering configured Azure Front Door A Traffic Manager profile Correct Answer: Global VNet peeringExplanation:Global VNet peering allows VNets in different Azure regions to communicate using private IP addresses over the Microsoft backbone network, without requiring a VPN gateway or public IP exposure.37 / 80Which Azure feature provides outbound internet connectivity for resources in a private subnet without requiring a public IP address on each individual resource? Azure Bastion Azure Front Door NAT Gateway Traffic Manager Azure Firewall exclusively A Basic SKU Load Balancer Correct Answer: NAT GatewayExplanation:A NAT Gateway provides outbound internet connectivity for resources in a subnet by using a shared set of static public IP addresses, without requiring a public IP address to be assigned to each individual resource.38 / 80A company wants to route traffic between two VNets through a central network virtual appliance for inspection, rather than routing directly. Which feature enables this? VNet peering alone, with no custom route configuration A public IP address on the NVA User-defined routes (UDRs) configured in a route table Azure Bastion Traffic Manager A Basic Load Balancer Correct Answer: User-defined routes (UDRs) configured in a route tableExplanation:User-defined routes (UDRs), configured within a route table and associated with the relevant subnets, override Azure's default routing to direct traffic through a central network virtual appliance for inspection before reaching its destination.39 / 80Which Azure service allows a customer to bring their own publicly routable IP address range (BYOIP) for use as Azure public IP addresses? NAT Gateway Azure Bastion Custom IP Prefix Azure Firewall Traffic Manager Private Link Correct Answer: Custom IP PrefixExplanation:Custom IP Prefix allows a customer to bring their own publicly routable IP address range (BYOIP) into Azure, enabling those addresses to be used as Azure public IP addresses while maintaining the organization's existing IP reputation.40 / 80Which Azure DNS feature allows on-premises servers to resolve Azure private DNS zone records, and Azure resources to resolve on-premises DNS records, through a hybrid resolution mechanism? Azure Public DNS zones alone Traffic Manager Azure DNS Private Resolver Azure Bastion NAT Gateway Azure Front Door Correct Answer: Azure DNS Private ResolverExplanation:Azure DNS Private Resolver enables hybrid DNS resolution, allowing on-premises servers to resolve Azure private DNS zone records and Azure resources to resolve on-premises DNS records, without deploying and managing custom DNS VMs.41 / 80Which centralized management tool allows an organization to apply consistent network security and connectivity configurations across multiple VNets at scale, using group-based targeting? Azure Bastion Traffic Manager Azure Virtual Network Manager NAT Gateway Azure Front Door A single, manually configured NSG Correct Answer: Azure Virtual Network ManagerExplanation:Azure Virtual Network Manager allows centralized management of network configurations, such as connectivity and security rules, across multiple VNets at scale, using network groups to target configurations consistently across the organization.42 / 80A subnet hosting Azure Application Gateway requires a dedicated subnet with no other resource types deployed. This requirement is an example of which design consideration? VNet peering configuration Public IP prefix allocation Subnet delegation and reserved-purpose subnet planning DNS zone linking NAT Gateway association Traffic Manager routing method selection Correct Answer: Subnet delegation and reserved-purpose subnet planningExplanation:Certain Azure services, such as Application Gateway, require a dedicated subnet, and planning for this reserved-purpose subnet during the network design phase (sometimes formalized through subnet delegation) is an important core networking infrastructure consideration.43 / 80Which routing feature allows an organization to exchange routes dynamically between network virtual appliances and the Azure VNet using BGP, without manually configuring static UDRs for every route? NAT Gateway Azure Bastion Azure Route Server Traffic Manager Azure Front Door A Basic SKU Load Balancer Correct Answer: Azure Route ServerExplanation:Azure Route Server allows dynamic route exchange between network virtual appliances and the Azure VNet using BGP, eliminating the need to manually configure and maintain static user-defined routes for every route change.44 / 80A company needs to segment a large address space across multiple subnets while ensuring specific subnets are reserved for gateway, firewall, and Bastion resources. Which planning activity does this describe? VNet peering configuration Public IP prefix allocation Network segmentation and address space planning DNS private resolver deployment NAT Gateway association Traffic Manager profile creation Correct Answer: Network segmentation and address space planningExplanation:Network segmentation and address space planning involves dividing a VNet's address space into appropriately sized subnets, reserving specific subnets for required services such as gateways, firewalls, and Bastion, before deployment begins.45 / 80Which statement correctly describes a key limitation of VNet peering regarding transitive routing? VNet peering is always fully transitive with no additional configuration needed VNet peering requires a VPN gateway to function at all VNet peering is not transitive by default; a peered VNet cannot automatically route traffic through another peered VNet to reach a third VNet VNet peering only works within the same subscription VNet peering automatically applies NSG rules across all peered VNets VNet peering requires public IP addresses on every resource Correct Answer: VNet peering is not transitive by default; a peered VNet cannot automatically route traffic through another peered VNet to reach a third VNetExplanation:VNet peering is not transitive by default, meaning if VNet A is peered with VNet B, and VNet B is peered with VNet C, VNet A cannot automatically route traffic through VNet B to reach VNet C without additional configuration, such as a hub-and-spoke design with a central NVA or Route Server.46 / 80Which ExpressRoute feature allows two ExpressRoute circuits connected to different Microsoft Enterprise Edge (MSEE) routers to communicate directly with each other, enabling connectivity between two on-premises sites without traversing the public internet? ExpressRoute FastPath ExpressRoute Direct ExpressRoute Global Reach ExpressRoute Local A Site-to-Site VPN A Point-to-Site VPN Correct Answer: ExpressRoute Global ReachExplanation:ExpressRoute Global Reach allows two ExpressRoute circuits to be linked together, enabling direct communication between different on-premises sites connected via separate circuits, without that traffic traversing the public internet.47 / 80Which ExpressRoute feature improves data path performance by allowing traffic to bypass the ExpressRoute virtual network gateway, sending traffic directly from the on-premises network to the VM in the VNet? ExpressRoute Global Reach ExpressRoute Direct ExpressRoute FastPath ExpressRoute Local A Site-to-Site VPN A Point-to-Site VPN Correct Answer: ExpressRoute FastPathExplanation:ExpressRoute FastPath improves data path performance by allowing eligible traffic to bypass the ExpressRoute virtual network gateway, routing directly from the on-premises network to the destination VM, reducing latency for supported scenarios.48 / 80Which VPN Gateway SKU consideration determines whether the gateway can support active-active configuration for improved resiliency, using two gateway instances simultaneously handling traffic? The Basic SKU, which does not support active-active configuration A NAT Gateway, which has no relevance to VPN gateway resiliency A VPN Gateway SKU that supports active-active mode, such as VpnGw1 or higher, configured with two public IP addresses Azure Bastion, which has no relevance to VPN gateway configuration Traffic Manager, which operates at a different layer entirely Azure Front Door, which has no relevance to VPN gateway configuration Correct Answer: A VPN Gateway SKU that supports active-active mode, such as VpnGw1 or higher, configured with two public IP addressesExplanation:Certain VPN Gateway SKUs support active-active mode, deploying two gateway instances that simultaneously handle traffic for improved resiliency, whereas the Basic SKU does not support this configuration and is generally not recommended for production workloads.49 / 80Which Azure networking service provides a unified hub-and-spoke architecture that combines SD-WAN-like connectivity, VPN, and ExpressRoute connections into a single managed service? Azure Front Door Traffic Manager Azure Virtual WAN NAT Gateway Azure Bastion A single, manually configured hub VNet with no managed service Correct Answer: Azure Virtual WANExplanation:Azure Virtual WAN provides a unified, managed hub-and-spoke networking architecture that combines VPN, ExpressRoute, and SD-WAN-like connectivity into a single service, simplifying large-scale hybrid and branch connectivity compared to manually building and managing individual hub VNets.50 / 80A company needs individual remote users to securely connect to Azure VNet resources from their laptops, without a site-to-site tunnel to an entire office network. Which connectivity option is most appropriate? A Site-to-Site (S2S) VPN ExpressRoute A Point-to-Site (P2S) VPN VNet peering Azure Bastion, which is designed for RDP/SSH session access rather than general network connectivity NAT Gateway Correct Answer: A Point-to-Site (P2S) VPNExplanation:A Point-to-Site (P2S) VPN allows individual remote users to establish a secure connection from their own device directly to Azure VNet resources, without requiring a full site-to-site tunnel connecting an entire office network.51 / 80Which routing protocol is used by ExpressRoute private peering to dynamically exchange routes between the on-premises network and Azure? OSPF RIP BGP (Border Gateway Protocol) EIGRP Static routing exclusively, with no dynamic protocol involved IS-IS Correct Answer: BGP (Border Gateway Protocol)Explanation:ExpressRoute private peering uses BGP to dynamically exchange routes between the on-premises network and Azure virtual networks, allowing routing tables to automatically update as the network topology changes.52 / 80Which ExpressRoute peering type is specifically used to connect to Microsoft 365 services, such as Exchange Online and SharePoint Online, rather than to private Azure VNets? Private peering, which connects to private Azure VNet resources Public peering, which is a deprecated legacy option Microsoft peering A Site-to-Site VPN A Point-to-Site VPN Global Reach Correct Answer: Microsoft peeringExplanation:Microsoft peering is specifically used to establish ExpressRoute connectivity to Microsoft 365 services, such as Exchange Online and SharePoint Online, as well as other public Microsoft services, distinct from private peering which connects to private Azure VNet resources.53 / 80Which factor most directly determines the maximum available bandwidth for an ExpressRoute connection? The number of VNets peered to the circuit The number of NSGs applied to the connected subnets The bandwidth tier selected when provisioning the ExpressRoute circuit The DNS TTL configured on the connected resources The number of Traffic Manager profiles in use The Azure region where Azure Bastion is deployed Correct Answer: The bandwidth tier selected when provisioning the ExpressRoute circuitExplanation:The bandwidth tier selected when provisioning the ExpressRoute circuit directly determines the maximum available bandwidth for that connection, and this tier can typically be increased later, though downgrading may require recreating the circuit.54 / 80Which Virtual WAN component acts as the regional hub that connects branch sites, VPN connections, and ExpressRoute circuits, and can also host security services like Azure Firewall? A Virtual WAN spoke VNet A NAT Gateway A Virtual WAN hub Azure Bastion Traffic Manager A Basic SKU Load Balancer Correct Answer: A Virtual WAN hubExplanation:A Virtual WAN hub acts as the regional connectivity point, connecting branch sites, VPN connections, and ExpressRoute circuits, and can also host security services such as Azure Firewall to inspect traffic passing through the hub.55 / 80A company wants to ensure that if one ExpressRoute circuit fails, traffic automatically fails over to a Site-to-Site VPN connection as a backup path. Which design consideration supports this? Disabling BGP entirely on both connections Using only static routes with no dynamic failover capability Configuring appropriate BGP route metrics/priorities so the VPN path is preferred only when the ExpressRoute path is unavailable Configuring both connections with identical, unprioritized routes and hoping for the best Relying solely on manual failover performed by an administrator with no automation Disabling the VPN connection entirely to simplify the design Correct Answer: Configuring appropriate BGP route metrics/priorities so the VPN path is preferred only when the ExpressRoute path is unavailableExplanation:Configuring appropriate BGP route metrics or priorities ensures that under normal conditions traffic prefers the ExpressRoute path, but automatically fails over to the Site-to-Site VPN connection if the ExpressRoute circuit becomes unavailable, providing resilient hybrid connectivity.56 / 80Which Azure load balancing service operates at Layer 7 and can make routing decisions based on URL path, making it suitable for hosting multiple web applications behind a single entry point? Azure Load Balancer, which operates at Layer 4 Traffic Manager, which operates at the DNS layer Application Gateway NAT Gateway Azure Bastion Azure Route Server Correct Answer: Application GatewayExplanation:Application Gateway operates at Layer 7 (the application layer) and supports path-based routing, allowing it to direct requests to different backend pools based on the URL path, making it suitable for hosting multiple applications behind a single gateway.57 / 80Which feature of Application Gateway inspects incoming web traffic for common exploits, such as SQL injection and cross-site scripting, before it reaches the backend application? Path-based routing alone, with no traffic inspection Autoscaling alone, with no traffic inspection The Web Application Firewall (WAF) feature Session affinity alone SSL termination alone, with no exploit inspection Health probes alone Correct Answer: The Web Application Firewall (WAF) featureExplanation:The Web Application Firewall (WAF) feature within Application Gateway (or as a standalone Azure WAF policy) inspects incoming web traffic for common exploits, such as SQL injection and cross-site scripting, blocking malicious requests before they reach the backend application.58 / 80Which Azure load balancing service operates at the DNS layer, directing client requests to the most appropriate service endpoint across multiple regions based on a routing method, rather than load balancing individual packets? Application Gateway, which operates at Layer 7 within a region Azure Load Balancer, which operates at Layer 4 within a region Traffic Manager NAT Gateway Azure Bastion Azure Route Server Correct Answer: Traffic ManagerExplanation:Traffic Manager operates at the DNS layer, directing client requests to the most appropriate service endpoint across multiple regions based on a configured routing method (such as performance, priority, or geographic), rather than performing packet-level load balancing.59 / 80Which Azure global service combines a global content delivery network with application acceleration, Layer 7 load balancing, and a Web Application Firewall, optimized for globally distributed web applications? Traffic Manager, which operates at the DNS layer with no built-in CDN or WAF integration in the same way Azure Load Balancer, which operates regionally at Layer 4 Azure Front Door NAT Gateway Azure Bastion Azure Route Server Correct Answer: Azure Front DoorExplanation:Azure Front Door combines global content delivery, application acceleration, Layer 7 load balancing, and an integrated Web Application Firewall into a single service optimized for globally distributed, internet-facing web applications.60 / 80Which Azure Load Balancer SKU is required to support features such as availability zones and NSG requirements for backend resources in a production environment? The Basic SKU, which lacks support for availability zones A NAT Gateway, which is not a load balancer SKU The Standard SKU Azure Bastion, which is not a load balancer SKU Traffic Manager, which is a separate DNS-based service Azure Route Server, which is not a load balancer SKU Correct Answer: The Standard SKUExplanation:The Standard SKU of Azure Load Balancer supports features such as availability zones and requires explicit NSG rules for connectivity, providing production-grade capabilities not available in the more limited Basic SKU.61 / 80Which Application Gateway routing capability directs traffic based on the incoming request's hostname, allowing multiple domains to be served through the same gateway with different backend pools? Path-based routing, which routes based on URL path rather than hostname Round-robin load balancing alone Multi-site (host-based) routing Session affinity alone SSL termination alone Health probe configuration alone Correct Answer: Multi-site (host-based) routingExplanation:Multi-site (host-based) routing directs traffic based on the incoming request's hostname, allowing a single Application Gateway to serve multiple distinct domains, each potentially routed to a different backend pool.62 / 80Which Application Gateway feature ensures that requests from the same client session are consistently routed to the same backend server, important for stateful applications? Path-based routing Autoscaling Session affinity (cookie-based affinity) The Web Application Firewall SSL termination alone Multi-site routing alone Correct Answer: Session affinity (cookie-based affinity)Explanation:Session affinity (cookie-based affinity) ensures that requests from the same client session are consistently routed to the same backend server, which is important for stateful applications that store session data locally on a specific backend instance.63 / 80Which Traffic Manager routing method directs traffic to the endpoint with the lowest network latency for the requesting client? Priority routing method Weighted routing method Performance routing method Geographic routing method Multivalue routing method Subnet routing method Correct Answer: Performance routing methodExplanation:The Performance routing method directs traffic to the endpoint that provides the lowest network latency for the requesting client, based on Microsoft's latency measurements between client IP ranges and Azure regions.64 / 80Which Traffic Manager routing method is appropriate for directing traffic to a single primary endpoint under normal conditions, automatically failing over to a designated secondary endpoint if the primary becomes unavailable? Performance routing method Weighted routing method Priority routing method Geographic routing method Multivalue routing method Subnet routing method Correct Answer: Priority routing methodExplanation:The Priority routing method directs traffic to a single primary endpoint under normal conditions, automatically failing over to a designated secondary (or tertiary) endpoint in order of priority if the primary endpoint becomes unavailable.65 / 80Which Azure feature assigns a private IP address from within a VNet directly to a specific PaaS service instance, such as a specific storage account, effectively bringing that service into the VNet's private address space? A Service Endpoint, which extends the VNet identity to the service rather than assigning it a private IP A public IP address on the PaaS service A Private Endpoint Azure Bastion NAT Gateway Traffic Manager Correct Answer: A Private EndpointExplanation:A Private Endpoint assigns a private IP address from within the VNet directly to a specific instance of a PaaS service, such as a particular storage account, effectively bringing that specific service instance into the VNet's private address space.66 / 80Which Azure feature extends a VNet's identity to a PaaS service over the Azure backbone network, without assigning the service a private IP address, and applies at the subnet level rather than to a specific service instance? A Private Endpoint, which assigns a specific private IP to a specific service instance A public IP address on the PaaS service A Service Endpoint Azure Bastion NAT Gateway Traffic Manager Correct Answer: A Service EndpointExplanation:A Service Endpoint extends a VNet's identity over the Azure backbone network to a PaaS service, applied at the subnet level, without assigning the service a private IP address, differing from a Private Endpoint's more granular, per-instance private IP assignment.67 / 80After creating a Private Endpoint for an Azure SQL Database, which additional DNS configuration is typically required to ensure clients resolve the database's fully qualified domain name to the private IP address rather than the public one? No DNS configuration is ever required for Private Endpoints Configuring only a public DNS record with no private zone involved Configuring an Azure Private DNS zone linked to the VNet, with the appropriate record pointing to the Private Endpoint's private IP Disabling DNS resolution entirely for the VNet Configuring only an NSG rule with no DNS changes Configuring only a Traffic Manager profile Correct Answer: Configuring an Azure Private DNS zone linked to the VNet, with the appropriate record pointing to the Private Endpoint's private IPExplanation:Properly resolving a Private Endpoint typically requires configuring an Azure Private DNS zone linked to the VNet, with a record pointing the service's fully qualified domain name to the Private Endpoint's private IP address, ensuring clients in the VNet resolve to the private address rather than the public one.68 / 80Which Azure Private Link capability allows a service provider to expose their own custom service securely to consumers in other VNets, potentially across different subscriptions or tenants, via a Private Endpoint? A Service Endpoint, which is consumer-side only and not provider-published NAT Gateway Azure Private Link service Azure Bastion Traffic Manager Azure Front Door Correct Answer: Azure Private Link serviceExplanation:The Azure Private Link service allows a service provider to publish their own custom service, making it securely consumable by other parties via a Private Endpoint, even across different subscriptions or tenants, without exposing the service to the public internet.69 / 80Which Azure resource allows an administrator to group multiple VMs by role, such as 'WebServers,' and apply NSG rules to that group rather than to individual IP addresses? A Network Security Group (NSG) alone, without ASG grouping A Service Endpoint An Application Security Group (ASG) A Private Endpoint Azure Bastion NAT Gateway Correct Answer: An Application Security Group (ASG)Explanation:An Application Security Group (ASG) allows VMs to be grouped by role, such as 'WebServers,' and NSG rules can then reference the ASG rather than individual IP addresses, simplifying rule management as the environment scales.70 / 80Which Azure Firewall rule type is used to filter traffic based on fully qualified domain names (FQDNs), such as allowing outbound access only to specific approved websites? A Network rule, which filters based on IP address, port, and protocol A NAT rule, which translates addresses rather than filtering by FQDN An Application rule An NSG rule A Traffic Manager routing rule A Load Balancer health probe rule Correct Answer: An Application ruleExplanation:Azure Firewall Application rules filter outbound traffic based on fully qualified domain names (FQDNs), allowing administrators to permit access only to specific approved websites or services by name, rather than by IP address alone.71 / 80Which Azure Firewall rule type is used to filter traffic based on source and destination IP address, port, and protocol, similar to a traditional network firewall rule? An Application rule, which filters based on FQDN A NAT rule, which translates addresses A Network rule An NSG rule A Traffic Manager routing rule A Load Balancer health probe rule Correct Answer: A Network ruleExplanation:Azure Firewall Network rules filter traffic based on source and destination IP address, port, and protocol, providing traditional Layer 3/4 filtering capability, distinct from Application rules which filter based on FQDN.72 / 80Which Azure Firewall rule type translates inbound traffic destined for the firewall's public IP address to a private IP address and port within the VNet? A Network rule, which filters rather than translates addresses An Application rule, which filters based on FQDN A NAT rule An NSG rule A Traffic Manager routing rule A Load Balancer health probe rule Correct Answer: A NAT ruleExplanation:Azure Firewall NAT rules translate inbound traffic destined for the firewall's public IP address into a specific private IP address and port within the VNet, enabling inbound Destination NAT (DNAT) scenarios through the firewall.73 / 80Which Azure DDoS Protection tier provides enhanced mitigation capabilities, cost protection, and access to a rapid response team, beyond the protections included automatically with every Azure VNet? The Basic tier alone, which provides only default platform-level protection with no enhanced features A Network Security Group DDoS Protection (formerly Standard/Network Protection tier) Azure Bastion NAT Gateway Traffic Manager Correct Answer: DDoS Protection (formerly Standard/Network Protection tier)Explanation:The paid DDoS Protection tier provides enhanced mitigation capabilities specifically tuned to the protected resource's traffic patterns, cost protection guarantees, and access to a rapid response team, going well beyond the basic, always-on platform protection automatically included with every Azure VNet.74 / 80Which Azure service provides secure RDP and SSH connectivity to VMs directly through the Azure portal, without requiring a public IP address on the VM or exposing RDP/SSH ports to the internet? A Network Security Group alone, with no dedicated connectivity service NAT Gateway Azure Bastion Traffic Manager Azure Front Door A Service Endpoint Correct Answer: Azure BastionExplanation:Azure Bastion provides secure RDP and SSH connectivity to VMs directly through the Azure portal over TLS, without requiring the VM to have a public IP address or exposing RDP/SSH ports directly to the internet.75 / 80Which Network Watcher feature allows an administrator to capture and analyze actual network traffic on a specific VM for detailed troubleshooting, similar to a traditional packet sniffer? NSG flow logs, which summarize flow-level metadata rather than full packet content Connection Monitor, which measures connectivity and latency rather than capturing full packets Packet capture IP flow verify, which checks whether a specific flow is allowed or denied Topology view, which visualizes network layout Next hop, which identifies the next routing hop for traffic Correct Answer: Packet captureExplanation:Network Watcher's packet capture feature allows an administrator to capture and analyze actual network traffic on a specific VM, similar to a traditional packet sniffer, supporting detailed, deep-dive network troubleshooting.76 / 80Which Network Watcher feature records information about IP traffic flowing through a Network Security Group, including which flows were allowed or denied, for auditing and analysis purposes? Packet capture, which captures full packet content rather than flow-level metadata Connection Monitor NSG flow logs IP flow verify Topology view Next hop Correct Answer: NSG flow logsExplanation:NSG flow logs record information about IP traffic flowing through a Network Security Group, including which flows were allowed or denied by specific rules, supporting security auditing, compliance, and traffic pattern analysis over time.77 / 80Which Network Watcher feature allows an administrator to quickly check whether a specific NSG rule would allow or deny a particular hypothetical traffic flow, without generating actual traffic? Packet capture, which requires actual traffic to be flowing NSG flow logs, which record historical actual traffic rather than hypothetical checks IP flow verify Connection Monitor Topology view Next hop Correct Answer: IP flow verifyExplanation:IP flow verify allows an administrator to quickly check whether a specific NSG rule configuration would allow or deny a particular hypothetical traffic flow (specified by source, destination, port, and protocol), without needing to generate actual test traffic.78 / 80Which Network Watcher feature continuously monitors connectivity and latency between a source and destination endpoint, alerting on connectivity issues over time? Packet capture, which is typically used for point-in-time deep analysis rather than continuous monitoring NSG flow logs Connection Monitor IP flow verify, which checks a hypothetical flow rather than continuously monitoring Topology view Next hop Correct Answer: Connection MonitorExplanation:Connection Monitor continuously monitors connectivity and latency between a source and destination endpoint over time, proactively alerting administrators to connectivity issues rather than requiring manual, point-in-time investigation.79 / 80Which security consideration determines the order in which Azure Firewall Policy rule collections are evaluated when a policy includes both a base policy and a child policy inherited from it? Rule collections are always evaluated in a completely random order with no defined priority Only the child policy's rules are ever evaluated, with the base policy rules always ignored Rule collection priority and inheritance order, where parent (base) policy rules are generally evaluated according to configured priority relative to child policy rules Only the base policy's rules are ever evaluated, with the child policy rules always ignored Rule collection order has no effect on how Azure Firewall Policy evaluates traffic Rule collections can only be created within a child policy, never a base policy Correct Answer: Rule collection priority and inheritance order, where parent (base) policy rules are generally evaluated according to configured priority relative to child policy rulesExplanation:Azure Firewall Policy supports a hierarchy where a base policy can be inherited by child policies, and rule collection priority values determine the evaluation order across both the base and child policy's rule collections, giving administrators centralized control with organization-wide baseline rules alongside more specific local ones.80 / 80A company wants to ensure that traffic between two subnets within the same VNet is inspected by Azure Firewall rather than routed directly, even though they could otherwise communicate freely by default. Which combination of configurations achieves this? Relying solely on the default VNet routing with no UDR configuration Configuring only an NSG rule with no route table changes Configuring user-defined routes (UDRs) on both subnets directing inter-subnet traffic to the Azure Firewall's private IP address as the next hop Configuring only a Service Endpoint with no route table changes Configuring only a Private Endpoint with no route table changes Disabling the VNet's default routing entirely with no replacement configuration Correct Answer: Configuring user-defined routes (UDRs) on both subnets directing inter-subnet traffic to the Azure Firewall's private IP address as the next hopExplanation:Configuring user-defined routes on both subnets, directing inter-subnet traffic to the Azure Firewall's private IP address as the next hop, forces that traffic to be inspected by the firewall rather than being routed directly by default within the VNet.Your score isThe average score is 87% 0% Restart quiz