Microsoft Certified Azure Network Engineer Associate · Free Practice Question Medium
Question 9
As an Azure Engineer, your current task is to deploy six virtual machines to a vNet subnet. Each virtual machine requires both a public and a private IP address. For every virtual machine, the Network Security Group rules will be the same. Your task is to determine the minimum number of network interfaces required to accomplish this task.
-
A
3
-
B
6
-
C
12
-
D
18
Reveal correct answer
Correct answer: B
Explanation
Each virtual machine requires both private and public IP addresses. To accommodate these requirements, each VM should have its own network interface. This way, one network interface will provide one private and one public IP address for each virtual machine.
If you want to learn more, go to:
Create, change, or delete an Azure network interface | Microsoft Learn
Discussion
Think the marked answer is wrong, or have a better explanation? Share it below — comments appear after review.
