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?
✗ Incorrect
Spot VMs use spare capacity that Azure can reclaim, so they are offered at a lower price.
What happens when a Spot VM is evicted?
✗ Incorrect
When Azure needs the capacity back, it stops or deletes the Spot VM, causing eviction.
Which workload is NOT ideal for Spot VMs?
✗ Incorrect
Critical production databases require high availability and are not suited for Spot VMs due to possible eviction.
How can you prepare for Spot VM eviction?
✗ Incorrect
Storing data on persistent storage ensures data safety even if the Spot VM is evicted.
Which statement about Spot VMs is true?
✗ Incorrect
Spot VMs can be evicted anytime Azure reclaims capacity, so they do not 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.