1What is the main purpose of an Azure Virtual Network (AVN)?
Azure Virtual Network (AVN)
Easy
A.To manage user passwords
B.To connect Azure resources securely
C.To store application source code
D.To create database tables
Correct Answer: To connect Azure resources securely
Explanation:
An Azure Virtual Network provides private networking for Azure resources and enables secure communication between them.
Incorrect! Try again.
2Which component divides an Azure Virtual Network into smaller network sections?
Azure Virtual Network (AVN)
Easy
A.Firewall
B.Security rule
C.Subnet
D.Route table
Correct Answer: Subnet
Explanation:
A subnet divides an Azure Virtual Network into smaller sections for organizing and managing resources.
Incorrect! Try again.
3What type of address is commonly used for communication inside an Azure Virtual Network?
Azure Virtual Network (AVN)
Easy
A.Private IP address
B.Storage account name
C.Email address
D.Public website address
Correct Answer: Private IP address
Explanation:
Private IP addresses allow resources to communicate within a virtual network without being directly exposed to the public internet.
Incorrect! Try again.
4What is the primary function of a Network Security Group (NSG)?
Network Security Groups (NSGs)
Easy
A.To encrypt storage files
B.To create virtual machines
C.To monitor billing charges
D.To filter network traffic
Correct Answer: To filter network traffic
Explanation:
An NSG uses rules to allow or deny inbound and outbound network traffic.
Incorrect! Try again.
5Which type of traffic can an NSG rule control?
Network Security Groups (NSGs)
Easy
A.Inbound and outbound traffic
B.Only encrypted traffic
C.Only database traffic
D.Only internet downloads
Correct Answer: Inbound and outbound traffic
Explanation:
NSGs can control both traffic entering a resource and traffic leaving a resource.
Incorrect! Try again.
6What does an NSG rule with an Allow action do?
Network Security Groups (NSGs)
Easy
A.Deletes matching traffic
B.Permits matching traffic
C.Copies matching traffic
D.Encrypts matching traffic
Correct Answer: Permits matching traffic
Explanation:
An Allow rule permits network traffic that matches the rule conditions.
Incorrect! Try again.
7What is a security group mainly used to manage?
Security groups
Easy
A.Virtual machine disk size
B.Cloud subscription invoices
C.Application color settings
D.Access to network resources
Correct Answer: Access to network resources
Explanation:
Security groups organize access permissions so that network resources can be protected and managed consistently.
Incorrect! Try again.
8Why are security groups useful in cloud environments?
Security groups
Easy
A.They simplify permission management
B.They replace all network routes
C.They create operating systems
D.They increase monitor brightness
Correct Answer: They simplify permission management
Explanation:
Security groups make it easier to apply and manage common access rules for multiple resources.
Incorrect! Try again.
9Which principle gives users only the access they need?
Security groups
Easy
A.Least privilege
B.Open access
C.Default sharing
D.Maximum exposure
Correct Answer: Least privilege
Explanation:
The principle of least privilege limits access to only what is necessary for a user or resource to perform its task.
Incorrect! Try again.
10What is the purpose of a user-defined route?
User-defined routes
Easy
A.To resize virtual networks
B.To customize traffic paths
C.To create user accounts
D.To scan files for viruses
Correct Answer: To customize traffic paths
Explanation:
User-defined routes allow administrators to specify how network traffic should travel between destinations.
Incorrect! Try again.
11Where are user-defined routes commonly applied in Azure?
User-defined routes
Easy
A.To email inboxes
B.To subnets
C.To database columns
D.To user profiles
Correct Answer: To subnets
Explanation:
User-defined routes are associated with subnets through route tables.
Incorrect! Try again.
12Which device can be selected as the next hop in a custom route?
User-defined routes
Easy
A.Storage container
B.DNS record
C.Network virtual appliance
D.Web browser
Correct Answer: Network virtual appliance
Explanation:
A network virtual appliance can inspect or forward traffic and can be used as a next hop in a user-defined route.
Incorrect! Try again.
13What is the main purpose of a network firewall?
Firewall configuration
Easy
A.To create software licenses
B.To format hard drives
C.To compress network cables
D.To control network access
Correct Answer: To control network access
Explanation:
A firewall examines network traffic and allows or blocks it according to configured security rules.
Incorrect! Try again.
14Which rule would allow web traffic using HTTPS?
Firewall configuration
Easy
A.Allow TCP port 25
B.Allow TCP port 21
C.Allow UDP port 53
D.Allow TCP port 443
Correct Answer: Allow TCP port 443
Explanation:
HTTPS commonly uses TCP port 443 for secure web communication.
Incorrect! Try again.
15What should a firewall usually do with traffic that violates its rules?
Firewall configuration
Easy
A.Rename the traffic
B.Store the traffic
C.Block the traffic
D.Duplicate the traffic
Correct Answer: Block the traffic
Explanation:
Firewall policies commonly block traffic that does not meet the configured access conditions.
Incorrect! Try again.
16What type of traffic does a Web Application Firewall (WAF) primarily protect?
Web Application Firewall (WAF)
Easy
A.Operating system updates
B.Cloud billing traffic
C.Printer maintenance traffic
D.Web application traffic
Correct Answer: Web application traffic
Explanation:
A WAF protects web applications by inspecting HTTP and HTTPS requests.
Incorrect! Try again.
17Which attack can a WAF help detect and block?
Web Application Firewall (WAF)
Easy
A.Keyboard failure
B.SQL injection
C.Power failure
D.Screen damage
Correct Answer: SQL injection
Explanation:
A WAF can help protect web applications from attacks such as SQL injection by inspecting request patterns.
Incorrect! Try again.
18At which layer does a WAF mainly inspect requests?
Web Application Firewall (WAF)
Easy
A.Storage layer
B.Physical layer
C.Application layer
D.Power layer
Correct Answer: Application layer
Explanation:
A WAF operates mainly at the application layer, where it can inspect web requests and responses.
Incorrect! Try again.
19What does DDoS stand for?
DDoS Protection Standard
Easy
A.Distributed Database Operation System
B.Direct Data Operating System
C.Digital Domain Object Service
D.Distributed Denial of Service
Correct Answer: Distributed Denial of Service
Explanation:
DDoS means Distributed Denial of Service, an attack that uses many systems to overwhelm a target.
Incorrect! Try again.
20What is the main goal of Azure DDoS Protection Standard?
DDoS Protection Standard
Easy
A.To create private subnets
B.To manage application passwords
C.To protect public IP resources
D.To configure database schemas
Correct Answer: To protect public IP resources
Explanation:
DDoS Protection Standard helps defend Azure resources with public IP addresses against distributed denial-of-service attacks.
Incorrect! Try again.
21Two Azure virtual networks must be connected through VNet peering. VNet-A uses 10.10.0.0/16, and VNet-B uses 10.10.20.0/24. What must be done before creating the peering?
Azure Virtual Network (AVN)
Medium
A.Create matching subnets in both virtual networks
B.Change one virtual network to use a non-overlapping address range
C.Deploy an Azure Firewall in each virtual network
D.Add a default route to both virtual networks
Correct Answer: Change one virtual network to use a non-overlapping address range
Explanation:
Peered virtual networks cannot have overlapping IP address spaces. One network must be assigned a non-overlapping range before peering.
Incorrect! Try again.
22VNet-A is peered with VNet-B, and VNet-B is peered with VNet-C. Without additional configuration, which communication path is available?
Azure Virtual Network (AVN)
Medium
A.All three VNets automatically become fully transitive
B.VNet-A can communicate directly with VNet-B
C.VNet-A can communicate directly with VNet-C
D.VNet-C can communicate directly with every Azure VNet
Correct Answer: VNet-A can communicate directly with VNet-B
Explanation:
VNet peering is non-transitive. A can reach B, but A cannot reach C through B unless routing and a forwarding device are configured.
Incorrect! Try again.
23An application in an Azure VNet must access Azure Storage without sending traffic through the public internet. The storage service may retain its public endpoint. Which feature should be enabled on the application subnet?
Azure Virtual Network (AVN)
Medium
A.A route to an internet gateway
B.A cross-region VNet peering
C.A virtual network service endpoint
D.A public IP prefix
Correct Answer: A virtual network service endpoint
Explanation:
A service endpoint provides a direct route from the subnet to a supported Azure service over the Azure backbone.
Incorrect! Try again.
24An NSG contains an inbound allow rule for TCP port 443 at priority 300 and an inbound deny rule for all TCP traffic at priority 200. What happens to an incoming HTTPS connection?
Network Security Groups (NSGs)
Medium
A.It is denied because priority 200 is evaluated first
B.It is denied only when the source is the internet
C.It is allowed because port 443 is more specific
D.It is allowed because allow rules override deny rules
Correct Answer: It is denied because priority 200 is evaluated first
Explanation:
NSG rules are evaluated from the lowest priority number to the highest. The deny rule at priority 200 matches first.
Incorrect! Try again.
25An NSG allows an outbound TCP connection from a virtual machine to a database. No explicit inbound rule permits the database's response packets. Why can the response still reach the virtual machine?
Network Security Groups (NSGs)
Medium
A.NSGs are stateful and permit return traffic
B.Azure converts the response into outbound traffic
C.The virtual machine temporarily disables its NSG
D.NSGs automatically allow all inbound database traffic
Correct Answer: NSGs are stateful and permit return traffic
Explanation:
NSGs track connection state. Return traffic for an allowed connection is automatically permitted without a separate reverse-direction rule.
Incorrect! Try again.
26A network interface has an NSG that allows SSH, while its subnet has an NSG that denies SSH from the same source. What is the effective result for traffic reaching that interface?
Network Security Groups (NSGs)
Medium
A.SSH is denied only if both NSGs contain deny rules
B.SSH is allowed because interface rules are more specific
C.SSH is allowed because allow rules override deny rules
D.SSH is denied because both NSGs must allow it
Correct Answer: SSH is denied because both NSGs must allow it
Explanation:
When NSGs are applied to both a subnet and a network interface, inbound traffic must be allowed by both NSGs.
Incorrect! Try again.
27A web tier must connect to a database tier whose instances are replaced frequently. Which security group rule best avoids maintaining individual IP addresses?
Security groups
Medium
A.Allow the database port from the public internet
B.Allow the database port from every private subnet
C.Allow every port from the web tier's CIDR block
D.Allow the database port from the web tier's security group
Correct Answer: Allow the database port from the web tier's security group
Explanation:
Referencing the web tier's security group authorizes workloads by group membership, so instance IP changes do not require rule updates.
Incorrect! Try again.
28Administrators need SSH access to private servers only through a bastion host. Which inbound security group rule should be applied to the private servers?
Security groups
Medium
A.Allow TCP 22 from the bastion host's security group
B.Allow TCP 22 from the private servers themselves
C.Allow every TCP port from the administrator network
D.Allow TCP 22 from all addresses in the VNet
Correct Answer: Allow TCP 22 from the bastion host's security group
Explanation:
Restricting SSH to the bastion's security group enforces the intended access path and follows least privilege.
Incorrect! Try again.
29A security group currently permits inbound HTTPS from 0.0.0.0/0 to an internal reporting service used only by corporate employees. Which change best reduces exposure?
Security groups
Medium
A.Permit HTTPS from all private IPv4 ranges
B.Replace HTTPS with HTTP for corporate users
C.Restrict HTTPS to the corporate VPN address range
D.Move the HTTPS rule to a lower priority
Correct Answer: Restrict HTTPS to the corporate VPN address range
Explanation:
Limiting the source to the corporate VPN range removes unnecessary internet-wide access while preserving employee connectivity.
Incorrect! Try again.
30All outbound traffic from an application subnet must be inspected by a network virtual appliance at 10.0.4.4. Which user-defined route should be associated with the subnet?
User-defined routes
Medium
A.10.0.0.0/16 with next hop type None
B.10.0.4.4/32 with next hop type Internet
C.0.0.0.0/0 with next hop type Virtual appliance
D.0.0.0.0/0 with next hop type Virtual network
Correct Answer: 0.0.0.0/0 with next hop type Virtual appliance
Explanation:
A default route captures destinations not matched by more specific routes, while the virtual appliance next hop sends that traffic to the inspection device.
Incorrect! Try again.
31A subnet route table contains 0.0.0.0/0 to a firewall and 10.20.0.0/16 to a VPN gateway. A packet is sent to 10.20.5.10. Which route is selected?
User-defined routes
Medium
A.The route to the firewall
B.The route to the VPN gateway
C.The route added most recently
D.The default Azure system route
Correct Answer: The route to the VPN gateway
Explanation:
Azure uses longest-prefix matching. The /16 route is more specific than the /0 route, so the VPN gateway route is selected.
Incorrect! Try again.
32A user-defined route sends traffic to a network virtual appliance, but packets do not continue to the destination after reaching it. Which appliance setting should be checked first?
User-defined routes
Medium
A.A public IP on every source interface
B.VNet peering on the destination subnet
C.IP forwarding on the appliance interface
D.Accelerated networking on the source VM
Correct Answer: IP forwarding on the appliance interface
Explanation:
A network virtual appliance must be able to receive and forward traffic that is not addressed to its own interface.
Incorrect! Try again.
33An Azure Firewall must publish an internal web server to internet clients while translating the firewall's public IP to the server's private IP. Which rule type is required?
Firewall configuration
Medium
A.A DNAT rule
B.A network allow rule
C.An application rule
D.A user-defined route
Correct Answer: A DNAT rule
Explanation:
A destination NAT rule translates inbound traffic addressed to the firewall's public IP and forwards it to the private server.
Incorrect! Try again.
34Virtual machines should access only updates.example.com over HTTPS, regardless of changes to the site's IP addresses. Which Azure Firewall rule is most suitable?
Firewall configuration
Medium
A.An application rule using the destination FQDN
B.An NSG rule using the destination hostname
C.A DNAT rule using the destination FQDN
D.A network rule using the current destination IP
Correct Answer: An application rule using the destination FQDN
Explanation:
Application rules can filter HTTP and HTTPS traffic by fully qualified domain name, avoiding dependence on changing destination IP addresses.
Incorrect! Try again.
35A subnet has a default route to Azure Firewall, but the firewall has no rule allowing outbound DNS requests. What is the expected result?
Firewall configuration
Medium
A.DNS requests are translated into HTTPS requests
B.DNS requests bypass the firewall automatically
C.DNS requests are allowed by the VNet route
D.DNS requests are denied by default
Correct Answer: DNS requests are denied by default
Explanation:
Routing traffic through a firewall does not authorize it. Azure Firewall denies traffic unless an applicable rule allows it.
Incorrect! Try again.
36A public web application is being targeted with SQL injection and cross-site scripting payloads over HTTPS. Which control is designed to inspect and block these requests?
Web Application Firewall (WAF)
Medium
A.A user-defined route table
B.A VNet peering configuration
C.A transport-layer DDoS policy
D.A Web Application Firewall policy
Correct Answer: A Web Application Firewall policy
Explanation:
A WAF analyzes HTTP and HTTPS requests and can block common application-layer attacks such as SQL injection and cross-site scripting.
Incorrect! Try again.
37A WAF managed rule blocks a legitimate request because one JSON field resembles an attack signature. What is the most targeted corrective action?
Web Application Firewall (WAF)
Medium
A.Allow all requests from the public internet
B.Exclude the affected field from the matching rule
C.Move the application to another Azure region
D.Disable the entire managed rule set permanently
Correct Answer: Exclude the affected field from the matching rule
Explanation:
A narrow exclusion reduces the false positive while preserving WAF inspection for other fields, rules, and requests.
Incorrect! Try again.
38A team wants to evaluate how a new WAF policy would affect production traffic without immediately blocking requests. Which mode should it use first?
Web Application Firewall (WAF)
Medium
A.Detection mode
B.Prevention mode
C.Isolation mode
D.Translation mode
Correct Answer: Detection mode
Explanation:
Detection mode logs rule matches without blocking requests, allowing the team to identify false positives before enabling prevention.
Incorrect! Try again.
39A company enables DDoS Protection Standard on a VNet containing public-facing services. What is a key advantage over relying only on basic platform protection?
DDoS Protection Standard
Medium
A.Encryption of all traffic between Azure subnets
B.Automatic blocking of every malicious HTTP request
C.Adaptive mitigation policies tuned to protected public IPs
D.Replacement of NSGs with centralized access rules
Correct Answer: Adaptive mitigation policies tuned to protected public IPs
Explanation:
DDoS Protection Standard learns traffic patterns and applies adaptive mitigation thresholds to protected public IP resources.
Incorrect! Try again.
40A service uses DDoS Protection Standard but remains vulnerable to malicious HTTP requests that mimic legitimate users. Which additional control best addresses this gap?
DDoS Protection Standard
Medium
A.Deploy a WAF in front of the application
B.Add a broader default route to the VNet
C.Create a peering connection to another VNet
D.Enable service endpoints on every subnet
Correct Answer: Deploy a WAF in front of the application
Explanation:
DDoS Protection primarily mitigates network-layer volumetric attacks. A WAF provides application-layer inspection for malicious HTTP and HTTPS requests.
Incorrect! Try again.
41VNet-A is peered with VNet-B, and VNet-B is peered with VNet-C. No VPN gateways or network virtual appliances are deployed. A VM in VNet-A must communicate privately with a VM in VNet-C. What change is required?
Azure Virtual Network (AVN)
Hard
A.Enable gateway transit on the VNet-B peerings
B.Create direct peering between VNet-A and VNet-C
C.Enable forwarded traffic on the existing VNet peerings
D.Add matching NSG rules to VNet-A and VNet-C
Correct Answer: Create direct peering between VNet-A and VNet-C
Explanation:
Azure VNet peering is nontransitive. VNet-A cannot reach VNet-C through VNet-B unless direct peering or an explicit routing solution such as an NVA or gateway is introduced.
Incorrect! Try again.
42An organization attempts to peer VNet-A (10.20.0.0/16) with VNet-B (10.20.128.0/17). Both VNets are in supported Azure regions. What prevents the peering?
Azure Virtual Network (AVN)
Hard
A.The VNets use private addresses
B.The prefix lengths differ
C.The address spaces overlap
D.The VNets are in separate regions
Correct Answer: The address spaces overlap
Explanation:
10.20.128.0/17 is contained within 10.20.0.0/16. Azure does not permit peering between VNets whose address spaces overlap.
Incorrect! Try again.
43A spoke VNet uses a remote gateway in a peered hub VNet. Which peering configuration is required for the spoke to use that gateway?
Azure Virtual Network (AVN)
Hard
A.Both peers enable forwarded traffic without gateway transit
B.Both peers enable gateway transit and remote gateways
The hub-side peering must allow gateway transit, while the spoke-side peering must select Use remote gateways. These settings assign provider and consumer roles.
Incorrect! Try again.
44A VM NIC has an inbound NSG rule allowing TCP 443 from the Internet. Its subnet NSG denies TCP 443 from the Internet with a higher priority than the subnet's default rules. What happens to a new HTTPS connection?
Network Security Groups (NSGs)
Hard
A.It is denied because both NSGs must allow it
B.It is allowed because the NIC rule is more specific
C.It is allowed because NIC NSGs override subnet NSGs
D.It is denied only if both NSGs contain explicit denies
Correct Answer: It is denied because both NSGs must allow it
Explanation:
For inbound traffic, Azure evaluates the subnet NSG and then the NIC NSG. A new flow must be allowed by every applicable NSG.
Incorrect! Try again.
45An NSG initially permits a long-lived TCP session. An administrator then adds a higher-priority deny rule matching that session. What is the expected immediate effect?
Network Security Groups (NSGs)
Hard
A.The established session is reset, and matching new sessions are denied
B.The established session can continue, but matching new sessions are denied
C.The session continues, and matching new sessions remain allowed
D.The session is reset, but matching new sessions remain allowed
Correct Answer: The established session can continue, but matching new sessions are denied
Explanation:
NSGs are stateful, and rule changes generally affect new flows. Existing flow records can continue until the connection ends or the flow record expires.
Incorrect! Try again.
46An inbound NSG allows TCP 8443 from a client to a VM. No custom outbound rule permits the VM's return packets, but the default outbound Internet rule is removed by a higher-priority deny. Why can the response still return?
Network Security Groups (NSGs)
Hard
A.NSGs automatically allow return traffic for an allowed stateful flow
B.Default virtual-network rules classify every response as internal traffic
C.Inbound rules are evaluated in reverse for all outbound packets
D.The Azure platform bypasses outbound NSGs for server responses
Correct Answer: NSGs automatically allow return traffic for an allowed stateful flow
Explanation:
NSGs track connection state. Once the inbound flow is permitted, response traffic for that flow is automatically allowed and does not require a mirrored outbound rule.
Incorrect! Try again.
47An NSG rule uses an Application Security Group named WebTier as its destination. A new VM is created in the same VNet and should receive the rule without editing the NSG. What should be changed?
Security groups
Hard
A.Add the VM's private address to the NSG service tag
B.Associate WebTier directly with the VM's subnet
C.Add the VM's NIC IP configuration to WebTier
D.Assign the NSG rule to the VM's managed identity
Correct Answer: Add the VM's NIC IP configuration to WebTier
Explanation:
Azure Application Security Groups provide logical membership for NIC IP configurations. NSG rules referencing the group then apply to the newly added member.
Incorrect! Try again.
48A team tries to place NICs from VNet-A and VNet-B into one Azure Application Security Group so a single NSG rule can identify both application tiers. Why does the design fail?
Security groups
Hard
A.Application Security Group membership is scoped to one VNet
B.Application Security Groups support only public IP addresses
C.Application Security Groups can contain only one NIC
D.Application Security Groups cannot be referenced by NSG rules
Correct Answer: Application Security Group membership is scoped to one VNet
Explanation:
An Application Security Group is scoped to a virtual network. NIC IP configurations from different VNets cannot be combined into the same group.
Incorrect! Try again.
49An NSG rule permits AppTier to reach DbTier on TCP 1433. A database VM has two NIC IP configurations, but only the secondary IP configuration belongs to DbTier. Which destination is matched by the rule?
Security groups
Hard
A.Every private IP assigned within the database subnet
B.Only the secondary IP configuration in DbTier
C.Every IP configuration attached to the database VM
D.Only the primary IP configuration of the database VM
Correct Answer: Only the secondary IP configuration in DbTier
Explanation:
Application Security Group membership applies to NIC IP configurations, not automatically to the entire VM, NIC, or subnet.
Incorrect! Try again.
50A subnet has a user-defined route 0.0.0.0/0 to a firewall. Azure also provides a system route 10.40.0.0/16 for the local VNet. A packet targets 10.40.5.10. Which route is selected?
User-defined routes
Hard
A.Neither route because the sources conflict
B.The user-defined 0.0.0.0/0 route
C.Both routes using equal-cost forwarding
D.The system 10.40.0.0/16 route
Correct Answer: The system 10.40.0.0/16 route
Explanation:
Azure first selects the longest matching prefix. The /16 system route is more specific than the /0 user-defined route, regardless of route-source preference.
Incorrect! Try again.
51For the same destination prefix, a subnet's effective routes contain a user-defined route, a BGP route, and a system route. Assuming all three are active and have identical prefix lengths, which route wins?
User-defined routes
Hard
A.The system route
B.The user-defined route
C.The BGP route
D.The most recently created route
Correct Answer: The user-defined route
Explanation:
When prefix lengths are equal, Azure route-source preference is user-defined route, then BGP route, then system route.
Incorrect! Try again.
52A UDR sends subnet traffic to a Linux NVA as a virtual-appliance next hop. The NVA receives packets but does not forward them. NSGs allow the traffic. Which configuration pair is essential?
User-defined routes
Hard
A.Enable gateway transit and proxy ARP on the subnet
B.Enable service endpoints and destination NAT in Linux
C.Enable accelerated networking and source NAT in Linux
D.Enable Azure IP forwarding on the NIC and forwarding in Linux
Correct Answer: Enable Azure IP forwarding on the NIC and forwarding in Linux
Explanation:
An NVA must be allowed to forward traffic at both layers: Azure IP forwarding must be enabled on its NIC, and packet forwarding must be enabled in the guest operating system.
Incorrect! Try again.
53Azure Firewall has a DNAT rule for its public IP and TCP 443, a network rule that could allow the translated flow, and an application rule for related HTTPS traffic. Which rule type is evaluated first for the inbound connection?
Firewall configuration
Hard
A.DNAT rule
B.Network rule
C.Application rule
D.Threat-intelligence rule
Correct Answer: DNAT rule
Explanation:
Azure Firewall evaluates DNAT rules before network and application rules. A matching DNAT rule translates the inbound destination and permits the translated connection.
Incorrect! Try again.
54Clients must access an external service over TCP 8443 using only its FQDN, and Azure Firewall must filter the traffic by hostname. Which rule design is appropriate when the protocol is HTTPS?
Firewall configuration
Hard
A.Use an NSG rule with the target FQDN as destination
B.Use a network rule with only the target FQDN
C.Use an application rule with HTTPS and port 8443
D.Use a DNAT rule with HTTPS and port 8443
Correct Answer: Use an application rule with HTTPS and port 8443
Explanation:
Application rules can filter outbound HTTP and HTTPS traffic by FQDN, including configured nonstandard ports. NSGs cannot use arbitrary FQDNs as destinations.
Incorrect! Try again.
55A subnet uses 0.0.0.0/0 to send traffic through Azure Firewall. Connectivity tests show asymmetric routing because return traffic reaches a workload through another path. What is the primary requirement for a stateful firewall design?
Firewall configuration
Hard
A.Apply identical NSGs to the source and destination
B.Route only outbound packets through the firewall path
C.Disable connection tracking on the firewall policy
D.Route both directions of each flow through the same firewall path
Correct Answer: Route both directions of each flow through the same firewall path
Explanation:
A stateful firewall must observe both directions of a connection. Asymmetric routing can bypass its connection state and cause return packets to be dropped.
Incorrect! Try again.
56An Azure WAF policy is in Detection mode and a managed rule identifies a SQL injection attempt. No custom rule blocks the request. What should occur?
Web Application Firewall (WAF)
Hard
A.The source IP is added automatically to an NSG deny rule
B.The request is redirected automatically to a clean URL
C.The request is blocked and the client receives HTTP 403
D.The request is logged but normally continues to the backend
Correct Answer: The request is logged but normally continues to the backend
Explanation:
Detection mode records matching threats without enforcing managed-rule blocks. Prevention mode is required for WAF to actively block such requests.
Incorrect! Try again.
57A TLS connection passes through Azure Application Gateway WAF, but the gateway is configured for end-to-end TLS with termination and re-encryption. Where can WAF inspect the HTTP request?
Web Application Firewall (WAF)
Hard
A.Only when the backend connection uses unencrypted HTTP
B.Only after the backend server decrypts the request
C.After frontend TLS termination and before backend re-encryption
D.Before the client and gateway complete the TLS handshake
Correct Answer: After frontend TLS termination and before backend re-encryption
Explanation:
Application Gateway terminates the client TLS session, allowing WAF to inspect HTTP content, and can then establish a separate encrypted TLS session to the backend.
Incorrect! Try again.
58A WAF managed rule falsely flags a specific JSON field, but the same attack signature must remain active for all other request data. What is the narrowest appropriate change?
Web Application Firewall (WAF)
Hard
A.Create a managed-rule exclusion for that field
B.Change the complete WAF policy to Detection mode
C.Add the client network to an NSG allow rule
D.Disable the entire managed rule set globally
Correct Answer: Create a managed-rule exclusion for that field
Explanation:
A targeted exclusion prevents the selected field from being evaluated by the relevant managed rules while retaining protection for other request components.
Incorrect! Try again.
59A public web application is protected by both Azure DDoS Protection Standard and WAF. During an attack, which responsibility is primarily assigned to DDoS Protection rather than WAF?
DDoS Protection Standard
Hard
A.Blocking SQL injection patterns in HTTP request bodies
B.Mitigating volumetric attacks against network and transport layers
C.Validating application cookies against managed HTTP rules
D.Rejecting cross-site scripting payloads in query parameters
Correct Answer: Mitigating volumetric attacks against network and transport layers
Explanation:
Azure DDoS Protection focuses on layer 3 and layer 4 attacks, including volumetric floods. WAF addresses layer 7 web exploits such as SQL injection and cross-site scripting.
Incorrect! Try again.
60A DDoS protection plan is enabled on VNet-A. A public-IP resource in VNet-B must receive the plan's adaptive protection. Peering exists between the VNets. What must be done?
DDoS Protection Standard
Hard
A.Reference VNet-A's plan from VNet-B's NSG
B.Add VNet-B's prefix to VNet-A's route table
C.Enable forwarded traffic on both VNet peerings
D.Associate VNet-B with the DDoS protection plan
Correct Answer: Associate VNet-B with the DDoS protection plan
Explanation:
DDoS plan coverage follows explicit VNet association; VNet peering does not extend protection automatically. The same plan can be associated with multiple eligible VNets.
Incorrect! Try again.
Did this save you a night before the exam?
LPU Notes is free, and it stays free. Ads cover part of the server bill.
The rest comes out of a student's own pocket: the domain, the storage,
and keeping the site up through the weeks everyone needs it at once.
The payment button didn't load. An ad blocker or a filtered network is the usual reason.
to try again.
Nothing here is ever locked, and nothing unlocks. Chip in only if it was worth it.
What it pays for →