exam questions

Exam AZ-303 All Questions

View all questions & answers for the AZ-303 exam

Exam AZ-303 topic 1 question 53 discussion

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

A company plans to use third-party application software to perform complex data analysis processes. The software will use up to 500 identical virtual machines
(VMs) based on an Azure Marketplace VM image.
You need to design the infrastructure for the third-party application server. The solution must meet the following requirements:
✑ The number of VMs that are running at any given point in time must change when the user workload changes.
✑ When a new version of the application is available in Azure Marketplace it must be deployed without causing application downtime.
✑ Use VM scale sets.
✑ Minimize the need for ongoing maintenance.
Which two technologies should you recommend? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.

  • A. single placement group
  • B. single storage account
  • C. managed disks
  • D. autoscale
Show Suggested Answer Hide Answer
Suggested Answer: CD 🗳️

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
fishtech
Highly Voted 4 years, 6 months ago
The correct answer is C & D https://docs.microsoft.com/en-us/azure/virtual-machines/windows/managed-disks-overview "Using managed disks, you can create up to 50,000 VM disks of a type in a subscription per region, allowing you to create thousands of VMs in a single subscription. This feature also further increases the scalability of virtual machine scale sets by allowing you to create up to 1,000 VMs in a virtual machine scale set using a Marketplace image."
upvoted 69 times
...
Krsto
Highly Voted 4 years, 4 months ago
What makes a large scale set special is not the number of VMs, but the number of placement groups it contains. A placement group is a construct similar to an Azure availability set, with its own fault domains and upgrade domains. By default, a scale set consists of a single placement group with a maximum size of 100 VMs. If a scale set property called singlePlacementGroup is set to false, the scale set can be composed of multiple placement groups and has a range of 0-1,000 VMs. When set to the default value of true, a scale set is composed of a single placement group, and has a range of 0-100 VMs. Large scale sets require Azure Managed Disks. Scale sets that are not created with Managed Disks require multiple storage accounts (one for every 20 VMs). Large scale sets are designed to work exclusively with Managed Disks to reduce your storage management overhead, and to avoid the risk of running into subscription limits for storage accounts.
upvoted 23 times
...
rxlicon
Most Recent 1 year, 10 months ago
Scale sets that are not created with Managed Disks require multiple storage accounts (one for every 20 VMs). Large scale sets are designed to work exclusively with Managed Disks to reduce your storage management overhead, and to avoid the risk of running into subscription limits for storage accounts.
upvoted 1 times
...
justfordevelopment
3 years, 3 months ago
In the exam on 12-03-2022. Total 50 questions including case study. "Litware Acquired Fabricam" case study.
upvoted 1 times
...
moon2351
3 years, 4 months ago
Answer is C&D
upvoted 1 times
...
edmacoar123
3 years, 7 months ago
On exam today 19/11/21. Correct answer. Score 860.
upvoted 5 times
...
syu31svc
3 years, 10 months ago
single storage account - Storage account is not required to setup Azure VM Scale sets. single placement group - Placement groups are used to decrease the inter-VM network latency associated with your applications. This is not a requirement in this scenario. C and D are the answers
upvoted 7 times
...
MinhajR
3 years, 10 months ago
On Exam 27/08/2021
upvoted 1 times
...
Amit3
4 years ago
Came in Exam 11-June-21, answers are correct.
upvoted 3 times
...
nfett
4 years ago
answer based on provide url is correct. https://docs.microsoft.com/en-us/azure/virtual-machines/windows/managed-disks-overview
upvoted 1 times
...
betamode
4 years, 1 month ago
C&D are the right options. A (Placement group) can't be used here as a single placement group can't have more than 100 VMs. Please read the document - https://docs.microsoft.com/en-us/azure/virtual-machine-scale-sets/virtual-machine-scale-sets-placement-groups if the number of VMs to be created were less than 100 then placement groups could have been one of the correct options.
upvoted 7 times
...
networkingcontrol
4 years, 2 months ago
why managed disk and not storage account?¿ Thx,
upvoted 1 times
...
azurecert2021
4 years, 5 months ago
given answers are correct as we need Minimum maintenance , reduce latency and 500 instances which is not provided by other options By default, a scale set consists of a single placement group with a maximum size of 100 VMs. If a scale set property called singlePlacementGroup is set to false, the scale set can be composed of multiple placement groups and has a range of 0-1,000 VMs. https://docs.microsoft.com/en-us/azure/virtual-machine-scale-sets/virtual-machine-scale-sets-placement-groups#placement-groups
upvoted 7 times
...
chanck
4 years, 6 months ago
Should it be A & D. Placement Group is mentioned when create large cluster of more than 100 nodes - https://docs.microsoft.com/en-us/azure/virtual-machine-scale-sets/virtual-machine-scale-sets-placement-groups
upvoted 3 times
...
PTLS
4 years, 6 months ago
B and D are correct
upvoted 2 times
satbim
4 years, 5 months ago
B and D as per https://www.examtopics.com/discussions/microsoft/view/7822-exam-az-300-topic-16-question-2-discussion/ corresponds to C and D here.
upvoted 3 times
...
...
Reza666
4 years, 6 months ago
given answers are correct.
upvoted 1 times
...
uzairahm007
4 years, 6 months ago
https://www.examtopics.com/discussions/microsoft/view/7822-exam-az-300-topic-16-question-2-discussion/
upvoted 10 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 ...