exam questions

Exam AZ-301 All Questions

View all questions & answers for the AZ-301 exam

Exam AZ-301 topic 16 question 1 discussion

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

You need to recommend a compute solution for the middle tier of the payment processing system.
What should you include in the recommendation?

  • A. Azure Kubernetes Service (AKS)
  • B. virtual machine scale sets
  • C. availability sets
  • D. App Service Environments (ASEs)
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

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
Rebbew
Highly Voted 5 years, 7 months ago
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.
upvoted 10 times
bolbol
5 years, 5 months ago
Not only that, Host the middle tier of the payment processing system on a virtual machine.
upvoted 18 times
tartar
4 years, 10 months ago
B is oik
upvoted 2 times
...
...
...
[Removed]
Highly Voted 4 years, 11 months ago
A. Azure Kubernetes Service (AKS) > Can be ruled out. Requirement says to host the middle tier on VMs. B. virtual machine scale sets > Fullfills the requirement of increasing or decreasing automatically based on CPU utilization, can be used together with availability zones to reach 99.99% SLA C. availability sets > Doesn't provide a 99.99% SLA "only" 99.95% D. App Service Environments (ASEs) > Can be ruled out for the same reason as A. Conclusion: > Answer B. is correct
upvoted 10 times
us3r
3 years, 5 months ago
TLDR. Answer B. Pass Tea time
upvoted 1 times
...
LFWGD
4 years, 11 months ago
Agreed. The word to look for in here is "compute".
upvoted 2 times
...
...
sanketshah
Most Recent 4 years, 7 months ago
B. is correct answer.
upvoted 3 times
...
CloudDummyDude
4 years, 10 months ago
App Service Environments (ASE) can be deployed into Availability Zones (AZ). First: Whenever possible, Azure managed services must be used to minimize management overhead. Second: Whenever possible, costs must be minimized.
upvoted 1 times
...
tromek
4 years, 11 months ago
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 As Availability Set gives only 99,95 we need to have VM scale set with zones which gives 99,99
upvoted 2 times
...
asdfgh1234567
5 years ago
Everyone repeat after me and burn this into your mind: RA-GRS IS MORE EXPENSIVE THAN GRS. This makes sense too, because with RA-GRS, Microsoft must make sure that data is available to be read from multiple locations. This means more networking and added complexity. With GRS, they activate a secondary entry-point when they monitor an issue with the primary region: single entrypoint and less networking and less complexity = less expensive.
upvoted 1 times
...
gboyega
5 years ago
Answer is correct. Scale Sets
upvoted 5 times
...
profileexto
5 years ago
"Host the middle tier of the payment processing system on a virtual machine." Answer is correct
upvoted 5 times
...
zanhsieh
5 years ago
I sort-of doubt AKS, VMSS, and availability sets as per migration requirements: - Infrastructure services must remain available if a region or a data center fails... - Whenever possible, Azure managed services must be used ... AKS is a managed service, but no option could cover regional failure. VMSS and Availability sets are not a managed service; no option could cover regional failure. ASE is managed service, and has option to cover regional failure. See: https://docs.microsoft.com/en-us/azure/app-service/environment/intro But, why a cross regional managed service w/ SLA lower than 99.99% is a puzzle in my mind: https://azure.microsoft.com/en-us/support/legal/sla/app-service/v1_4/ Maybe Azure are talking when some customer only config single region?
upvoted 1 times
...
DeveshSolanki
5 years, 1 month ago
B. virtual machine scale sets
upvoted 2 times
...
svcoco
5 years, 1 month ago
I think the answer is correct. According to this link: https://azure.microsoft.com/en-us/support/legal/sla/virtual-machines/v1_9/ SLA for Virtual Machines Last updated: January 2020 *For all Virtual Machines that have two or more instances deployed across two or more Availability Zones in the same Azure region, we guarantee you will have Virtual Machine Connectivity to at least one instance at least 99.99% of the time. So we can deploy a scale set on two availability zones to achieve a SLA of 99.99%
upvoted 4 times
...
AmineHZ
5 years, 2 months ago
the given answer is correct
upvoted 3 times
...
SJAz300
5 years, 3 months ago
Answer is correct as per the requirement - Host the middle tier of the payment processing system on a virtual machine.
upvoted 6 times
...
bootyholeman
5 years, 5 months ago
I wonder if it's AKS because: Minimize the effort required to modify the middle tier API and the back-end tier of the payment processing system. - easy with containers. AKS uses scale set internally ...
upvoted 2 times
anonymous0
5 years, 5 months ago
SLA 99.99
upvoted 1 times
gops84
5 years, 2 months ago
Scale set ensure only 99.95% availability. Availibility zone gives 99.99%
upvoted 1 times
gops84
5 years, 2 months ago
I think it is true, i was mentioning availability set, the VMSS gives 99.99
upvoted 1 times
...
...
...
HS007
5 years, 5 months ago
AKS is serverless technology and does not involve VM. One requirement is to host the middle tier of the payment processing system on a virtual machine.
upvoted 4 times
asdfgh1234567
5 years ago
As bootholeman states, AKS uses a Virtual Machine Scale Set - these are VMs.
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 ...