0
0
GCPcloud~20 mins

Billing accounts and budgets in GCP - Practice Problems & Coding Challenges

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
Billing Budget Mastery
Get all challenges correct to earn this badge!
Test your skills under time pressure!
🧠 Conceptual
intermediate
2:00remaining
Understanding Billing Account Roles

Which role must a user have to create and manage budgets in a Google Cloud billing account?

ABilling Account Administrator
BProject Editor
CBilling Account Viewer
DBilling Account User
Attempts:
2 left
💡 Hint

Think about the role that allows full control over billing settings.

service_behavior
intermediate
2:00remaining
Budget Alert Behavior

What happens when a Google Cloud budget reaches its specified threshold?

AAll projects linked to the billing account are deleted.
BThe budget automatically stops all billing charges.
CThe billing account is suspended until manual approval.
DAn alert notification is sent to the configured recipients.
Attempts:
2 left
💡 Hint

Consider what a budget is designed to do when spending approaches limits.

Configuration
advanced
2:00remaining
Budget Configuration with Filters

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?

AFilter by label key 'env' with value 'production'.
BFilter by billing account name 'production'.
CFilter by project ID containing 'production'.
DFilter by service name 'production'.
Attempts:
2 left
💡 Hint

Labels are key-value pairs attached to projects for organization.

security
advanced
2:00remaining
Securing Billing Account Access

Which practice best secures access to a Google Cloud billing account?

AAssign Billing Account User role to all users in the organization.
BGrant Billing Account Administrator role to all project owners.
CUse IAM groups to assign billing roles and enable 2-step verification.
DShare billing account credentials via email for quick access.
Attempts:
2 left
💡 Hint

Think about centralized management and strong authentication.

Architecture
expert
3:00remaining
Designing Multi-Project Budget Monitoring

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?

ACreate one budget for the billing account with an 80% threshold.
BCreate separate budgets for each project with individual thresholds and alert recipients.
CUse a single budget with filters excluding all projects except one at a time.
DRely on manual monthly cost reviews without budgets.
Attempts:
2 left
💡 Hint

Consider how to track and alert on costs per project individually.