exam questions

Exam AZ-203 All Questions

View all questions & answers for the AZ-203 exam

Exam AZ-203 topic 2 question 17 discussion

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

You develop a website. You plan to host the website in Azure. You expect the website to experience high traffic volumes after it is published.
You must ensure that the website remains available and responsive while minimizing cost.
You need to deploy the website.
What should you do?

  • A. Deploy the website to a virtual machine. Configure the virtual machine to automatically scale when the CPU load is high.
  • B. Deploy the website to an App Service that uses the Shared service tier. Configure the App service plan to automatically scale when the CPU load is high.
  • C. Deploy the website to an App Service that uses the Standard service tier. Configure the App service plan to automatically scale when the CPU load is high.
  • D. Deploy the website to a virtual machine. Configure a Scale Set to increase the virtual machine instance count when the CPU load is high.
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️
Windows Azure Web Sites (WAWS) offers 3 modes: Standard, Free, and Shared.
Standard mode carries an enterprise-grade SLA (Service Level Agreement) of 99.9% monthly, even for sites with just one instance.
Standard mode runs on dedicated instances, making it different from the other ways to buy Windows Azure Web Sites.
Incorrect Answers:
B: Shared and Free modes do not offer the scaling flexibility of Standard, and they have some important limits.
Shared mode, just as the name states, also uses shared Compute resources, and also has a CPU limit. So, while neither Free nor Shared is likely to be the best choice for your production environment due to these limits.

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
chaudh
Highly Voted 4 years, 11 months ago
given answer is correct, VM or shared service tier doesn't give availability.
upvoted 7 times
...
Larry616
Highly Voted 4 years, 10 months ago
VM also works but it's more expensive than app service, the question requires minimizing cost.
upvoted 5 times
...
gunencali
Most Recent 4 years, 6 months ago
Is correct answer. C . Deploy the website to an App Service that uses the Standard service tier. Configure the App service plan to automatically scale when the CPU load is high.
upvoted 1 times
...
azurelearner666
5 years, 1 month ago
Technically D would be also a valid solution, see https://docs.microsoft.com/en-us/azure/virtual-machine-scale-sets/overview On another side you would need a load balancer or an app gateway so it is not a complete response, but the statement is valid though. As usual, Exam questions are misleading ;).
upvoted 1 times
Drunken
5 years ago
Well the question is - what should you do ? Not which option would work. and having VM with load balancer is just too much
upvoted 2 times
...
Umar93
4 years, 3 months ago
You want to minimize cost also.
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 ...