0
0
Azurecloud~20 mins

Cost optimization pillar in Azure - Practice Problems & Coding Challenges

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

Which of the following best describes a key principle of the Azure Cost Optimization pillar?

AContinuously monitor and right-size resources to match actual workload needs.
BMaximize resource usage by running all services at full capacity regardless of demand.
CPurchase the most expensive service tiers to ensure highest performance at all times.
DAvoid using any automation to reduce manual control over costs.
Attempts:
2 left
💡 Hint

Think about how to avoid paying for unused or underused resources.

Architecture
intermediate
2:00remaining
Choosing Azure Services for Cost Efficiency

You need to design a solution that stores large amounts of infrequently accessed data with minimal cost. Which Azure service should you choose?

AAzure Blob Storage with Hot access tier
BAzure SQL Database with Premium tier
CAzure Blob Storage with Cool or Archive access tier
DAzure Cosmos DB with multi-region writes enabled
Attempts:
2 left
💡 Hint

Consider storage tiers optimized for infrequent access.

Configuration
advanced
2:00remaining
Analyzing Azure Cost Management Configuration

Given the following Azure Cost Management alert configuration JSON snippet, what will trigger the alert?

{
  "criteria": {
    "threshold": 500,
    "timeAggregation": "Total",
    "metricName": "Cost",
    "operator": "GreaterThan"
  },
  "windowSize": "P1D"
}
AAlert triggers when daily total cost exceeds $500.
BAlert triggers when hourly cost exceeds $500.
CAlert triggers when monthly total cost exceeds $500.
DAlert triggers when daily average cost is below $500.
Attempts:
2 left
💡 Hint

Look at the window size and aggregation method.

security
advanced
2:00remaining
Cost Impact of Azure Security Best Practices

Which security practice can help reduce unexpected Azure costs related to compromised resources?

ADisable all monitoring to save costs on logs and alerts.
BImplement Azure Policy to enforce resource tagging and limits.
CAllow unrestricted network access to all resources for ease of use.
DAvoid using role-based access control (RBAC) to simplify management.
Attempts:
2 left
💡 Hint

Think about how governance can prevent resource misuse.

service_behavior
expert
2:00remaining
Effect of Azure Reserved Instances on Cost

You purchase a 3-year Azure Reserved Instance (RI) for a virtual machine. Which of the following statements about the cost behavior is true?

AYou pay the full cost upfront and cannot cancel or change the reservation later.
BReserved Instances automatically scale to cover any VM size in the same region.
CYou pay a discounted hourly rate only when the VM is running, otherwise no charge applies.
DYou receive a significant discount compared to pay-as-you-go pricing, regardless of VM uptime, for the reserved term.
Attempts:
2 left
💡 Hint

Consider how reserved pricing works compared to pay-as-you-go.