exam questions

Exam AZ-301 All Questions

View all questions & answers for the AZ-301 exam

Exam AZ-301 topic 6 question 20 discussion

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

Note: This question is part of series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You need to deploy resources to host a stateless web app in an Azure subscription. The solution must meet the following requirements:
✑ Provide access to the full .NET framework.
✑ Provide redundancy if an Azure region fails.
✑ Grant administrators access to the operating system to install custom application dependencies.
Solution: You deploy an Azure virtual machine to two Azure regions, and you deploy an Azure Application Gateway.
Does this meet the goal?

  • A. Yes
  • B. No
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️
You deploy an Azure virtual machine to two Azure regions, but also create a Traffic Manager profile.

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
A_z_u_r_e
Highly Voted 4 years, 11 months ago
AppGW is a a regional load balancer and cannot be used to failover to a secondary region if the primary region fails. So cannot use AppGW
upvoted 6 times
...
glam
Most Recent 4 years, 4 months ago
B. No.
upvoted 1 times
...
sanketshah
4 years, 5 months ago
given answer is correct.
upvoted 1 times
...
Stbalo
4 years, 9 months ago
AppGw is regional load balancer while Traffic Manager load balances across multiple regions. the given answer is correct.
upvoted 1 times
...
clearexam6677
4 years, 9 months ago
answer is yes
upvoted 1 times
...
Prash85
5 years ago
Requirement says - Provide redundancy if an Azure region fails. So it is No.
upvoted 4 times
...
Tino
5 years ago
You would have to use Azure Front Door for regional layer7 load balancing
upvoted 2 times
...
Pierrick
5 years, 1 month ago
This is yes : Application Gateway backend pool members aren't tied to an availability set. An application gateway can communicate with instances outside of the virtual network that it's in. As a result, the members of the backend pools can be across clusters, across datacenters, or outside Azure, as long as there's IP connectivity.
upvoted 2 times
asdfgh1234567
4 years, 11 months ago
but the app gateway can only be located in one region?
upvoted 1 times
...
...
ajrocks
5 years, 6 months ago
This one also satisfy criteria. It should be yes
upvoted 2 times
kewl
5 years, 6 months ago
application gateway only supports high availability within the region. hence No is the correct answer. How does Application Gateway support high availability and scalability? The Application Gateway v1 SKU supports high-availability scenarios when you've deployed two or more instances. Azure distributes these instances across update and fault domains to ensure that instances don't all fail at the same time. The v1 SKU supports scalability by adding multiple instances of the same gateway to share the load. The v2 SKU automatically ensures that new instances are spread across fault domains and update domains. If you choose zone redundancy, the newest instances are also spread across availability zones to offer zonal failure resiliency. Check FAQ at link: https://docs.microsoft.com/en-us/azure/application-gateway/application-gateway-faq
upvoted 37 times
wbedair
5 years, 6 months ago
@Kewl. I think the answer should be yes. here is copy and paste from the link you shared that app gateway v2 support zone redundancy ..Zone redundancy: An Application Gateway or WAF deployment can span multiple Availability Zones, removing the need to provision separate Application Gateway instances in each zone with a Traffic Manager. You can choose a single zone or multiple zones where Application Gateway instances are deployed, which makes it more resilient to zone failure. The backend pool for applications can be similarly distributed across availability zones.
upvoted 1 times
onlyfunmails
5 years, 5 months ago
Requirement: regional failure, AZ provides within same region only. So, No.
upvoted 11 times
tartar
4 years, 9 months ago
B is ok
upvoted 1 times
...
...
bootyholeman
5 years, 4 months ago
Availability Zones are zone redundant, zones are in the same regions so no
upvoted 3 times
mjdfreeiotcloud
5 years, 3 months ago
correct, zone redondancy Not region redondancy
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 ...