Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam AZ-104 All Questions

View all questions & answers for the AZ-104 exam

Exam AZ-104 topic 4 question 31 discussion

Actual exam question from Microsoft's AZ-104
Question #: 31
Topic #: 4
[All AZ-104 Questions]

You need to deploy an Azure virtual machine scale set that contains five instances as quickly as possible.
What should you do?

  • A. Deploy five virtual machines. Modify the Availability Zones settings for each virtual machine.
  • B. Deploy five virtual machines. Modify the Size setting for each virtual machine.
  • C. Deploy one virtual machine scale set that is set to VM (virtual machines) orchestration mode.
  • D. Deploy one virtual machine scale set that is set to ScaleSetVM orchestration mode.
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️
Reference:
https://docs.microsoft.com/en-us/azure/virtual-machine-scale-sets/orchestration-modes

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
fedztedz
Highly Voted 3 years, 9 months ago
Answer is correct (D). the main idea is to create 5 VMs asap. To do this you should let Azure do it for you with the least steps. either by using ARM template which is not mentioned here or VM scale set. That leaves us with 2 options C or D. C is like unmanaged Scale set where you add the VMs manually to the scale set as a unmanaged group. while D is managed scale set by Azure where it is based on configuration set during the setup of the VM Scale set
upvoted 194 times
Shadoken
2 years, 2 months ago
The oschestration mode have different names at the present: In flexible orchestration mode, you manually create and add a virtual machine of any configuration to the scale set. In uniform orchestration mode, you define a virtual machine model and Azure will generate identical instances based on that model. https://docs.microsoft.com/en-us/azure/virtual-machine-scale-sets/virtual-machine-scale-sets-orchestration-modes
upvoted 37 times
...
...
mlantonis
Highly Voted 3 years, 4 months ago
Correct Answer: D ScaleSetVM orchestration mode: Virtual machine instances added to the scale set are based on the scale set configuration model. The virtual machine instance lifecycle - creation, update, deletion - is managed by the scale set. It the current default VMSS behavior. (Scale set VMs are created in a single shot). VM (virtual machines) orchestration mode: Virtual machines created outside of the scale set can be explicitly added to the scale set. The orchestration mode VM will only create an empty VMSS without any instances, and you will have to manually add new VMs into it by specifying the VMSS ID during the creation of the VM. (Separately VMs are created and added to scale set later) Reference: https://docs.microsoft.com/en-us/azure/virtual-machine-scale-sets/orchestration-modes
upvoted 140 times
AubinBakana
3 years, 1 month ago
thank you for this. I wandered what the difference was between the 2. They sound the same. Never came across a situation where machines were to be added manually, which in my opinion defeats the purpose of using a scale set unless you've got legacy equipment of something like that. But hey, it must be there for a reason and at least I know. Again, thank you
upvoted 3 times
...
KingChuang
1 year, 10 months ago
Out date question. New Mode: https://learn.microsoft.com/zh-tw/azure/virtual-machine-scale-sets/virtual-machine-scale-sets-orchestration-modes
upvoted 7 times
...
...
SeMo0o0o0o
Most Recent 3 weeks, 1 day ago
Selected Answer: D
D is corerct
upvoted 1 times
...
76d5e04
3 months, 2 weeks ago
Exam Topic admin, Please remove the outdated questions and information not only here. Many of the questions have outdated information and wrong answers.It is very confusing. I studied Azure from some tutorials and never came across orchestration mode as ScaleSetVM As per the below link only Uniform and Flexible exists https://learn.microsoft.com/en-us/azure/virtual-machine-scale-sets/virtual-machine-scale-sets-orchestration-modes Please correct me if wrong. Sorry if this caused any inconvenience to any of you here
upvoted 2 times
...
23169fd
4 months ago
D is correct because it specifically supports the deployment and management of a set of identical, load-balanced VMs, which is what a scale set requires for efficient scaling and management.
upvoted 1 times
...
Amir1909
7 months, 1 week ago
D is correct
upvoted 1 times
...
MatAlves
8 months, 1 week ago
Outdated question. Now it's called: - Scale sets with Uniform orchestration - Scale sets with Flexible orchestration https://learn.microsoft.com/en-us/azure/virtual-machine-scale-sets/virtual-machine-scale-sets-orchestration-modes
upvoted 3 times
...
mihir25
10 months, 1 week ago
NAME HAS BEEN CHNAGED NEW NAME IS SOMTHING LIKE THIS FLEXIBLE ORCHESTRATION == VM ORCHASTRATION MODE UNIFORM ORCHESTRATION == SCALESETVM ORCHASTRATION MODE Answer according to this will be Uniform Orchastration Mode
upvoted 14 times
udaranawodya
10 months, 1 week ago
good point
upvoted 2 times
...
...
iamchoy
1 year ago
Selected Answer: D
To deploy multiple virtual machine instances as quickly as possible, you should use a virtual machine scale set. Between the given options regarding virtual machine scale sets and their orchestration mode: - VM (virtual machines) orchestration mode allows you to manage each instance of a virtual machine as a separate entity. This is mainly used for situations where you want to customize the instances individually. - ScaleSetVM orchestration mode (the default mode) treats the instances in the scale set as a set, making it easier to manage them as a group, which is ideal for deploying multiple instances quickly. Therefore, the answer is: D. Deploy one virtual machine scale set that is set to ScaleSetVM orchestration mode.
upvoted 1 times
...
oopspruu
1 year, 1 month ago
Outdated terminology. Today, the correct answer will be "Uniform Orchestration Mode".
upvoted 5 times
...
Mustapha_Hadrich
1 year, 2 months ago
Selected Answer: D
correct is D : reference: https://learn.microsoft.com/en-us/azure/virtual-machine-scale-sets/virtual-machine-scale-sets-orchestration-modes
upvoted 1 times
...
UmbongoDrink
1 year, 7 months ago
Selected Answer: D
Correct Answer: D ScaleSetVM orchestration mode: Virtual machine instances added to the scale set are based on the scale set configuration model. The virtual machine instance lifecycle - creation, update, deletion - is managed by the scale set. It the current default VMSS behavior. (Scale set VMs are created in a single shot).
upvoted 1 times
...
alirasouli
1 year, 11 months ago
Selected Answer: D
This question is outdated. The two Orchestration Modes are: - Uniform orchestration: Virtual machine scale sets with Uniform orchestration use a virtual machine profile or template to scale up to desired capacity. While there is some ability to manage or customize individual virtual machine instances, Uniform uses identical VM instances. - Flexible orchestration: With Flexible orchestration, Azure provides a unified experience across the Azure VM ecosystem. Flexible orchestration offers high availability guarantees (up to 1000 VMs) by spreading VMs across fault domains in a region or within an Availability Zone. I can say that Uniform orchestration superceded ScaleSetVM while Flexible orchestration superceded VM mode. Reference: https://learn.microsoft.com/en-us/azure/virtual-machine-scale-sets/virtual-machine-scale-sets-orchestration-modes
upvoted 9 times
...
NaoVaz
2 years ago
Selected Answer: D
D) " Deploy one virtual machine scale set that is set to ScaleSetVM orchestration mode. " Currently the correct option is the Uniform Orchestration Mode - https://docs.microsoft.com/en-us/azure/virtual-machine-scale-sets/virtual-machine-scale-sets-orchestration-modes#scale-sets-with-uniform-orchestration
upvoted 1 times
...
EmnCours
2 years ago
Selected Answer: D
Correct Answer: D 🗳️ Reference: https://docs.microsoft.com/en-us/azure/virtual-machine-scale-sets/orchestration-modes
upvoted 1 times
...
Lazylinux
2 years, 3 months ago
Selected Answer: D
Yep D Optimized for large-scale stateless workloads with identical instances. Virtual machine scale sets with Uniform orchestration use a virtual machine profile or template to scale up to desired capacity. While there is some ability to manage or customize individual virtual machine instances, Uniform uses identical VM instances. Individual Uniform VM instances are exposed via the virtual machine scale set VM API commands. ***NOTE*** You cannot add existing Machine to any type of VM scale set, In Flexible Orchestration ScaleSet ONLY newly created VMs or VMS spawned by the Condition of the scaleset Can be added to scale set Uniform Scaleset DO NOT allow of addition of newly created VM to the scale set
upvoted 2 times
...
manalshowaei
2 years, 3 months ago
Selected Answer: D
D. Deploy one virtual machine scale set that is set to ScaleSetVM orchestration mode
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 ...