0
0
Azurecloud~5 mins

VM Scale Sets for auto scaling in Azure - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is an Azure VM Scale Set?
An Azure VM Scale Set is a group of identical virtual machines that can automatically increase or decrease in number to handle changes in demand.
Click to reveal answer
beginner
How does auto scaling work in VM Scale Sets?
Auto scaling adjusts the number of VMs in the scale set based on rules like CPU usage or schedule, so your app can handle more users or save costs when demand is low.
Click to reveal answer
intermediate
What is a scale-in policy in VM Scale Sets?
A scale-in policy controls how VMs are removed when scaling down, for example, removing the oldest VM first or the one with the least load.
Click to reveal answer
beginner
Why use VM Scale Sets instead of single VMs?
VM Scale Sets provide automatic scaling and high availability, so your app stays responsive and reliable without manual intervention.
Click to reveal answer
intermediate
What metrics can trigger auto scaling in VM Scale Sets?
Common metrics include CPU usage, memory usage, disk I/O, and custom metrics you define to decide when to add or remove VMs.
Click to reveal answer
What does a VM Scale Set automatically adjust?
AThe network bandwidth
BThe size of each virtual machine
CThe operating system of VMs
DThe number of virtual machines
Which metric is commonly used to trigger scaling in VM Scale Sets?
ACPU usage
BNumber of users logged in
CDisk size
DVM color
What happens when demand decreases in a VM Scale Set with auto scaling?
AVMs change their operating system
BThe number of VMs increases
CThe number of VMs decreases
DNothing changes
Which of these is NOT a benefit of VM Scale Sets?
AManual VM configuration for each instance
BHigh availability
CLoad balancing
DAutomatic scaling
What is a scale-in policy used for?
ATo add more VMs when demand increases
BTo decide which VMs to remove when scaling down
CTo upgrade VM operating systems
DTo monitor network traffic
Explain how VM Scale Sets help manage application demand automatically.
Think about how a store adds or removes cashiers depending on customer lines.
You got /3 concepts.
    Describe what a scale-in policy is and why it matters in VM Scale Sets.
    Imagine deciding which workers leave first when a store gets less busy.
    You got /3 concepts.