exam questions

Exam AZ-104 All Questions

View all questions & answers for the AZ-104 exam

Exam AZ-104 topic 1 question 32 discussion

Actual exam question from Microsoft's AZ-104
Question #: 32
Topic #: 1
[All AZ-104 Questions]

Your company has an Azure Active Directory (Azure AD) subscription.
You need to deploy five virtual machines (VMs) to your company's virtual network subnet.
The VMs will each have both a public and private IP address. Inbound and outbound security rules for all of these virtual machines must be identical.
Which of the following is the least amount of network interfaces needed for this configuration?

  • A. 5
  • B. 10
  • C. 20
  • D. 40
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
samshir
Highly Voted 3 years, 5 months ago
5 VM so 5 NIC Cards .we have public and private ip address set to them .however they needs same inbound and outbound rule so create NSG and attach to NIC and this req can be fulfilled 5 NIC hence 5 is right ans
upvoted 84 times
jackdryan
2 years ago
A is correct
upvoted 6 times
...
...
CloudyTech
Highly Voted 3 years, 8 months ago
5 is correct
upvoted 25 times
...
0dc4dd8
Most Recent 1 month, 1 week ago
Selected Answer: A
Each virtual machine (VM) in Azure can have multiple network interfaces (NICs), but in this scenario, you only need one NIC per VM
upvoted 1 times
...
Mark74
3 months ago
Selected Answer: A
A is correct, you can add public and private IP to the same Network card
upvoted 2 times
...
minura
3 months, 2 weeks ago
Selected Answer: A
5 VMs - 5 Network Interface Cards (NIC)
upvoted 2 times
...
dilopezat
3 months, 2 weeks ago
Selected Answer: A
To deploy five VMs with both public and private IP addresses, you would need at least five network interfaces (one for each VM). Each VM requires a network interface to connect to the virtual network, and since each VM will have both a public and a private IP address, you would typically assign one network interface per VM.
upvoted 1 times
...
KangID
5 months, 2 weeks ago
5 Azure Virtual Machine. That's means at least 5 NICs on it. Ref. Constraints of Azure VM A VM must have at least one network interface attached to it https://learn.microsoft.com/en-us/azure/virtual-network/virtual-network-network-interface-vm
upvoted 2 times
...
pooh0805
5 months, 2 weeks ago
Selected Answer: B
The least amount of network interfaces needed for this configuration is: B. 10 Here's why: You have five virtual machines (VMs), each with both a public and private IP address. To achieve this configuration, you need one network interface (NIC) for each VM. Each NIC has both a private IP address (associated with the virtual network subnet) and a public IP address (if you want to assign one). So, for the five VMs, you would need 5 NICs. Since each NIC has both a private and public IP address, you have a total of 5 NICs * 2 IP addresses per NIC = 10 IP addresses. Therefore, the least amount of network interfaces needed for this configuration is 10.
upvoted 3 times
Riz504
2 months, 4 weeks ago
Question is "least amount of network interfaces" and not how many IPs so answer is 5 and not 10. i.e. A and not B.
upvoted 1 times
...
18c2076
11 months, 3 weeks ago
You understand that you stated the entirely correct answer, and then immediately proceeded to contradict yourself with a stoopid statement that made zero sense right afterward, correct? lol
upvoted 6 times
...
GODUSGREAT
1 year, 4 months ago
it's 5
upvoted 1 times
...
GODUSGREAT
1 year, 4 months ago
The least amount of network interfaces needed for this configuration is one network interface per VM. Each virtual machine (VM) in Azure requires at least one network interface. In this scenario, you need to deploy five VMs, each with both a public and private IP address. To achieve this, you would need to create five network interfaces, one for each VM. Each network interface can be associated with both a public IP address (for inbound connections) and a private IP address (for internal communication within the virtual network). By configuring the appropriate security rules, you can ensure that the inbound and outbound traffic for all five VMs is identical. Therefore, the least amount of network interfaces needed for this configuration is one network interface per VM, resulting in a total of five network interfaces.
upvoted 1 times
...
...
BigStevieMcDave
5 months, 2 weeks ago
I initially thought this was 10 too, because with physical NICs it would be. But I did some digging and I think 5 is correct. https://learn.microsoft.com/en-us/azure/virtual-network/ip-services/virtual-network-network-interface-addresses?tabs=nic-address-portal "You can add as many private and public IPv4 addresses as necessary to a network interface, within the limits listed in the Azure limits article."
upvoted 3 times
etrop
10 months ago
Not really no even with Physical systems you can have multiple IP addresses on one NIC card and you can just tag different VLANS on your NIC traffic, with one being the public VLAN. But honestly nobody would do that nowadays they would just have the public addresses reside on the firewall or outer edge systems.
upvoted 2 times
robsoneuclides
9 months, 1 week ago
Correto
upvoted 1 times
...
...
...
[Removed]
6 months ago
Selected Answer: A
A is correct
upvoted 1 times
...
demha2024
7 months, 2 weeks ago
5 is the correct answer "You can add as many private and public IPv4 addresses as necessary to a network interface, within the limits listed in the Azure limits article. You can add a private IPv6 address to one secondary IP configuration (as long as there are no existing secondary IP configurations) for an existing network interface. Each network interface can have one IPv6 private address. You can optionally add a public IPv6 address to an IPv6 network interface configuration. See IPv6 for details about using IPv6 addresses."
upvoted 1 times
...
Nico1973
7 months, 3 weeks ago
The least amount of network interfaces needed for this configuration is B. 10. Each virtual machine requires two network interfaces - one for the public IP address and one for the private IP address. Therefore, with five virtual machines, you would need a total of 10 network interfaces to accommodate both types of IP addresses for each VM.
upvoted 2 times
...
tashakori
11 months, 2 weeks ago
A is right
upvoted 3 times
...
Tim150
1 year, 7 months ago
Selected Answer: A
very easy
upvoted 1 times
...
Aquintero
1 year, 7 months ago
A. 5 cada VM debe tener minimo una NIC y cada una de estas puede tener varias direcciones Ip
upvoted 2 times
...
dhivyamohanbabu
1 year, 8 months ago
Correct answer A
upvoted 1 times
...
vikasshetty296
1 year, 9 months ago
Selected Answer: A
Each VM will have a minimum of 1 NIC, which can have one or more IPs associated to it
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago