0
0
Azurecloud~20 mins

Cost management and budgets in Azure - 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 Budget Alerts Behavior

You create an Azure budget with a threshold set at 80% of your monthly spending limit. What happens when your actual spending reaches 85% of the budget?

AAzure sends multiple alerts every hour after spending exceeds 80%.
BAzure waits until the end of the month to send a single alert if spending exceeded 80%.
CAzure sends an alert notification immediately after spending exceeds 80%.
DAzure does not send any alert unless spending reaches 100% of the budget.
Attempts:
2 left
💡 Hint

Think about how Azure budgets notify you when thresholds are crossed.

Architecture
intermediate
2:00remaining
Designing Cost Control with Azure Budgets and Resource Groups

You want to track and control costs for different departments in your organization using Azure. Which approach best supports this goal?

ACreate separate Azure subscriptions for each department and assign budgets per subscription.
BUse a single subscription and create resource groups per department, then assign budgets to each resource group.
CCreate one budget for the entire subscription and manually track department costs outside Azure.
DUse tags on resources to identify departments but assign budgets only at the subscription level.
Attempts:
2 left
💡 Hint

Consider how Azure budgets are scoped and how subscriptions isolate billing.

security
advanced
2:00remaining
Securing Budget Management Access in Azure

Which Azure role should you assign to a user to allow them to create and manage budgets without giving them full subscription management rights?

ABilling Reader role at the subscription level
BCost Management Contributor role at the subscription level
COwner role at the subscription level
DReader role at the subscription level
Attempts:
2 left
💡 Hint

Think about the role that allows budget management but limits other permissions.

Best Practice
advanced
2:00remaining
Implementing Effective Cost Alerts for Azure Budgets

You want to ensure your team receives timely notifications when spending approaches budget limits. Which practice is best to achieve this?

ASet multiple budget thresholds with alerts at 50%, 75%, and 90%.
BSet a single alert at 100% budget consumption to avoid alert fatigue.
CSend alerts only to the subscription owner to centralize notifications.
DDisable alerts and rely on manual cost reviews weekly.
Attempts:
2 left
💡 Hint

Consider how multiple alerts can help prevent surprises in spending.

🧠 Conceptual
expert
2:00remaining
Analyzing Cost Data with Azure Cost Management APIs

You want to programmatically retrieve daily cost data for your Azure subscription to analyze spending trends. Which API endpoint should you use?

AAzure Resource Manager REST API - List Resources endpoint
BAzure Billing API - Invoice endpoint
CAzure Monitor Metrics API - Metrics endpoint
DAzure Cost Management Query API - Usage Details endpoint
Attempts:
2 left
💡 Hint

Think about which API provides detailed cost usage data.