exam questions

Exam AZ-500 All Questions

View all questions & answers for the AZ-500 exam

Exam AZ-500 topic 6 question 15 discussion

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

HOTSPOT
-

You have an Azure subscription that contains the resources shown in the following table.



VNet1 connects to a remote site by using a Site-to-Site (S2S) VPN that uses forced tunneling.

VNet1 contains the subnets shown in the following table.



The SQL subnet contains SQL1.

For each of the following statements, select Yes if the statement is true. Otherwise, select No.

NOTE: Each correct selection is worth one point.

Show Suggested Answer Hide Answer
Suggested Answer:

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
femzy
Highly Voted 1 year, 7 months ago
1- Yes To restrict inbound traffic to SQL1, you must modify an access rule in NSG1 as the NSG controls the traffic. 2- To enable VM1 to access storage1 by using the Microsoft backbone network, you must enable a service endpoint on the Default subnet. Yes: Service endpoints provide secure and direct connectivity to Azure services over the Microsoft Azure backbone network. Enabling a service endpoint for Microsoft.Storage on the Default subnet would ensure that traffic from VM1 to storage1 stays on the Microsoft backbone network. 3- You can deploy an App Service Environment to the Default subnet. No: Typically, an App Service Environment requires a dedicated subnet without any other resources deployed to it. The Default subnet may already contain other resources, and it's not dedicated solely to the App Service Environment. https://learn.microsoft.com/en-us/azure/app-service/overview-vnet-integration
upvoted 12 times
...
Feraso
Highly Voted 1 year, 9 months ago
Y/Y/N 1- Y 2- Y, S2S VPN is between VNet1 and the remote network, hence, we need Service Endpoint for the connection between VM1 and Storage1 as the VPN connection is not related to our connection here. 3 - N - Regarding third point, check this link: https://learn.microsoft.com/en-us/azure/app-service/environment/creation App Service Environment is a single-tenant deployment of Azure App Service. You use it with an Azure virtual network. You need one subnet for a deployment of App Service Environment, and this subnet can't be used for anything else.
upvoted 9 times
...
egore_E3
Most Recent 9 months, 2 weeks ago
How do we know that the Default Subnet has 0 resources in it?
upvoted 2 times
AlPers
9 months, 1 week ago
VM1 is in the network (it is not stated to be in a subnet of the network).
upvoted 1 times
...
...
nExoR
12 months ago
and as always stupid wording in the questions... 'you must' - no, you do not must enable by modifying NSG as you can also create a rule directly on SQL, and you do not must enable service endpoint as you may create private endpoint instead... ... in some questions single word usage is totally changing the answer - i wonder if this is one of these questions?
upvoted 2 times
tomchan2417
1 month, 2 weeks ago
I have the same opinion with you. If we take the "must" seriously, then first and second statements is not the only way to achieve the desired outcome as you mentioned. fk M$
upvoted 1 times
...
...
pentium75
1 year ago
YES / YES / NO 1: SQL1 is in SQL subnet which has NSG1 assigned, to clearly yes. 2: The wording indicates the SQL subnet "contains [only] SQL1", the GatewaySubnet cannot be used by anything but the gateway, so VM1 must be on the Default subnet. A service endpoint will enable VM1 to access storage1 over the Microsoft backbone network. It will bypass the "forced tunneling" because it creates a more specific route. 3: No, since VM1 is already in that subnet (see 2).
upvoted 1 times
...
Dave03
1 year ago
Answer: Yes Explanation: Since NSG1 is associated with the SQL subnet, modifying an access rule in NSG1 would be required to restrict inbound traffic to SQL1. To enable VM1 to access storage1 by using the Microsoft backbone network, you must enable a service endpoint on the Default subnet. Answer: No Explanation: VM1 is on VNet1, and enabling a service endpoint on the subnet where VM1 resides (not necessarily the Default subnet) would be required. There is no indication that VM1 is on the Default subnet. You can deploy an App Service Environment to the Default subnet. Answer: No Explanation: App Service Environments require a dedicated subnet that is not shared with other resources and has specific configurations. The Default subnet does not meet these requirements. Conclusion: Statement 1: Yes Statement 2: No Statement 3: No
upvoted 2 times
...
JaridB
1 year, 2 months ago
1. Y 2. Y 3. N
upvoted 1 times
...
Apptech
1 year, 3 months ago
Regarding 1: The default of an NSG is to block all incoming traffic. So, no need to restrict from outside requests. But it has an allow rule for traffic inside vnet. If you need to restrict the inter-vnet traffic you have to change the rule. So now everyone can decide what the question in mentioning about.
upvoted 1 times
...
sadsad
1 year, 9 months ago
Y/Y/N Service endpoints provide optimal routing for Azure traffic. Endpoints always take service traffic directly from your virtual network to the service on the Microsoft Azure backbone network.24 avr. 2023
upvoted 3 times
...
_punky_
1 year, 9 months ago
ans: YYN
upvoted 1 times
...
heatfan900
1 year, 11 months ago
y= YOU RESTRICT ACCESS TO SQL VIA ITS NSG n = THERE IS NO NEED TO CREATE A SERVICE ENDPOINT SEEING AS ALL RESOURCES ARE NOT ONLY ON THE SAME SUBNET BUT THERE IS A VPN TUNNEL VIA ON-PREM AND AZURE n = THERE ARE THREE SUBNETS. ONE FOR SQL, THE OTHER FOR THE VPN GATEWAY N THE OTHER FOR VM 1 WHICH IS THE DEFAULT SUBNET. ASE MUST BE DEPLOYED ONTO ITS OWN SUBNET IN THE VNET OF YOUR CHOOSING.
upvoted 1 times
heatfan900
1 year, 10 months ago
CORRECTION!!: y ,y, n Y ) YOU RESTRICT ACCESS TO SQL VIA ITS NSG Y) THE SERVICE ENDPOINT MUST BE CREATED TO ENSURE THE TRAFFIC IS ROUTED VIA THE MICROSOFT BACKBONE. I EXPLAIN THIS IN DETAIL IN ANOTHER QUESTION. N) THERE ARE THREE SUBNETS. ONE FOR SQL, THE OTHER FOR THE VPN GATEWAY N THE OTHER FOR VM 1 WHICH IS THE DEFAULT SUBNET. ASE MUST BE DEPLOYED ONTO ITS OWN SUBNET IN THE VNET OF YOUR CHOOSING.
upvoted 4 times
...
...
Ario
2 years ago
given answer is correct
upvoted 4 times
Hot_156
5 months, 2 weeks ago
Based on what? Messages like this one are s... The idea of this is to debate about answers and or provide facts, not to know what you or others think :)
upvoted 1 times
...
...
Anarchira
2 years, 1 month ago
this is a tricky question, we dont have info about where is the vm, we can supose that is on default subnet but could be on sql subnet, so, if we think that vm is on default subnet: 1, should be yes, but we have a lot of ways to configure inbound trafic, "must" maybe is a key word here 2, if we select yes here, like Yesvanth said the next one must be 3, no im going with YYN too
upvoted 2 times
...
tamilan_da
2 years, 1 month ago
Given answer is correct. #2 - Service Endpoint and S2S connection cannot co-exist. So it is NO
upvoted 3 times
...
Yesvanth1
2 years, 1 month ago
I think it's YYN. If option 2 is Y. The the third must be N.
upvoted 1 times
Yesvanth1
2 years, 1 month ago
My assessment was wrong
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 ...