Network Security Groups Nsg MCQ Questions and Answers

Mastering Network Security Groups Nsg is crucial for cloud certification success. This dedicated practice set features 172 Network Security Groups Nsg MCQ questions and answers designed to mirror real exam scenarios across various AZURE certifications.

📝 172 Questions⏱️ 90 min🎯 Pass: 70%

About Network Security Groups Nsg Practice Questions

This detailed quiz focuses on Network Security Groups Nsg, covering key concepts and scenarios often found in AZURE exams.

  • Comprehensive coverage of Network Security Groups Nsg features.
  • Scenario-based questions testing design and troubleshooting skills.
  • Detailed explanations to reinforce learning.

All 172 Network Security Groups Nsg Questions

Browse through the complete list of questions and answers below. Use this resource to review specific concepts or check your understanding of Network Security Groups Nsg.

1

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Network Security Groups (NSG)
Azure Firewall
Azure Web Application Firewall
Azure Virtual Network Route Tables
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
2

How are inbound and outbound rules evaluated in a Network Security Group (NSG)?

Based on priority (lower numbers are processed first)
Alphabetically by name
Randomly
Based on the time they were created
View Explanation
✓ Correct Answer: Based on priority (lower numbers are processed first)Explanation:Once a rule matches, no more rules are evaluated for that packet.
3

If a Network Security Group (NSG) is applied to both a Subnet and a Network Interface (NIC), which rule takes precedence for INBOUND traffic?

The Subnet NSG is evaluated first, then the NIC NSG
The NIC NSG is evaluated first, then the Subnet NSG
Only the Subnet NSG is used
The one with the most restrictive rule wins
View Explanation
✓ Correct Answer: The Subnet NSG is evaluated first, then the NIC NSGExplanation:For inbound traffic, Azure first evaluates the subnet NSG. If allowed, it then evaluates the NIC NSG.
4

What does the default NSG rule 'AllowVnetInBound' (Priority 65000) allow?

Traffic from any source within the same VNet
Traffic from the internet
Traffic from any Azure region
Traffic from on-premises
View Explanation
✓ Correct Answer: Traffic from any source within the same VNetExplanation:Default rules are designed to allow basic connectivity within the virtual network while blocking most external traffic.
5

An administrator wants to group multiple VMs that perform a similar function (e.g., 'WebServers') into a single entity to simplify NSG rules. What should they use?

Application Security Groups (ASG)
Resource Groups
Availability Sets
VNet peering
View Explanation
✓ Correct Answer: Application Security Groups (ASG)Explanation:ASGs allow you to define network security policies based on application workloads instead of explicit IP addresses.
6

Which tag can be used in an NSG rule to represent the IP address range of the Azure Load Balancer health probe?

AzureLoadBalancer
Internet
VirtualNetwork
GatewayManager
View Explanation
✓ Correct Answer: AzureLoadBalancerExplanation:Service tags simplify NSG rule creation for known Azure services.
7

Can a single Network Security Group (NSG) be associated with multiple subnets in the same VNet?

Yes
No
Only if they are in the same resource group
Only if there are no overlapping IP ranges
View Explanation
✓ Correct Answer: YesExplanation:NSGs are highly reusable across multiple subnets and interfaces.
8

Which statement is true about the statefulness of Network Security Groups?

They are stateful: if an inbound flow is allowed, outbound response is also allowed
They are stateless: you must define rules for both directions
They are only stateful for TCP traffic
Only Azure Firewall is stateful
View Explanation
✓ Correct Answer: They are stateful: if an inbound flow is allowed, outbound response is also allowedExplanation:Like AWS security groups, Azure NSGs track the state of connections.
9

An administrator needs to temporarily disable an NSG rule without deleting it. What is the best approach?

Change the priority to a very high number (e.g., 60000) so other rules take precedence, or change 'Allow' to 'Deny'
There is a 'Disable' button in the portal
Detach the NSG from the subnet
Reboot the virtual machine
View Explanation
✓ Correct Answer: Change the priority to a very high number (e.g., 60000) so other rules take precedence, or change 'Allow' to 'Deny'Explanation:Priority management is the primary way to control rule evaluation order.
10

What is the maximum priority number allowed for a user-defined NSG rule?

