View Full Microsoft AZ-700 Exam Dumps and Practice Test Dumps.
Question 21
Which Azure feature allows administrators to associate a route table with a subnet and define custom traffic paths?
- Private DNS zone
- Route table
- Public IP prefix
- Network Watcher
Correct Answer: 2
Explanation
An Azure route table contains user-defined routes that can be associated with subnets to influence how traffic is forwarded. These routes can direct traffic toward a virtual appliance, virtual network gateway, or another supported next hop. Route tables are useful when organizations require customized traffic inspection, segmentation, or hybrid connectivity patterns. Private DNS zones handle name resolution, public IP prefixes manage public addressing, and Network Watcher provides monitoring and diagnostic capabilities. Route design should account for system routes, route precedence, next-hop behavior, and application dependencies.
Question 22
Which Azure service provides centralized monitoring and diagnostic tools for analyzing network connectivity and traffic behavior?
- Azure Network Watcher
- Azure Traffic Manager
- Azure Private Link
- Azure Front Door
Correct Answer: 4
Explanation
Azure Network Watcher provides a collection of network monitoring and diagnostic capabilities for Azure resources. It can help administrators troubleshoot connectivity, inspect network configurations, analyze effective security rules, and diagnose routing or connection problems. Traffic Manager provides DNS-based traffic routing, Private Link provides private connectivity, and Front Door provides global application delivery. Network Watcher is particularly valuable when investigating unexpected connectivity behavior because it can provide visibility into network paths and configuration details that are difficult to identify through application logs alone.
Question 23
Which Azure networking component determines whether a network interface or subnet allows specific inbound or outbound traffic?
- Azure Firewall Manager
- Azure Traffic Manager
- Network Security Group
- Azure DNS
Correct Answer: 3
Explanation
A Network Security Group controls network traffic by evaluating inbound and outbound rules associated with network interfaces and subnets. Rules can specify source and destination addresses, ports, protocols, and traffic direction. NSGs provide distributed network filtering close to workloads and are useful for implementing basic segmentation and access restrictions. Azure Firewall Manager supports centralized firewall management, Traffic Manager performs DNS-based routing, and Azure DNS handles name resolution. Effective NSG design should avoid unnecessarily broad rules and should account for both application dependencies and security requirements.
Question 24
Which Azure service can provide centralized management of Azure Firewall policies across multiple Azure Firewall deployments?
- Azure Bastion
- Azure DNS
- Azure Load Balancer
- Azure Firewall Manager
Correct Answer: 4
Explanation
Azure Firewall Manager provides centralized management capabilities for Azure Firewall deployments and related security policies. It can help organizations maintain consistent firewall configurations across supported environments and integrate firewall governance with broader network security architecture. Azure Bastion provides secure virtual machine administration, DNS handles name resolution, and Load Balancer distributes network traffic. Centralized firewall management is especially useful for enterprises operating multiple regions or network hubs because it can improve policy consistency and reduce duplicated administrative effort.
Question 25
Which Azure service is most appropriate for distributing HTTPS requests globally while providing a single global application entry point?
- Azure Front Door
- Azure VPN Gateway
- Azure Route Server
- Azure Network Watcher
Correct Answer: 1
Explanation
Azure Front Door provides a global application entry point for HTTP and HTTPS workloads. It can route client requests to appropriate backend origins based on configured routing and health information. Front Door can also support application acceleration, TLS termination, caching scenarios, and integration with web application security capabilities. VPN Gateway provides private network connectivity, Route Server handles dynamic routing, and Network Watcher provides diagnostics. Global application architecture should consider origin health, routing behavior, latency, security policies, custom domains, and failover requirements.
Question 26
Which networking capability is used to assign a fixed public IPv4 or IPv6 address to an Azure resource that requires Internet-reachable addressing?
- Azure Private DNS
- Public IP address
- Azure Route Server
- Network Security Group
Correct Answer: 2
Explanation
An Azure public IP address provides an Internet-reachable IP address that can be associated with supported Azure resources. Public IP addresses can be static or dynamic depending on the configuration and resource requirements. They are commonly used when a service must accept Internet traffic or provide a public endpoint. Private DNS provides internal name resolution, Route Server manages routing exchange, and NSGs control network traffic. Public exposure should be carefully evaluated because Internet-facing resources should use appropriate security controls and should not be made public without a clear requirement.
Question 27
Which Azure networking design is most appropriate when several application tiers must be isolated while still communicating through controlled network paths?
- Network segmentation
- Single flat subnet
- Public Internet routing
- Unrestricted peering
Correct Answer: 1
Explanation
Network segmentation divides workloads into separate security boundaries and allows communication between those boundaries to be explicitly controlled. For example, web, application, and database tiers can be placed into different subnets with rules that permit only required traffic. A flat subnet can provide weaker isolation, while unrestricted connectivity increases the possibility of unauthorized lateral movement. Segmentation should be based on application dependencies, data sensitivity, trust boundaries, and business requirements. NSGs, Azure Firewall, route tables, and private connectivity can be combined to enforce the desired architecture.
Question 28
Which Azure networking feature allows two virtual networks to communicate privately over the Microsoft backbone without requiring a VPN gateway?
- Azure VPN Gateway
- Azure ExpressRoute
- Virtual network peering
- Azure Traffic Manager
Correct Answer: 3
Explanation
Virtual network peering allows Azure virtual networks to communicate directly over the Microsoft backbone network. Peering can be used for communication between workloads in different virtual networks without requiring traffic to traverse the public Internet or a VPN gateway. VPN Gateway is designed for VPN connectivity, ExpressRoute provides private connectivity through a connectivity provider, and Traffic Manager provides DNS-based routing. When using peering, architects should consider address-space planning, routing requirements, security controls, transitivity limitations, regional architecture, and the number of network connections that must be maintained.
Question 29
Which Azure networking capability is used to control access to a private endpoint through DNS name resolution?
- Private DNS integration
- Azure Load Balancer
- Azure Route Server
- Public IP prefix
Correct Answer: 1
Explanation
Private DNS integration allows clients to resolve service names to private endpoint IP addresses within the appropriate virtual network environment. This is important because applications often continue using the service’s normal DNS name while the underlying connection needs to resolve to a private address. Load Balancer distributes network traffic, Route Server supports dynamic routing, and public IP prefixes manage public address allocation. A private endpoint architecture should ensure that DNS zones are correctly linked and that hybrid clients can resolve names consistently when required.
Question 30
Which Azure connectivity option is designed for dedicated private connectivity between an organization’s on-premises network and Microsoft cloud services?
- Azure VPN Gateway
- Azure ExpressRoute
- Azure Traffic Manager
- Azure Bastion
Correct Answer: 2
Explanation
Azure ExpressRoute provides private connectivity between an organization’s network and Microsoft cloud services through an ExpressRoute connectivity provider. It can support enterprise scenarios requiring predictable connectivity, private network paths, and specific hybrid networking requirements. VPN Gateway provides encrypted connectivity over the Internet, Traffic Manager provides DNS-based traffic routing, and Bastion provides secure virtual machine administration. ExpressRoute architectures should include appropriate routing, redundancy, security controls, address planning, and failover considerations to maintain reliable hybrid connectivity.
Question 31
Which Azure service can provide network-layer protection against volumetric distributed denial-of-service attacks?
- Azure DDoS Protection
- Azure DNS
- Azure Route Server
- Azure Bastion
Correct Answer: 1
Explanation
Azure DDoS Protection provides capabilities designed to help protect supported Azure resources from distributed denial-of-service attacks. It can help detect and mitigate volumetric network attacks while providing additional visibility and protection for public-facing resources. Azure DNS provides name resolution, Route Server handles dynamic routing, and Bastion provides secure administrative access. DDoS protection should be considered as part of a broader Internet-facing security architecture that includes WAF protection, secure application design, network controls, monitoring, and appropriate capacity planning.
Question 32
An administrator needs to determine which security rules are actually applied to a specific network interface. Which capability should be used?
- Azure Traffic Manager
- Effective security rules
- Azure Private Link
- Azure Front Door
Correct Answer: 2
Explanation
Effective security rules provide a consolidated view of the network security rules that actually apply to a network interface. This is useful when troubleshooting access problems because multiple NSGs can affect traffic through subnet and network-interface associations. Reviewing effective rules can reveal whether a connection is being allowed or denied by an unexpected rule. Traffic Manager and Front Door provide traffic-routing capabilities, while Private Link provides private connectivity. Administrators should use effective-rule analysis alongside route inspection and connection diagnostics when troubleshooting network communication.
Question 33
Which Azure networking service provides a managed Layer 7 reverse proxy and load-balancing capability for web applications?
- Azure Application Gateway
- Azure VPN Gateway
- Azure Route Server
- Azure ExpressRoute
Correct Answer: 1
Explanation
Azure Application Gateway operates at the application layer and can act as a reverse proxy for HTTP and HTTPS applications. It supports Layer 7 routing capabilities and can distribute requests across backend targets based on application-level information. VPN Gateway and ExpressRoute provide network connectivity, while Route Server supports dynamic route exchange. Application Gateway is useful when applications require features such as host-based or path-based routing, TLS termination, health probes, or Web Application Firewall integration. Its configuration should reflect application architecture and security requirements.
Question 34
Which Azure service can provide DNS-based routing that directs users to the endpoint with the lowest network latency?
- Azure Firewall
- Azure Bastion
- Azure Traffic Manager
- Azure Load Balancer
Correct Answer: 3
Explanation
Azure Traffic Manager can use performance-based routing to direct DNS queries toward an endpoint that is expected to provide better network performance based on the user’s geographic location and Azure’s routing measurements. This can help distribute users across geographically separated application deployments. Azure Firewall provides traffic filtering, Bastion provides secure management access, and Load Balancer distributes traffic among backend resources. Traffic Manager operates through DNS, so architects should account for DNS caching, endpoint health, routing behavior, and application failover requirements.
Question 35
Which Azure service can inspect HTTP traffic and apply web application firewall rules before requests reach backend applications?
- Azure Route Server
- Azure VPN Gateway
- Azure Application Gateway with WAF
- Azure Private DNS
Correct Answer: 3
Explanation
Azure Application Gateway with Web Application Firewall capabilities can inspect HTTP and HTTPS requests before forwarding permitted traffic to backend applications. WAF rules can help protect against common web application attacks and suspicious request patterns. Route Server provides routing exchange, VPN Gateway provides encrypted network connectivity, and Private DNS provides internal name resolution. WAF should be configured and monitored carefully because overly restrictive rules can block legitimate traffic. Application security should still include secure coding, authentication, authorization, vulnerability management, and application-level validation.
Question 36
Which connectivity method is best suited for securely connecting a point-to-site remote user to Azure resources?
- Point-to-site VPN
- Azure Traffic Manager
- Azure Front Door
- Virtual network peering
Correct Answer: 1
Explanation
A point-to-site VPN provides an individual client device with an encrypted connection to an Azure virtual network. It is useful for remote employees, administrators, or other users who need secure access without connecting an entire corporate network. Traffic Manager and Front Door provide application delivery and routing capabilities, while virtual network peering connects Azure virtual networks rather than individual remote clients. Point-to-site designs should consider authentication methods, address pools, client configuration, routing, authorization, and whether users should be permitted to access all or only specific network resources.
Question 37
Which Azure networking capability helps provide connectivity between virtual networks across different Azure regions?
- Azure DNS
- Global virtual network peering
- Azure Bastion
- Azure Load Balancer
Correct Answer: 2
Explanation
Global virtual network peering allows Azure virtual networks in different Azure regions to communicate over the Microsoft backbone. This can support distributed application architectures where workloads are deployed across regions and need private connectivity. Azure DNS provides name resolution, Bastion provides administrative access, and Load Balancer distributes traffic within supported network architectures. Global peering designs should account for address-space planning, latency, network security rules, routing behavior, data transfer considerations, and regional resilience requirements.
Question 38
Which Azure feature can provide a dedicated range of public IP addresses that an organization can allocate to supported Azure resources?
- Azure Private DNS
- Public IP prefix
- Azure Network Watcher
- Azure Route Server
Correct Answer: 2
Explanation
A public IP prefix reserves a contiguous range of public IP addresses within Azure that can be allocated to supported resources. Using a prefix can simplify public IP management when an organization requires multiple addresses from a predictable range. Private DNS manages internal name resolution, Network Watcher provides network diagnostics, and Route Server supports dynamic routing. Public IP address planning should consider security exposure, regional requirements, resource compatibility, address utilization, and whether each public endpoint is genuinely necessary.
Question 39
Which network design allows traffic from a spoke virtual network to be inspected by a firewall deployed in a central hub?
- Hub-and-spoke with controlled routing
- Independent public routing
- Flat subnet architecture
- Direct Internet breakout
Correct Answer: 1
Explanation
A hub-and-spoke architecture can centralize network security services such as Azure Firewall in a hub virtual network while workload resources remain in spoke networks. User-defined routes can direct selected spoke traffic through the central firewall for inspection before it reaches its destination. This design supports centralized security policy enforcement and controlled communication between network segments. Flat architectures or direct Internet breakout can bypass centralized inspection. Careful route design, peering configuration, firewall policy, and return-path planning are required to avoid asymmetric or unintended traffic flows.
Question 40
Which Azure networking design principle is most important when creating a scalable enterprise virtual network architecture?
- Use one subnet for every workload
- Avoid private connectivity
- Plan address spaces and network boundaries before deployment
- Assign public IP addresses to all resources
Correct Answer: 3
Explanation
Planning address spaces and network boundaries before deployment is essential for creating a scalable Azure networking architecture. Proper planning reduces overlapping address ranges, simplifies peering and hybrid connectivity, and allows workloads to be segmented according to security and operational requirements. Assigning public IP addresses unnecessarily increases exposure, while avoiding private connectivity can create avoidable security risks. A scalable design should consider subnet structure, regional deployment, routing, DNS, connectivity requirements, security boundaries, growth expectations, and integration with on-premises networks before resources are deployed.