Medium1 markMultiple Choice
AZ-305 · Question 40 · Domain 4.1: Compute Solutions
You are designing a compute architecture using Azure Virtual Machine Scale Sets (VMSS).
The workload requires high availability across Availability Zones. You also need the ability to mix different VM sizes within the same scale set, and you want to manage the lifecycle of individual VMs within the scale set manually when necessary.
Which orchestration mode should you configure for the VMSS?
You are designing a compute architecture using Azure Virtual Machine Scale Sets (VMSS).
The workload requires high availability across Availability Zones. You also need the ability to mix different VM sizes within the same scale set, and you want to manage the lifecycle of individual VMs within the scale set manually when necessary.
Which orchestration mode should you configure for the VMSS?
Answer options:
A.
Uniform orchestration
B.
Flexible orchestration
C.
Availability Sets
D.
Azure Batch
How to approach this question
Identify the VMSS mode that allows heterogeneous VM sizes and individual VM management.
Full Answer
B.Flexible orchestration✓ Correct
Flexible orchestration
Virtual Machine Scale Sets support two orchestration modes. Uniform orchestration is the legacy mode where all VMs must be identical and are managed as a single unit. Flexible orchestration is the modern mode. It allows you to mix different VM sizes (e.g., Spot VMs and standard VMs), spread them across Availability Zones, and manage the lifecycle of individual VMs (like attaching a specific data disk to just one VM).
Common mistakes
Choosing Uniform orchestration. Uniform is the default in older documentation, but Flexible is the architectural standard for modern, complex deployments.
Practice the full Azure Solutions Architect Expert AZ-305 Practice Exam 2
55 questions · hints · full answers · grading
More questions from this exam
Q01Fabrikam Inc. is a global financial services company with 200 Azure subscriptions managed via a c...HardQ02A healthcare organization has 500 on-premises Windows Server VMs and 300 Azure VMs. They are impl...HardQ03You are designing a security monitoring solution using Microsoft Sentinel.
The compliance depar...EasyQ04Your company has a microservices application deployed across multiple Azure App Service instances...MediumQ05A defense contractor is migrating to Microsoft 365 and Azure. They have a strict security policy ...Hard
Expert