Medium1 markMultiple Choice
AZ-900 · Question 24 · Domain 2.2: Azure Compute Services
A company needs to deploy 50 identical virtual machines to handle a sudden spike in web traffic. The VMs must be created and deleted automatically based on CPU usage. Which service should they use?
A company needs to deploy 50 identical virtual machines to handle a sudden spike in web traffic. The VMs must be created and deleted automatically based on CPU usage. Which service should they use?
Answer options:
A.
Azure Availability Sets
B.
Azure Virtual Machine Scale Sets
C.
Azure App Service
D.
Azure Load Balancer
How to approach this question
Look for keywords 'identical virtual machines' and 'automatically based on CPU usage'.
Full Answer
B.Azure Virtual Machine Scale Sets✓ Correct
Azure Virtual Machine Scale Sets allow you to deploy and manage a set of identical, auto-scaling virtual machines. They are perfect for scenarios requiring automatic scaling based on metrics like CPU usage.
Common mistakes
Confusing Scale Sets with Availability Sets. Availability Sets are for fault tolerance; Scale Sets are for elasticity/scaling.
Practice the full Azure Fundamentals AZ-900 Practice Exam 4
60 questions · hints · full answers · grading
More questions from this exam
Q01What is the primary definition of cloud computing?EasyQ02Under the shared responsibility model, which of the following is ALWAYS the responsibility of the...MediumQ03True or False: In a public cloud deployment model, you must purchase and manage your own physical...EasyQ04A company wants to move away from purchasing physical servers and instead pay monthly for the com...MediumQ05Which TWO of the following are primary benefits of using cloud computing? (Select TWO)Easy
Expert