Challenge - 5 Problems
Spot VM Savings Master
Get all challenges correct to earn this badge!
Test your skills under time pressure!
🧠 Conceptual
intermediate2:00remaining
Understanding Spot VM eviction behavior
You deploy an Azure Spot VM to save costs. What happens when Azure needs the capacity back?
Attempts:
2 left
💡 Hint
Think about how Azure informs you before stopping a Spot VM.
✗ Incorrect
Azure Spot VMs receive a notification before eviction, allowing a short time to save state or gracefully shut down.
❓ Architecture
intermediate2:00remaining
Designing a resilient app with Spot VMs
You want to use Spot VMs for batch processing but avoid job failures when VMs are evicted. Which architecture best supports this?
Attempts:
2 left
💡 Hint
Think about how to handle interruptions automatically.
✗ Incorrect
Combining Spot and standard VMs with a queue allows jobs to be retried if Spot VMs are evicted, improving resilience.
❓ Configuration
advanced2:00remaining
Configuring eviction policy for Spot VMs
Which eviction policy setting allows a Spot VM to be stopped and deallocated instead of deleted upon eviction?
Attempts:
2 left
💡 Hint
Consider how to keep the VM's disk after eviction.
✗ Incorrect
The 'Deallocate' eviction policy stops the VM and keeps the disk, allowing restart later.
❓ security
advanced2:00remaining
Security considerations for Spot VMs
What is a key security best practice when using Spot VMs in Azure?
Attempts:
2 left
💡 Hint
Think about secure access and identity management.
✗ Incorrect
Using managed identities and network security groups helps secure Spot VMs despite their transient nature.
❓ service_behavior
expert2:00remaining
Spot VM pricing and availability behavior
Which statement correctly describes how Azure Spot VM pricing and availability behave?
Attempts:
2 left
💡 Hint
Consider how cloud providers manage excess capacity.
✗ Incorrect
Spot VM prices fluctuate with supply and demand, and VMs can be evicted when capacity is needed.