exam questions

Exam AZ-301 All Questions

View all questions & answers for the AZ-301 exam

Exam AZ-301 topic 17 question 34 discussion

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

You need to recommend a solution for the network configuration of the front-end tier of the payment processing.
What should you include in the recommendation?

  • A. Azure Application Gateway
  • B. Traffic Manager
  • C. a Standard Load Balancer
  • D. a Basic load Balancer
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️
Scenario:
✑ Ensure that the number of compute nodes of the front-end and the middle tiers of the payment processing system can increase or decrease automatically based on CPU utilization.
✑ Ensure that each tier of the payment processing system is subject to a Service Level Agreement (SLA) of 99.99 percent availability.
With Azure Load Balancer, you can scale your applications and create high availability for your services. Load Balancer supports inbound and outbound scenarios, provides low latency and high throughput, and scales up to millions of flows for all TCP and UDP applications.
Azure Load Balancer is available in two SKUs: Basic and Standard. There are differences in scale, features, and pricing. Standard SLA guarantees a 99.99% for data path with two healthy virtual machines. Basic SLA does not exist.
Reference:
https://docs.microsoft.com/en-us/azure/load-balancer/load-balancer-overview

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
Jesch75
Highly Voted 5 years, 4 months ago
-> If a data center fails, ensure that the payment processing system remains available without any administrative intervention. The middle-tier and the web front end must continue to operate without any additional configurations b) Traffic mannager
upvoted 35 times
RStover
5 years, 1 month ago
Data Center Failure and Region Failure are NOT the same thing. Always take note. If it is region MS will say region. if not it will say data center.
upvoted 5 times
RStover
5 years, 1 month ago
so the answer is B no doubt coz it adds region failure. but is just good to be clear.
upvoted 3 times
juri
4 years, 11 months ago
wrong, description of case study states "Requirements for the payment processing system: If a data center fails,..." So datacenter is an availability zone and not a region.
upvoted 4 times
Yannor
4 years, 11 months ago
If you read some lines above, it states " Infrastructure services must remain available if a region or a data center fails. Failover must occur without any administrative intervention."
upvoted 5 times
tartar
4 years, 9 months ago
C is ok
upvoted 3 times
...
...
...
...
...
...
[Removed]
Highly Voted 4 years, 11 months ago
Front-End System: - Hosted on servers that run Win2012R2, ISS - Code is written in C# and ASP.NET Requirements: 1. If a data center fails, ensure the front-end reamains available without intervention. 2. Encrypt data in transit (and at rest) 3. Support blocking inbound and outbound traffic based on the source IP address, the destination IP address, and the port number. 4. Ensure compute nodes can increase or decrease automatically based on CPU utilization. 5. Cost must be minimized 6. Front-End tier must provide SLA of 99.99% Possible answers: A. Application Gateway - Supports Availability Zones - Supports Autoscaling - Provides 99.95% SLA B. Traffic Manager - Doesn't provide a way by itself to scale a group of VMs in or out C. Load Balancer (Standard SKU) - Provides 99.99% SLA - Supports Availability Zones - Supports HTTPs health probes (we can assume HTTPs is used as of req. 2) D. Load Balancer (Basic SKU) - Doesn't support Availability Zones and can be ruled out Conclusion: Answer C.
upvoted 22 times
...
LuisV
Most Recent 4 years, 4 months ago
I'd say that the only possible option is the AppGW since it the only one that fulfills all the requirements (asuming the more specific requirement for the payment process availability - Data center level instead of cross-region) 1. SLA - 99,99 --> AppGWv2 supports it 2. Encrypt data in transit and at rest. Only the front-end and middle-tier components must be able to access the encryption keys that protect the data store --> AppGW only 3. Inspect inbound and outbound traffic from the front-end tier by using highly available network appliances.--> AppGW only 4. Ensure compute nodes can increase or decrease automatically based on CPU utilization --> AppGWv2 supports it Please see --> https://docs.microsoft.com/en-us/azure/application-gateway/application-gateway-autoscaling-zone-redundant
upvoted 2 times
sallymaher
4 years, 3 months ago
Answer is Std LB , check these SLAs https://azure.microsoft.com/en-us/support/legal/sla/application-gateway/v1_2/ https://azure.microsoft.com/en-us/support/legal/sla/load-balancer/v1_0/
upvoted 1 times
...
...
Afz
4 years, 9 months ago
There is confusing info in the question: 1)" Infrastructure services must remain available if a region or a data center fails. " Multiple regions based HA: if it is needed then TM, it has 99.99% sla 2) If a data center fails, ensure that the payment processing system remains available without any administrative intervention. ie multiple zones based HA: if only requirement is for multiple zones, it Std LB since it has 99.99% and also zone redundant https://docs.microsoft.com/en-us/azure/load-balancer/load-balancer-standard-availability-zones App Gateway can be avoided since it does not have 99.99% SLA
upvoted 4 times
...
macco455
4 years, 9 months ago
C is the right answer. SLA for Traffic Manager is only for the DNS queries, where the SLA for standard LB involved the VMs behind the LB. Both are 99.99%
upvoted 1 times
macco455
4 years, 9 months ago
Also, for payment its only referring to data center fails, NOT region fails. Another reason traffic manager is wrong
upvoted 1 times
...
...
cloudycloud
4 years, 9 months ago
I failed like all the noobs on traffic manager.. but of course, after reading the discussion, Standard LB is clear.
upvoted 1 times
...
the_milkman
4 years, 9 months ago
i think that mmo is right , the requirement "Inspect inbound and outbound traffic from the front-end tier by using highly available network appliances" requires a Application gateway (or frontdoor).
upvoted 3 times
...
Nehuuu
4 years, 9 months ago
Traffic manager
upvoted 1 times
...
Anil001
4 years, 10 months ago
1. Contoso hosts a business-critical payment processing system in its New York data center. - So, there is no cross- regional availability Requirement 2. If a data center fails, ensure that the payment processing system remains available without any administrative intervention. The middle-tier and the web front end must continue to operate without any additional configurations. - In case of a Datacenter failure, Payment processing systems should be available. No requirement for Regional failure - So, No need of Traffic Manager 3. Ensure that each tier of the payment processing system is subject to a Service Level Agreement (SLA) of 99.99 percent availability - Will Require Standard LB 4. Ensure that the payment processing system preserves its current compliance status. So do not require a Cross-regional availability 5. Infrastructure services must remain available if a region or a data center fails- It is not applicable to Payment processing system, as the requirement is explicitly stated as above.
upvoted 1 times
...
qr
4 years, 10 months ago
C is correct and answer is on the revealed section + minimal costs
upvoted 1 times
...
Len
4 years, 10 months ago
Answer is B, Traffic Manager the key is : Infrastructure services must remain available if a region or a data center fails Only Traffic Manager can handle multi region
upvoted 2 times
denkes
4 years, 10 months ago
Please take the effort to read the discussion beforehand. Traffic Manager is rules out!
upvoted 1 times
Jer0i
4 years, 10 months ago
May I recommend to add a thumbs down that will turn the icons to say red color and those with 3 or more thumbs up turn it say green so its easier to spot the likely answer. I'm so tired of having to fact check the same answers a million times because some random person decides to give what ever answer he feels is right without reading through the whole discussion where the correct answer may have been given more than once....
upvoted 6 times
...
...
...
Test_Taker_1
4 years, 10 months ago
Seems we're going back an forth on region for the infrastructure and zone for the app. There's only 1 way listed that can solve both of these at the same time and that's Traffic Manager. If the app fails in a data center in one region, the health checks will determine this and stop pointing traffic to it. And only point traffic to the other region.
upvoted 1 times
Test_Taker_1
4 years, 10 months ago
bah, on second thought that might not be the right approach either. I think what we have to decide is if we go by the general infrastructure guidance or the app specific guidance. After thinking harder, i think we should go by the more specific case and that's the app requirements and therefore the Standard Load Balancer.
upvoted 1 times
...
...
X_L
4 years, 10 months ago
"Infrastructure services must remain available if a region or a data center fails."; as it includes region failure, the answer is Traffic Manager.
upvoted 1 times
...
James0208
4 years, 10 months ago
Given answer is correct. Layer 4 + SLA + Zone-fail. https://docs.microsoft.com/en-us/azure/load-balancer/tutorial-load-balancer-standard-public-zone-redundant-portal https://azure.microsoft.com/en-us/support/legal/sla/load-balancer/v1_0/ https://docs.microsoft.com/en-us/azure/load-balancer/load-balancer-overview
upvoted 1 times
...
KCjoe
4 years, 10 months ago
one thing for sure is, it cannot be traffic manager because it cannot perform this: "Inspect inbound and outbound traffic from the front-end tier by using highly available network appliances."
upvoted 3 times
...
dima123
4 years, 11 months ago
The scenario is a bit confusing. On the one hand it says that the infrastructure, in general, needs to be resilient to datacenter AND region failures. But then it says that the payment processing system needs to be resilient to datacenter failures. To take into account both requirements, I would say Traffic Manager is the answer. But because they strictly mention payment processing, I guess the answer could be standard load balancer, as long as there is already a traffic manager set up to handle region failures.
upvoted 1 times
...
DeveshSolanki
5 years ago
C. a Standard Load Balancer
upvoted 5 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 ...