0
0
Azurecloud~5 mins

Spot VMs for cost savings in Azure - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is a Spot VM in Azure?
A Spot VM is a virtual machine that uses unused Azure capacity at a lower price. It can be evicted when Azure needs the capacity back.
Click to reveal answer
beginner
Why are Spot VMs cheaper than regular VMs?
Spot VMs use spare capacity that Azure has available. Because this capacity can be taken back anytime, Azure offers Spot VMs at a lower price.
Click to reveal answer
intermediate
What happens when Azure needs the capacity used by a Spot VM?
Azure evicts the Spot VM, which means it stops or deletes the VM. You can choose to be notified before eviction or let it happen immediately.
Click to reveal answer
intermediate
Which workloads are best suited for Spot VMs?
Workloads that can handle interruptions, like batch jobs, testing environments, or flexible applications, are best for Spot VMs.
Click to reveal answer
intermediate
How can you protect important data on Spot VMs?
Store important data on separate persistent storage like Azure Disks or Azure Files, so data is safe even if the Spot VM is evicted.
Click to reveal answer
What is the main reason Spot VMs are cheaper in Azure?
AThey are only available in limited regions
BThey have fewer features than regular VMs
CThey run on slower hardware
DThey use spare capacity that can be reclaimed
What happens when a Spot VM is evicted?
AIt continues running without interruption
BAzure stops or deletes the VM
CThe VM is upgraded automatically
DThe VM is moved to another region
Which workload is NOT ideal for Spot VMs?
ACritical production databases
BTesting environments
CBatch processing jobs
DFlexible web applications
How can you prepare for Spot VM eviction?
AIgnore eviction notifications
BUse Spot VMs only for permanent workloads
CStore data on persistent storage outside the VM
DDisable eviction notifications
Which statement about Spot VMs is true?
ASpot VMs can be evicted anytime Azure needs capacity
BSpot VMs are always cheaper than reserved VMs
CSpot VMs cannot be used with Azure Scale Sets
DSpot VMs guarantee uninterrupted service
Explain what Spot VMs are and how they help save costs in Azure.
Think about how Azure sells unused resources cheaper but can take them back.
You got /3 concepts.
    Describe strategies to handle data and workload interruptions when using Spot VMs.
    Consider how to keep data safe and jobs running despite VM eviction.
    You got /3 concepts.