exam questions

Exam AZ-801 All Questions

View all questions & answers for the AZ-801 exam

Exam AZ-801 topic 1 question 22 discussion

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

You have an Azure subscription that contains a user named User1 and the resources shown in the following table.



User1 has a computer named Computer1 that runs Windows 11. User1 works from home and establishes a Point-to-Site (P2S) connection to GW1 to access AppSvr1.

You deploy the resources shown in the following table.



User1 cannot access AppSvr2.

You need to ensure that User1 can access AppSvr2.

What should you do?

  • A. On Computer1, download and reinstall the VPN client.
  • B. Create a route table and associate the table with GatewaySubnet on VNet1.
  • C. On Computer1, modify the Windows Defender Firewall settings.
  • D. Add a service endpoint to VNet2.
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
nefaxto
Highly Voted 2 years, 2 months ago
Selected Answer: A
Perhaps A is correct https://learn.microsoft.com/en-us/azure/vpn-gateway/vpn-gateway-about-point-to-site-routing
upvoted 12 times
NotThatGuy242
1 year, 1 month ago
Yep, sounds like it. From that link: "Clients using Windows can access directly peered VNets, but the VPN client must be downloaded again if any changes are made to VNet peering or the network topology."
upvoted 2 times
...
...
syu31svc
Highly Voted 1 year, 12 months ago
Selected Answer: B
C is just plain wrong D is also out as Virtual Network (VNet) service endpoint provides secure and direct connectivity to Azure services https://learn.microsoft.com/en-us/azure/vpn-gateway/vpn-gateway-about-point-to-site-routing If you make a change to the topology of your network and have Windows VPN clients, the VPN client package for Windows clients must be downloaded and installed again in order for the changes to be applied to the client Meaning A is wrong leaving B as the answer
upvoted 5 times
wredski
1 year, 11 months ago
Wait, you're saying A is wrong but it's right? Could you clarify?
upvoted 2 times
...
...
BlackCat9588
Most Recent 2 months, 2 weeks ago
Selected Answer: A
A. On Computer1, download and reinstall the VPN client.
upvoted 1 times
...
starseed
7 months, 1 week ago
correct ans is B. Create a route table and associate the table with GatewaySubnet on VNet1.
upvoted 1 times
starseed
7 months, 1 week ago
My Mistake...Correct answer is A must be downloaded again...
upvoted 2 times
...
...
nap61
9 months ago
Selected Answer: A
"If you make a change to the topology of your network and have Windows VPN clients, the VPN client package for Windows clients must be downloaded and installed again in order for the changes to be applied to the client." From the link provided by Nefaxto. ;)
upvoted 1 times
...
Jacbin
9 months, 1 week ago
Selected Answer: B
To decide on the correct answer, let's take a closer look at the options: - Option A (Download and reinstall VPN client on computer 1): This option doesn't seem relevant to solving the access problem between AppSvr1 and AppSvr2. - Option B (Create a routing table and associate it with GatewaySubnet on virtual network 1): This is the most appropriate option. It configures the routes required for traffic to pass between the peered virtual networks (VNet1 and VNet2). In this way, User1 will be able to access AppSvr2 from AppSvr1. - Option C (Modify Windows Defender firewall settings on Computer1): Although firewall security is important, this will not directly solve the access problem between the two virtual machines. - Option D (Add a service endpoint to virtual network 2): This option doesn't seem necessary to solve the access problem between AppSvr1 and AppSvr2. Taking this information into account, I confirm that Option B is the correct answer.
upvoted 3 times
...
smorar
10 months, 2 weeks ago
Selected Answer: A
Answer is A
upvoted 1 times
...
jajajaf342
1 year, 2 months ago
Selected Answer: A
Answer is A.
upvoted 1 times
...
ChrisTorro
1 year, 3 months ago
Selected Answer: A
Multiple peered VNets In this example, the Point-to-Site VPN gateway connection is for VNet1. VNet1 is peered with VNet2. VNet 2 is peered with VNet3. VNet1 is peered with VNet4. There is no direct peering between VNet1 and VNet3. VNet1 has “Allow gateway transit” and VNet2 and VNet4 have “Use remote gateways” enabled. Clients using Windows can access directly peered VNets, but the VPN client must be downloaded again if any changes are made to VNet peering or the network topology. Non-Windows clients can access directly peered VNets. Access isn't transitive and is limited to only directly peered VNets.
upvoted 1 times
...
afridi43
1 year, 6 months ago
B is correct B. Create a route table and associate the table with GatewaySubnet on VNet1. Reason below: 1- User1 is already able to establish a Point-to-Site (P2S) connection to GW1 to access AppSvr1. This indicates that the VPN client on Computer1 is configured correctly for the existing P2S connection. 2- The problem is that User1 cannot access AppSvr2, which is located in Vnet2 and not directly connected to the P2S connection. To enable User1 to access resources in Vnet2, you need to ensure that the traffic from the P2S connection is correctly routed to Vnet2. 3- Creating a route table and associating it with the GatewaySubnet on VNet1 allows you to define custom routes for the VPN traffic. You can configure the route table to route traffic destined for Vnet2 through the peering connection between Vnet1 and Vnet2.
upvoted 3 times
...
Tiago_MP
1 year, 8 months ago
Selected Answer: A
A, these topics were covered in more detail in AZ-104
upvoted 3 times
...
ala76nl
1 year, 9 months ago
You're correct that VNet peering does indeed establish a link and routing between the two virtual networks (VNet1 and VNet2). However, by default, a Point-to-Site (P2S) VPN client (User1 in this case) connected to VNet1 can only access resources within VNet1. While VNet peering allows for resources in VNet1 and VNet2 to communicate directly, this doesn't automatically mean a P2S VPN client connected to VNet1 can access resources in VNet2. This capability has to be explicitly configured.
upvoted 2 times
ala76nl
1 year, 9 months ago
This answer was wrong given below webpage answer A!!
upvoted 1 times
...
...
wyvern8888
2 years ago
B. Create a route table and associate the table with GatewaySubnet on VNet1. Since User1 can establish a P2S connection to GW1, User1 can access resources in VNet1. However, User1 cannot access resources in VNet2 because there is no route between the two VNets. To enable access to AppSvr2, you need to create a route table and associate the table with GatewaySubnet on VNet1. The route table should contain a user-defined route that has a destination prefix of the address space of VNet2 (10.2.0.0/16 in this case) and the next hop type Virtual appliance. The next hop address should be the IP address of the virtual network gateway on VNet1. This route table will enable User1 to access AppSvr2 over the P2S connection to GW1.
upvoted 3 times
...
Telekon
2 years, 2 months ago
not B because Azure creates the route table. You can add to a route table but not create your own.
upvoted 3 times
ala76nl
1 year, 9 months ago
You can add a UDR
upvoted 1 times
...
...
ant_12
2 years, 2 months ago
Re-install the P2S client.
upvoted 4 times
...
Kurko
2 years, 2 months ago
Selected Answer: A
https://learn.microsoft.com/en-us/azure/virtual-network/virtual-network-peering-overview For peered virtual networks, resources in either virtual network can directly connect with resources in the peered virtual network. The traffic between virtual machines in peered virtual networks is routed directly through the Microsoft backbone infrastructure, not through a gateway or over the public Internet. Full connectivity is the default option. So, just reinstall the client.
upvoted 2 times
...
cyga75
2 years, 2 months ago
Selected Answer: A
Same as thefscale, if the 2 VNETs are peered, recreating the connection should provide connectivity to both.
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