0
0
Azurecloud~20 mins

VM pricing models in Azure - Practice Problems & Coding Challenges

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
Azure VM Pricing Master
Get all challenges correct to earn this badge!
Test your skills under time pressure!
🧠 Conceptual
intermediate
2:00remaining
Understanding Azure VM Pricing Models

Which Azure VM pricing model offers the lowest cost for workloads that can be interrupted and restarted?

APay-as-you-go pricing
BSpot Instances
CReserved Instances
DDedicated Hosts
Attempts:
2 left
💡 Hint

Think about pricing models that allow Azure to reclaim capacity when needed.

Architecture
intermediate
2:00remaining
Choosing VM Pricing for Long-Term Stable Workloads

You have a stable, long-running application that will run continuously for 3 years. Which Azure VM pricing model should you choose to minimize cost?

ASpot Instances
BPay-as-you-go pricing
CReserved Instances with 3-year term
DDedicated Hosts
Attempts:
2 left
💡 Hint

Consider pricing models that offer discounts for long-term commitments.

service_behavior
advanced
2:00remaining
Behavior of Spot Instances During Capacity Reclamation

What happens to an Azure Spot VM when Azure needs the capacity back?

AThe VM receives a notification and is evicted after a short period.
BThe VM is deallocated immediately without warning.
CThe VM is paused and resumed later automatically.
DThe VM continues running until manually stopped.
Attempts:
2 left
💡 Hint

Think about how Azure informs users before reclaiming Spot VM capacity.

security
advanced
2:00remaining
Security Considerations for Dedicated Hosts

Which security advantage does using Azure Dedicated Hosts provide compared to shared VM pricing models?

AAutomatic encryption of all VM data at rest
BNo need for network security groups
CBuilt-in DDoS protection for all VMs
DPhysical isolation of VMs on dedicated hardware for compliance needs
Attempts:
2 left
💡 Hint

Consider physical hardware isolation for compliance and security.

Best Practice
expert
2:00remaining
Optimizing Cost with Mixed VM Pricing Models

You need to run a batch processing job that can tolerate interruptions but also requires some guaranteed capacity. Which combination of Azure VM pricing models is best to optimize cost and reliability?

AUse a mix of Spot Instances for interruptible tasks and Reserved Instances for guaranteed capacity
BUse Spot Instances for all batch jobs to minimize cost
CUse Dedicated Hosts for all batch jobs to ensure isolation
DUse only Pay-as-you-go VMs for all batch jobs
Attempts:
2 left
💡 Hint

Think about balancing cost savings with reliability needs.