4095
100
65535
1000
View Explanation
✓ Correct Answer: 4095Explanation:Rules can have a priority between 100 and 4096.
11

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Azure Web Application Firewall
Azure Virtual Network Route Tables
Network Security Groups (NSG)
Azure Firewall
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
12

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Network Security Groups (NSG)
Azure Virtual Network Route Tables
Azure Firewall
Azure Web Application Firewall
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
13

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Network Security Groups (NSG)
Azure Firewall
Azure Web Application Firewall
Azure Virtual Network Route Tables
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
14

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Azure Web Application Firewall
Azure Virtual Network Route Tables
Azure Firewall
Network Security Groups (NSG)
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
15

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Azure Firewall
Azure Web Application Firewall
Network Security Groups (NSG)
Azure Virtual Network Route Tables
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
16

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Azure Virtual Network Route Tables
Network Security Groups (NSG)
Azure Web Application Firewall
Azure Firewall
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
17

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Network Security Groups (NSG)
Azure Firewall
Azure Web Application Firewall
Azure Virtual Network Route Tables
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
18

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Network Security Groups (NSG)
Azure Firewall
Azure Web Application Firewall
Azure Virtual Network Route Tables
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
19

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Azure Firewall
Network Security Groups (NSG)
Azure Web Application Firewall
Azure Virtual Network Route Tables
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
20

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Network Security Groups (NSG)
Azure Virtual Network Route Tables
Azure Firewall
Azure Web Application Firewall
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
21

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Azure Firewall
Azure Virtual Network Route Tables
Network Security Groups (NSG)
Azure Web Application Firewall
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
22

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Azure Virtual Network Route Tables
Azure Web Application Firewall
Azure Firewall
Network Security Groups (NSG)
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
23

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Azure Web Application Firewall
Azure Firewall
Azure Virtual Network Route Tables
Network Security Groups (NSG)
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
24

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Azure Virtual Network Route Tables
Network Security Groups (NSG)
Azure Firewall
Azure Web Application Firewall
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
25

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Network Security Groups (NSG)
Azure Virtual Network Route Tables
Azure Firewall
Azure Web Application Firewall
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
26

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Azure Virtual Network Route Tables
Azure Web Application Firewall
Azure Firewall
Network Security Groups (NSG)
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
27

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Azure Virtual Network Route Tables
Azure Web Application Firewall
Azure Firewall
Network Security Groups (NSG)
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
28

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Azure Firewall
Azure Virtual Network Route Tables
Network Security Groups (NSG)
Azure Web Application Firewall
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
29

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Azure Virtual Network Route Tables
Network Security Groups (NSG)
Azure Firewall
Azure Web Application Firewall
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
30

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Network Security Groups (NSG)
Azure Firewall
Azure Web Application Firewall
Azure Virtual Network Route Tables
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
31

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Azure Web Application Firewall
Azure Firewall
Azure Virtual Network Route Tables
Network Security Groups (NSG)
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
32

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Network Security Groups (NSG)
Azure Firewall
Azure Web Application Firewall
Azure Virtual Network Route Tables
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
33

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Azure Web Application Firewall
Network Security Groups (NSG)
Azure Virtual Network Route Tables
Azure Firewall
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
34

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Azure Web Application Firewall
Azure Firewall
Network Security Groups (NSG)
Azure Virtual Network Route Tables
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
35

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Network Security Groups (NSG)
Azure Firewall
Azure Web Application Firewall
Azure Virtual Network Route Tables
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
36

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Azure Virtual Network Route Tables
Network Security Groups (NSG)
Azure Firewall
Azure Web Application Firewall
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
37

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Network Security Groups (NSG)
Azure Firewall
Azure Web Application Firewall
Azure Virtual Network Route Tables
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
38

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Azure Firewall
Azure Web Application Firewall
Azure Virtual Network Route Tables
Network Security Groups (NSG)
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
39

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Network Security Groups (NSG)
Azure Firewall
Azure Web Application Firewall
Azure Virtual Network Route Tables
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
40

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Azure Firewall
Azure Virtual Network Route Tables
Azure Web Application Firewall
Network Security Groups (NSG)
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
41

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Azure Virtual Network Route Tables
Network Security Groups (NSG)
Azure Web Application Firewall
Azure Firewall
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
42

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Azure Web Application Firewall
Network Security Groups (NSG)
Azure Virtual Network Route Tables
Azure Firewall
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
43

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Azure Web Application Firewall
Azure Firewall
Network Security Groups (NSG)
Azure Virtual Network Route Tables
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
44

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Network Security Groups (NSG)
Azure Firewall
Azure Web Application Firewall
Azure Virtual Network Route Tables
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
45

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Network Security Groups (NSG)
Azure Firewall
Azure Virtual Network Route Tables
Azure Web Application Firewall
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
46

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Azure Virtual Network Route Tables
Azure Firewall
Azure Web Application Firewall
Network Security Groups (NSG)
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
47

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Network Security Groups (NSG)
Azure Firewall
Azure Web Application Firewall
Azure Virtual Network Route Tables
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
48

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Azure Web Application Firewall
Azure Virtual Network Route Tables
Network Security Groups (NSG)
Azure Firewall
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
49

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Azure Web Application Firewall
Azure Virtual Network Route Tables
Azure Firewall
Network Security Groups (NSG)
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
50

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Azure Firewall
Network Security Groups (NSG)
Azure Web Application Firewall
Azure Virtual Network Route Tables
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
51

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Network Security Groups (NSG)
Azure Firewall
Azure Virtual Network Route Tables
Azure Web Application Firewall
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
52

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Azure Virtual Network Route Tables
Azure Web Application Firewall
Azure Firewall
Network Security Groups (NSG)
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
53

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Network Security Groups (NSG)
Azure Virtual Network Route Tables
Azure Firewall
Azure Web Application Firewall
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
54

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Network Security Groups (NSG)
Azure Firewall
Azure Web Application Firewall
Azure Virtual Network Route Tables
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
55

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Network Security Groups (NSG)
Azure Firewall
Azure Web Application Firewall
Azure Virtual Network Route Tables
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
56

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Azure Virtual Network Route Tables
Azure Web Application Firewall
Azure Firewall
Network Security Groups (NSG)
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
57

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Network Security Groups (NSG)
Azure Firewall
Azure Web Application Firewall
Azure Virtual Network Route Tables
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
58

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Azure Virtual Network Route Tables
Network Security Groups (NSG)
Azure Firewall
Azure Web Application Firewall
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
59

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Azure Web Application Firewall
Azure Firewall
Azure Virtual Network Route Tables
Network Security Groups (NSG)
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
60

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Azure Virtual Network Route Tables
Azure Web Application Firewall
Azure Firewall
Network Security Groups (NSG)
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
61

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Network Security Groups (NSG)
Azure Firewall
Azure Web Application Firewall
Azure Virtual Network Route Tables
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
62

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Network Security Groups (NSG)
Azure Virtual Network Route Tables
Azure Firewall
Azure Web Application Firewall
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
63

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Network Security Groups (NSG)
Azure Firewall
Azure Web Application Firewall
Azure Virtual Network Route Tables
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
64

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Azure Web Application Firewall
Azure Firewall
Network Security Groups (NSG)
Azure Virtual Network Route Tables
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
65

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Azure Web Application Firewall
Azure Virtual Network Route Tables
Azure Firewall
Network Security Groups (NSG)
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
66

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Azure Virtual Network Route Tables
Azure Web Application Firewall
Azure Firewall
Network Security Groups (NSG)
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
67

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Azure Virtual Network Route Tables
Network Security Groups (NSG)
Azure Firewall
Azure Web Application Firewall
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
68

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Network Security Groups (NSG)
Azure Virtual Network Route Tables
Azure Firewall
Azure Web Application Firewall
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
69

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Azure Web Application Firewall
Network Security Groups (NSG)
Azure Virtual Network Route Tables
Azure Firewall
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
70

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Azure Virtual Network Route Tables
Network Security Groups (NSG)
Azure Firewall
Azure Web Application Firewall
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
71

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Network Security Groups (NSG)
Azure Firewall
Azure Web Application Firewall
Azure Virtual Network Route Tables
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
72

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Network Security Groups (NSG)
Azure Virtual Network Route Tables
Azure Firewall
Azure Web Application Firewall
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
73

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Azure Web Application Firewall
Azure Firewall
Azure Virtual Network Route Tables
Network Security Groups (NSG)
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
74

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Network Security Groups (NSG)
Azure Firewall
Azure Virtual Network Route Tables
Azure Web Application Firewall
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
75

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Azure Virtual Network Route Tables
Azure Web Application Firewall
Azure Firewall
Network Security Groups (NSG)
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
76

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Azure Firewall
Network Security Groups (NSG)
Azure Web Application Firewall
Azure Virtual Network Route Tables
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
77

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Azure Web Application Firewall
Azure Firewall
Network Security Groups (NSG)
Azure Virtual Network Route Tables
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
78

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Azure Virtual Network Route Tables
Network Security Groups (NSG)
Azure Firewall
Azure Web Application Firewall
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
79

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Azure Web Application Firewall
Azure Firewall
Azure Virtual Network Route Tables
Network Security Groups (NSG)
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
80

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Azure Web Application Firewall
Azure Virtual Network Route Tables
Azure Firewall
Network Security Groups (NSG)
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
81

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Azure Web Application Firewall
Azure Firewall
Network Security Groups (NSG)
Azure Virtual Network Route Tables
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
82

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Network Security Groups (NSG)
Azure Firewall
Azure Web Application Firewall
Azure Virtual Network Route Tables
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
83

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Azure Virtual Network Route Tables
Azure Web Application Firewall
Network Security Groups (NSG)
Azure Firewall
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
84

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Azure Virtual Network Route Tables
Azure Web Application Firewall
Azure Firewall
Network Security Groups (NSG)
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
85

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Azure Web Application Firewall
Azure Firewall
Azure Virtual Network Route Tables
Network Security Groups (NSG)
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
86

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Azure Web Application Firewall
Azure Firewall
Network Security Groups (NSG)
Azure Virtual Network Route Tables
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
87

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Azure Web Application Firewall
Network Security Groups (NSG)
Azure Virtual Network Route Tables
Azure Firewall
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
88

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Azure Virtual Network Route Tables
Network Security Groups (NSG)
Azure Web Application Firewall
Azure Firewall
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
89

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Azure Web Application Firewall
Azure Firewall
Azure Virtual Network Route Tables
Network Security Groups (NSG)
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
90

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Azure Virtual Network Route Tables
Azure Web Application Firewall
Azure Firewall
Network Security Groups (NSG)
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
91

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Azure Virtual Network Route Tables
Azure Web Application Firewall
Azure Firewall
Network Security Groups (NSG)
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
92

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Azure Web Application Firewall
Azure Firewall
Network Security Groups (NSG)
Azure Virtual Network Route Tables
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
93

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Network Security Groups (NSG)
Azure Firewall
Azure Web Application Firewall
Azure Virtual Network Route Tables
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
94

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Network Security Groups (NSG)
Azure Firewall
Azure Virtual Network Route Tables
Azure Web Application Firewall
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
95

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Azure Firewall
Azure Web Application Firewall
Network Security Groups (NSG)
Azure Virtual Network Route Tables
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
96

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Azure Firewall
Network Security Groups (NSG)
Azure Web Application Firewall
Azure Virtual Network Route Tables
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
97

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Azure Web Application Firewall
Azure Firewall
Network Security Groups (NSG)
Azure Virtual Network Route Tables
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
98

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Azure Firewall
Network Security Groups (NSG)
Azure Virtual Network Route Tables
Azure Web Application Firewall
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
99

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Network Security Groups (NSG)
Azure Firewall
Azure Web Application Firewall
Azure Virtual Network Route Tables
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
100

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Azure Firewall
Network Security Groups (NSG)
Azure Web Application Firewall
Azure Virtual Network Route Tables
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
101

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Azure Firewall
Azure Web Application Firewall
Azure Virtual Network Route Tables
Network Security Groups (NSG)
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
102

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Azure Firewall
Azure Web Application Firewall
Network Security Groups (NSG)
Azure Virtual Network Route Tables
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
103

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Azure Virtual Network Route Tables
Azure Web Application Firewall
Azure Firewall
Network Security Groups (NSG)
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
104

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Azure Virtual Network Route Tables
Azure Web Application Firewall
Network Security Groups (NSG)
Azure Firewall
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
105

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Network Security Groups (NSG)
Azure Virtual Network Route Tables
Azure Firewall
Azure Web Application Firewall
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
106

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Azure Web Application Firewall
Azure Firewall
Network Security Groups (NSG)
Azure Virtual Network Route Tables
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
107

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Azure Virtual Network Route Tables
Azure Web Application Firewall
Azure Firewall
Network Security Groups (NSG)
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
108

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Azure Firewall
Network Security Groups (NSG)
Azure Web Application Firewall
Azure Virtual Network Route Tables
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
109

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Network Security Groups (NSG)
Azure Firewall
Azure Web Application Firewall
Azure Virtual Network Route Tables
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
110

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Network Security Groups (NSG)
Azure Firewall
Azure Web Application Firewall
Azure Virtual Network Route Tables
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
111

