Which of the following best describes a key principle of the Azure Cost Optimization pillar?
Think about how to avoid paying for unused or underused resources.
The Cost Optimization pillar emphasizes monitoring and adjusting resources to fit actual needs, avoiding waste.
You need to design a solution that stores large amounts of infrequently accessed data with minimal cost. Which Azure service should you choose?
Consider storage tiers optimized for infrequent access.
Cool and Archive tiers in Azure Blob Storage offer lower costs for infrequently accessed data compared to Hot tier or databases.
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"
}Look at the window size and aggregation method.
The windowSize 'P1D' means one day, and timeAggregation 'Total' means sum over that day. The alert triggers if total daily cost is greater than $500.
Which security practice can help reduce unexpected Azure costs related to compromised resources?
Think about how governance can prevent resource misuse.
Azure Policy helps enforce rules like tagging and resource limits, preventing unauthorized or costly resource creation.
You purchase a 3-year Azure Reserved Instance (RI) for a virtual machine. Which of the following statements about the cost behavior is true?
Consider how reserved pricing works compared to pay-as-you-go.
Reserved Instances provide a discount for committing to a VM usage over a term, charged regardless of actual uptime, but do not automatically scale or allow cancellation.