exam questions

Exam AZ-303 All Questions

View all questions & answers for the AZ-303 exam

Exam AZ-303 topic 5 question 83 discussion

Actual exam question from Microsoft's AZ-303
Question #: 83
Topic #: 5
[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 storage account
  • B. autoscale
  • C. single placement group
  • D. managed disks
Show Suggested Answer Hide Answer
Suggested Answer: BD 🗳️

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
junear
Highly Voted 4 years, 2 months ago
BD By setting maximum number of instances over 100, you are enabling the scale set to scale to multiple placement groups. So C is not possible.
upvoted 16 times
...
michel28vda
Highly Voted 4 years, 1 month ago
Answer is corect. Scale sets can be created with Azure Managed Disks instead of traditional Azure storage accounts. https://docs.microsoft.com/en-us/azure/virtual-machine-scale-sets/virtual-machine-scale-sets-design-overview
upvoted 10 times
...
edmacoar123
Most Recent 3 years, 6 months ago
On exam today 19/11/21. Correct answer. Score 860.
upvoted 1 times
...
[Removed]
4 years, 3 months ago
C and D https://docs.microsoft.com/en-us/azure/virtual-machine-scale-sets/virtual-machine-scale-sets-placement-groups When you create a scale set in the Azure portal, just specify the Instance count value of up to 1,000. If it is more than 100 instances, Enable scaling beyond 100 instances will be set to Yes, which will allow it to scale to multiple placement groups. 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 4 times
[Removed]
4 years, 3 months ago
or A & D 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 2 times
max_n
3 years, 8 months ago
noo ! read this and i qoute 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. ref: https://docs.microsoft.com/en-us/azure/virtual-machine-scale-sets/virtual-machine-scale-sets-placement-groups
upvoted 1 times
...
...
...
JMG73
4 years, 3 months ago
repeated question 053 - https://www.examtopics.com/exams/microsoft/az-303/view/11/
upvoted 3 times
...
Stephan99
4 years, 4 months ago
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. To decide whether your application can make effective use of large scale sets, consider the following requirements: - Scale sets created from Azure Marketplace images can scale up to 1,000 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. https://docs.microsoft.com/en-us/azure/virtual-machine-scale-sets/virtual-machine-scale-sets-placement-groups
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 ...