exam questions

Exam AZ-303 All Questions

View all questions & answers for the AZ-303 exam

Exam AZ-303 topic 5 question 31 discussion

Actual exam question from Microsoft's AZ-303
Question #: 31
Topic #: 5
[All AZ-303 Questions]

HOTSPOT -
You have a virtual network named VNet1 that has the configuration shown in the following exhibit.

Use the drop-down menus to select the answer choice that completes each statement based on the information presented in the graphic.
NOTE: Each correct selection is worth one point.
Hot Area:

Show Suggested Answer Hide Answer
Suggested Answer:
Box 1: add an address space -
Your IaaS virtual machines (VMs) and PaaS role instances in a virtual network automatically receive a private IP address from a range that you specify, based on the address space of the subnet they are connected to. We need to add the 192.168.1.0/24 address space.

Box 2: add a network interface -
The 10.2.1.0/24 network exists. We need to add a network interface.
References:
https://docs.microsoft.com/en-us/office365/enterprise/designing-networking-for-microsoft-azure-iaas https://docs.microsoft.com/en-us/azure/virtual-network/virtual-networks-static-private-ip-arm-pportal

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
snobrega
Highly Voted 4 years, 5 months ago
Answer - add an address space - add a subnet
upvoted 109 times
...
azurecert2021
Highly Voted 4 years, 5 months ago
correct answer is add an address space and add a subnet biiger image is avaialble at https://vceguide.com/hotspot-734/ so as per bigger screenshot VNET address space CIDR is 10.2.0.0/16 and defaut subnet CIDR is 10.2.0.0/24 , VM in default subnet won't get the requested IP ,Need to create a subnet with CIDR: 10.2.1.0/24 and create VM in that subnet.Without adding subnet NIC addition won't be possible so definitely answer will be add a subnet.
upvoted 43 times
...
sandeepmalik
Most Recent 3 years, 2 months ago
In today's exam. Score 900+ Correct answer is Add address space Add s subnet
upvoted 1 times
...
Ann_Abdelrahman
3 years, 3 months ago
Box 1: add an address space - Your IaaS virtual machines (VMs) and PaaS role instances in a virtual network automatically receive a private IP address from a range that you specify, based on the address space of the subnet they are connected to. We need to add the 192.168.1.0/24 address space. Box 2: add a subnet References: https://docs.microsoft.com/en-us/office365/enterprise/designing-networking-for-microsoft-azure-iaas https://docs.microsoft.com/en-us/azure/virtual-network/virtual-networks-static-private-ip-arm-pportal
upvoted 2 times
...
plmmsg
3 years, 5 months ago
- add an address space - add a subnet
upvoted 1 times
...
syu31svc
3 years, 9 months ago
Image is incomplete so credit to SnakePlissken for the link (https://www.examtopics.com/assets/media/exam-media/03762/0026400001.jpg) Delete subnet and address space don't make sense so these can be eliminated https://docs.microsoft.com/en-us/azure/virtual-network/virtual-network-network-interface-vm When you create a virtual machine through the portal, the portal creates a network interface with default settings and attaches the network interface to the VM for you adding network interface is out For 192.168.1.0/24, it's a completely different space from VNet1 so add an address space is right 10.2.10/24 is within the space of VNet1 so add a subnet is correct
upvoted 8 times
...
RickMorais
3 years, 10 months ago
please. if you agree with the answer given in a comment, just "like" the answer. Do not REPEAT THE SAME RESPONSE FROM THE PREVIOUS POST.
upvoted 7 times
...
jacky11
3 years, 11 months ago
ans is correct
upvoted 1 times
...
SnakePlissken
4 years ago
1. Add an address space 2. Add a subnet Complete picture from AZ-104: https://www.examtopics.com/assets/media/exam-media/03762/0026400001.jpg
upvoted 11 times
billybumdrop
4 years ago
This is the best comment, without the image it's not possible to know that the existing subnet doesn't cover the address space required.
upvoted 5 times
...
rdemontis
3 years, 11 months ago
thank you very much
upvoted 2 times
...
...
Mj11Az
4 years ago
Answer Add an address space Add a subnet
upvoted 2 times
...
ashishg2105
4 years ago
INCORRECT 1. Add an Address Space 2. Add Subnet
upvoted 2 times
...
saumenP
4 years, 1 month ago
I believe the 1st answer should be "add a network interface" as the question says before the VM gets 192.168. 1.X. which is the default DHCP IP Address range.
upvoted 1 times
pentium75
3 years, 11 months ago
There is no such thing as a VM without a network interface. VM gets DHCP address from the subnet that the VM is in, but we don't have a subnet 192.168.1.x thus we have to create it.
upvoted 1 times
...
...
gssd4scoder
4 years, 1 month ago
second question presupposes you complete operation for first question
upvoted 1 times
...
paulot
4 years, 1 month ago
I wonder why we dont have these answers updated. add a network interface to what to solve q2? that's funny...
upvoted 1 times
...
claudio82
4 years, 2 months ago
Answer - add an address space - add a subnet If the default subnet exists, normally azure by default will create (in this case) the suggested 10.2.0.0/24,
upvoted 3 times
claudio82
4 years, 2 months ago
and the question says 10.2.1.0/24
upvoted 1 times
...
...
sunmonkey
4 years, 3 months ago
The screenshot is showing that there is a default subnet associated with VNet1. When you create a VNet in Azure and a default subnet is assigned that default subnet will occupy the entire address space. Therefore the answer should be Add a Network Interface for the 2nd answer and NOT add a subnet. Azure portal If you let Azure create a VNet when you create a VM, the name is a combination of the resource group name that contains the VNet and -vnet. The address space is 10.0.0.0/24, the required subnet name is default, and the subnet address range is 10.0.0.0/24. Source: https://docs.microsoft.com/en-us/azure/virtual-machines/network-overview#:~:text=If%20you%20let%20Azure%20create,0.0%2F24.
upvoted 3 times
HNatalie
4 years, 3 months ago
hello, how can you get IP from '10.2.1.0/24'?
upvoted 1 times
awsazurelearner
4 years, 3 months ago
The 10.2.1.0/24 CIDR block is already covered by the default subnet created of 10.2.0.0/16. 10.2.0.0/16 has a CIDR IP Rangeof 10.2.0.0 - 10.2.255.255
upvoted 1 times
HNatalie
4 years, 3 months ago
yes, but how can you set an exact IP 10.2.1.X?
upvoted 1 times
demonite
4 years, 3 months ago
By creating a subnet which is the answer for box 2.
upvoted 5 times
...
...
...
...
...
IsaacTeh
4 years, 3 months ago
- Add an address space - add a subnet
upvoted 1 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 ...