0
0
Azurecloud~20 mins

Azure Cost Management and Billing - Practice Problems & Coding Challenges

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
Azure Cost Management Master
Get all challenges correct to earn this badge!
Test your skills under time pressure!
service_behavior
intermediate
2:00remaining
Understanding Azure Cost Alerts Behavior

You set up a cost alert in Azure Cost Management to notify you when your spending exceeds $500 in a month. Which of the following best describes when the alert will trigger?

AThe alert triggers daily regardless of spending amount.
BThe alert triggers only after the actual spending has exceeded $500.
CThe alert triggers when the spending reaches exactly $500, not before or after.
DThe alert triggers immediately when the forecasted spending for the month exceeds $500.
Attempts:
2 left
💡 Hint

Think about whether alerts are based on forecast or actual spending.

Architecture
intermediate
2:00remaining
Designing Cost Allocation for Multiple Teams

You manage an Azure subscription shared by multiple teams. You want to track and allocate costs per team accurately. Which Azure feature should you use to tag resources for cost tracking?

AUse Azure Resource Groups named after each team.
BCreate separate subscriptions for each team.
CApply tags with team names to each resource.
DUse Azure Policy to restrict spending per team.
Attempts:
2 left
💡 Hint

Consider how to label resources for cost reporting without changing subscription structure.

security
advanced
2:00remaining
Securing Access to Billing Data

You want to restrict access to Azure billing data so only finance team members can view cost reports. Which Azure role should you assign to these users?

ABilling Reader role at the billing account level.
BReader role on all resources.
CContributor role on the resource groups.
DOwner role at the subscription level.
Attempts:
2 left
💡 Hint

Think about the least privilege role that allows viewing billing data.

Best Practice
advanced
2:00remaining
Optimizing Cost with Azure Reservations

Your company runs several virtual machines continuously for 3 years. Which purchasing option will save the most money compared to pay-as-you-go pricing?

APurchase 3-year Azure Reserved VM Instances.
BUse pay-as-you-go pricing with auto-shutdown schedules.
CUse Azure Spot VMs for all workloads.
DSwitch to Azure Dev/Test pricing tiers.
Attempts:
2 left
💡 Hint

Consider long-term commitment discounts for steady workloads.

🧠 Conceptual
expert
2:00remaining
Analyzing Cost Anomaly Detection Impact

You enable Azure Cost Management's anomaly detection feature. After a few days, you notice many false positive alerts for cost spikes. What is the best next step to reduce false positives while keeping useful alerts?

ADisable anomaly detection and rely only on manual cost reviews.
BRemove all tags from resources to simplify cost data.
CIncrease the alert threshold to a very high value to avoid alerts.
DAdjust the sensitivity settings and configure alert scopes to specific resource groups.
Attempts:
2 left
💡 Hint

Think about tuning alert settings rather than disabling features.