Your organization is migrating a complex multi-tier application to Azure. You need to ensure that the web tier can only communicate with the app tier, and the app tier can only communicate with the database tier. All other traffic should be denied. What is the most granular and efficient way to implement this within a VNet?

Network Security Groups (NSGs) with Application Security Groups (ASGs)
Azure Firewall
VNet Peering
Azure Front Door
View Explanation
✓ Correct Answer: Network Security Groups (NSGs) with Application Security Groups (ASGs)Explanation:ASGs allow you to group servers with similar functions (like 'Web' or 'DB') and write NSG rules that use those groups as source/destination, simplifying complex security policies.
112

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Azure Firewall
Network Security Groups (NSG)
Azure Virtual Network Route Tables
Azure Web Application Firewall
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
113

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Azure Virtual Network Route Tables
Azure Web Application Firewall
Azure Firewall
Network Security Groups (NSG)
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
114

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Azure Virtual Network Route Tables
Azure Firewall
Network Security Groups (NSG)
Azure Web Application Firewall
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
115

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Azure Virtual Network Route Tables
Azure Web Application Firewall
Azure Firewall
Network Security Groups (NSG)
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
116

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Azure Virtual Network Route Tables
Azure Web Application Firewall
Azure Firewall
Network Security Groups (NSG)
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
117

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Azure Virtual Network Route Tables
Azure Firewall
Network Security Groups (NSG)
Azure Web Application Firewall
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
118

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Azure Virtual Network Route Tables
Azure Web Application Firewall
Azure Firewall
Network Security Groups (NSG)
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
119

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Azure Firewall
Azure Web Application Firewall
Azure Virtual Network Route Tables
Network Security Groups (NSG)
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
120

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Network Security Groups (NSG)
Azure Firewall
Azure Web Application Firewall
Azure Virtual Network Route Tables
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
121

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Azure Web Application Firewall
Azure Firewall
Network Security Groups (NSG)
Azure Virtual Network Route Tables
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
122

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Azure Virtual Network Route Tables
Network Security Groups (NSG)
Azure Firewall
Azure Web Application Firewall
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
123

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Network Security Groups (NSG)
Azure Firewall
Azure Web Application Firewall
Azure Virtual Network Route Tables
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
124

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Azure Web Application Firewall
Azure Virtual Network Route Tables
Azure Firewall
Network Security Groups (NSG)
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
125

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Network Security Groups (NSG)
Azure Firewall
Azure Web Application Firewall
Azure Virtual Network Route Tables
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
126

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Azure Virtual Network Route Tables
Azure Web Application Firewall
Azure Firewall
Network Security Groups (NSG)
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
127

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Azure Web Application Firewall
Azure Virtual Network Route Tables
Network Security Groups (NSG)
Azure Firewall
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
128

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Azure Firewall
Azure Web Application Firewall
Network Security Groups (NSG)
Azure Virtual Network Route Tables
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
129

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Azure Web Application Firewall
Azure Virtual Network Route Tables
Network Security Groups (NSG)
Azure Firewall
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
130

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Network Security Groups (NSG)
Azure Firewall
Azure Virtual Network Route Tables
Azure Web Application Firewall
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
131

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Network Security Groups (NSG)
Azure Firewall
Azure Web Application Firewall
Azure Virtual Network Route Tables
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
132

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Azure Firewall
Network Security Groups (NSG)
Azure Web Application Firewall
Azure Virtual Network Route Tables
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
133

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Azure Web Application Firewall
Azure Virtual Network Route Tables
Azure Firewall
Network Security Groups (NSG)
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
134

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Network Security Groups (NSG)
Azure Firewall
Azure Web Application Firewall
Azure Virtual Network Route Tables
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
135

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Azure Virtual Network Route Tables
Network Security Groups (NSG)
Azure Firewall
Azure Web Application Firewall
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
136

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Azure Firewall
Network Security Groups (NSG)
Azure Web Application Firewall
Azure Virtual Network Route Tables
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
137

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Azure Web Application Firewall
Azure Firewall
Azure Virtual Network Route Tables
Network Security Groups (NSG)
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
138

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Network Security Groups (NSG)
Azure Firewall
Azure Web Application Firewall
Azure Virtual Network Route Tables
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
139

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Azure Web Application Firewall
Azure Virtual Network Route Tables
Network Security Groups (NSG)
Azure Firewall
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
140

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Azure Virtual Network Route Tables
Azure Web Application Firewall
Azure Firewall
Network Security Groups (NSG)
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
141

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Azure Firewall
Network Security Groups (NSG)
Azure Web Application Firewall
Azure Virtual Network Route Tables
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
142

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Azure Firewall
Network Security Groups (NSG)
Azure Web Application Firewall
Azure Virtual Network Route Tables
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
143

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Azure Firewall
Network Security Groups (NSG)
Azure Web Application Firewall
Azure Virtual Network Route Tables
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
144

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Azure Virtual Network Route Tables
Azure Web Application Firewall
Azure Firewall
Network Security Groups (NSG)
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
145

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Azure Web Application Firewall
Network Security Groups (NSG)
Azure Firewall
Azure Virtual Network Route Tables
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
146

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Azure Web Application Firewall
Azure Firewall
Azure Virtual Network Route Tables
Network Security Groups (NSG)
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
147

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Network Security Groups (NSG)
Azure Virtual Network Route Tables
Azure Firewall
Azure Web Application Firewall
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
148

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Azure Virtual Network Route Tables
Azure Firewall
Network Security Groups (NSG)
Azure Web Application Firewall
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
149

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Network Security Groups (NSG)
Azure Web Application Firewall
Azure Virtual Network Route Tables
Azure Firewall
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
150

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Network Security Groups (NSG)
Azure Firewall
Azure Web Application Firewall
Azure Virtual Network Route Tables
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
151

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Azure Virtual Network Route Tables
Azure Web Application Firewall
Azure Firewall
Network Security Groups (NSG)
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
152

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Azure Firewall
Network Security Groups (NSG)
Azure Web Application Firewall
Azure Virtual Network Route Tables
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
153

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Azure Firewall
Azure Virtual Network Route Tables
Network Security Groups (NSG)
Azure Web Application Firewall
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
154

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Network Security Groups (NSG)
Azure Web Application Firewall
Azure Virtual Network Route Tables
Azure Firewall
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
155

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Azure Virtual Network Route Tables
Network Security Groups (NSG)
Azure Firewall
Azure Web Application Firewall
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
156

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Azure Virtual Network Route Tables
Azure Web Application Firewall
Azure Firewall
Network Security Groups (NSG)
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
157

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Azure Web Application Firewall
Azure Firewall
Azure Virtual Network Route Tables
Network Security Groups (NSG)
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
158

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Azure Virtual Network Route Tables
Network Security Groups (NSG)
Azure Firewall
Azure Web Application Firewall
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
159

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Network Security Groups (NSG)
Azure Virtual Network Route Tables
Azure Firewall
Azure Web Application Firewall
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
160

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Azure Virtual Network Route Tables
Azure Web Application Firewall
Azure Firewall
Network Security Groups (NSG)
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
161

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Azure Firewall
Azure Virtual Network Route Tables
Network Security Groups (NSG)
Azure Web Application Firewall
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
162

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Azure Web Application Firewall
Azure Firewall
Network Security Groups (NSG)
Azure Virtual Network Route Tables
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
163

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Azure Virtual Network Route Tables
Azure Web Application Firewall
Azure Firewall
Network Security Groups (NSG)
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
164

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Network Security Groups (NSG)
Azure Firewall
Azure Web Application Firewall
Azure Virtual Network Route Tables
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
165

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Azure Virtual Network Route Tables
Azure Web Application Firewall
Azure Firewall
Network Security Groups (NSG)
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
166

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Network Security Groups (NSG)
Azure Virtual Network Route Tables
Azure Firewall
Azure Web Application Firewall
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
167

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Network Security Groups (NSG)
Azure Firewall
Azure Web Application Firewall
Azure Virtual Network Route Tables
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
168

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Azure Virtual Network Route Tables
Network Security Groups (NSG)
Azure Firewall
Azure Web Application Firewall
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
169

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Network Security Groups (NSG)
Azure Firewall
Azure Web Application Firewall
Azure Virtual Network Route Tables
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
170

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Network Security Groups (NSG)
Azure Firewall
Azure Virtual Network Route Tables
Azure Web Application Firewall
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
171

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Azure Virtual Network Route Tables
Azure Web Application Firewall
Azure Firewall
Network Security Groups (NSG)
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
172

You need stateful firewall rules at the Azure Virtual Machines instance level. What should you configure?

Azure Firewall
Network Security Groups (NSG)
Azure Web Application Firewall
Azure Virtual Network Route Tables
View Explanation
✓ Correct Answer: Network Security Groups (NSG)Explanation:Network Security Groups (NSG) act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.