0
0
Azurecloud~20 mins

Azure Reserved Instances - Practice Problems & Coding Challenges

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

Which statement correctly describes how billing works for Azure Reserved Instances (RIs)?

AYou pay a one-time upfront fee and get a discount on matching VM usage for the reservation term.
BYou pay monthly fees and get a discount only if you use more than the reserved capacity.
CYou pay nothing upfront and are billed hourly at a discounted rate regardless of usage.
DYou pay a penalty fee if you use fewer VMs than reserved during the term.
Attempts:
2 left
💡 Hint

Think about how pre-paying helps save costs in cloud services.

Architecture
intermediate
2:00remaining
Applying Azure Reserved Instances to VM Scale Sets

You have a VM Scale Set with 10 identical VMs running Linux. You purchase a Reserved Instance for 5 Linux VMs in the same region. How does the reservation discount apply?

AThe discount does not apply to scale sets, only to individual VMs.
BThe discount applies only if you manually assign the reservation to specific VMs.
CThe discount applies to all 10 VMs automatically because they are in a scale set.
DThe discount applies to 5 VMs in the scale set, and the other 5 are billed at pay-as-you-go rates.
Attempts:
2 left
💡 Hint

Consider how reserved capacity matches VM usage.

security
advanced
2:00remaining
Security Implications of Azure Reserved Instances Sharing

In an Azure Enterprise Agreement, how does sharing Reserved Instances across subscriptions affect security and access control?

AReservations are shared automatically across subscriptions in the same billing context without changing access controls.
BSharing reservations requires granting VM contributor rights to all subscriptions, increasing security risks.
CReservations cannot be shared across subscriptions to maintain strict security boundaries.
DSharing reservations disables role-based access control (RBAC) on VMs using the reservation.
Attempts:
2 left
💡 Hint

Think about billing scopes versus access permissions.

service_behavior
advanced
2:00remaining
Effect of Changing VM Size on Azure Reserved Instances

You have a Reserved Instance for a Standard_D2s_v3 VM in East US. You resize your VM to Standard_D4s_v3 in the same region. What happens to the reservation discount?

AThe reservation discount applies fully to the new VM size automatically.
BThe reservation discount applies partially based on instance size flexibility rules.
CThe reservation discount no longer applies because the VM size changed.
DThe reservation is canceled automatically when VM size changes.
Attempts:
2 left
💡 Hint

Consider Azure's instance size flexibility feature.

Best Practice
expert
2:00remaining
Optimizing Reserved Instances for Cost Savings

You manage multiple subscriptions with varying VM usage patterns. Which strategy best optimizes cost savings using Azure Reserved Instances?

APurchase reservations only for the smallest VM sizes to maximize flexibility.
BBuy reservations individually per subscription to avoid sharing and simplify billing.
CPurchase reservations at the billing account level to share discounts across subscriptions and match reservations to consistent VM usage.
DAvoid reservations and rely solely on pay-as-you-go to maintain maximum agility.
Attempts:
2 left
💡 Hint

Think about sharing discounts and matching usage patterns.