exam questions

Exam AZ-800 All Questions

View all questions & answers for the AZ-800 exam

Exam AZ-800 topic 3 question 15 discussion

Actual exam question from Microsoft's AZ-800
Question #: 15
Topic #: 3
[All AZ-800 Questions]

You have an Azure virtual machine named Server1 that runs a network management application. Server1 has the following network configurations:
* Network interface: Nic1
* IP address: 10.1.1.1/24
* Connected to: Vnet1/Subnet1
You need to connect Server1 to an additional subnet named Vnet1/Subnet2.
What should you do?

  • A. Modify the IP configurations of Nic1.
  • B. Add an IP configuration to Nic1.
  • C. Add a network interface to Server1.
  • D. Create a private endpoint on Subnet2.
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

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
Ksk08
8 months ago
Answer is C
upvoted 1 times
...
Ksk08
8 months, 1 week ago
I would say B How to Connect Server1 to Another Subnet What You Need to Do: Add an IP Configuration to Nic1. Why This Works: Single Network Interface (NIC): Server1 has one NIC (Nic1). You can add more settings (IP configurations) to this NIC. Multiple Subnets: By adding an IP configuration, you can give Nic1 an IP address from the new subnet (Subnet2). This lets Server1 talk to devices in that subnet. Easier Management: It’s simpler to manage one NIC with multiple IPs than to create a whole new NIC. Why Not Add a New NIC? Adding a new NIC means you have to stop the VM, create the new NIC, and connect it. That’s more work and not necessary when you can just add an IP to the existing NIC.
upvoted 1 times
e489b39
3 weeks, 3 days ago
Single NIC can only connect to one subnet
upvoted 1 times
...
...
004b54b
10 months ago
Selected Answer: C
New NIC, because as highlighted by mohamed1999, adding a secondary IP configuration to the existing NIC won't be possible: https://learn.microsoft.com/en-us/azure/virtual-network/ip-services/virtual-network-multiple-ip-addresses-portal Note All IP configurations on a single NIC must be associated to the **same subnet**. If multiple IPs on different subnets are desired, multiple NICs on a VM can be used. To learn more about multiple NICs on a VM in Azure, see Create VM with Multiple NICs.
upvoted 2 times
...
sardonique
10 months, 2 weeks ago
correct, this one is a no brainer
upvoted 1 times
...
SIAMIANJI
1 year, 1 month ago
Selected Answer: C
You need a new NIC.
upvoted 2 times
...
dfguss
1 year, 2 months ago
Add a secondary IP configuration to the existing network interface (Nic1). This is the simplest and most efficient way to achieve connectivity in basic scenarios.
upvoted 1 times
004b54b
10 months ago
As highlighted by mohamed1999, adding a secondary IP configuration to the existing NIC won't be possible: https://learn.microsoft.com/en-us/azure/virtual-network/ip-services/virtual-network-multiple-ip-addresses-portal Note All IP configurations on a single NIC must be associated to the **same subnet**. If multiple IPs on different subnets are desired, multiple NICs on a VM can be used. To learn more about multiple NICs on a VM in Azure, see Create VM with Multiple NICs.
upvoted 2 times
...
mohamed1999
1 year, 1 month ago
This will give you a second IP in the same subnet. This will not help you.
upvoted 2 times
...
...
MichalGr
1 year, 2 months ago
I would say B.
upvoted 1 times
...
syu31svc
2 years, 3 months ago
Selected Answer: C
A network interface (NIC) is the interconnection between a virtual machine and a virtual network. A virtual machine must have at least one NIC. A virtual machine can have more than one NIC, depending on the size of the VM you create. To learn about the number of NICs each virtual machine size supports, see VM sizes. You can create a VM with multiple NICs, and add or remove NICs through the lifecycle of a VM. Multiple NICs allow a VM to connect to different subnets. C for correct
upvoted 3 times
...
MasterMani
2 years, 9 months ago
Selected Answer: C
Correct Answer:C https://learn.microsoft.com/en-us/azure/virtual-network/network-overview
upvoted 4 times
...
edykss
2 years, 9 months ago
Answer is correct
upvoted 3 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 ...