Which role must a user have to create and manage budgets in a Google Cloud billing account?
Think about the role that allows full control over billing settings.
The Billing Account Administrator role grants permissions to create and manage budgets because it allows full control over billing account settings.
What happens when a Google Cloud budget reaches its specified threshold?
Consider what a budget is designed to do when spending approaches limits.
When a budget threshold is reached, Google Cloud sends alert notifications to the recipients configured in the budget settings. It does not stop billing or delete projects automatically.
You want to create a budget that only tracks costs for projects labeled with env=production. Which filter should you apply in the budget configuration?
Labels are key-value pairs attached to projects for organization.
To track costs for projects with a specific label, you filter by the label key and value. Filtering by project ID or billing account name does not target labels.
Which practice best secures access to a Google Cloud billing account?
Think about centralized management and strong authentication.
Using IAM groups to assign roles simplifies management and enabling 2-step verification adds security. Sharing credentials or overly broad role assignments increase risk.
You manage multiple projects under one billing account. You want to monitor costs per project and receive alerts if any project exceeds 80% of its individual budget. What is the best approach?
Consider how to track and alert on costs per project individually.
Creating separate budgets per project allows monitoring and alerting on each project's spending independently. A single budget covers all projects combined and cannot alert per project.