Bird
Raised Fist0
GCPcloud~5 mins

Billing accounts and budgets in GCP - Cheat Sheet & Quick Revision

Choose your learning style10 modes available

Start learning this pattern below

Jump into concepts and practice - no test required

or
Recommended
Test this pattern10 questions across easy, medium, and hard to know if this pattern is strong
Recall & Review
beginner
What is a billing account in Google Cloud Platform?
A billing account is where your Google Cloud costs are tracked and paid from. It links your projects to a payment method like a credit card or invoicing.
Click to reveal answer
beginner
What is the purpose of a budget in Google Cloud billing?
A budget helps you set spending limits and alerts. It notifies you when your costs approach or exceed the set amount to avoid surprises.
Click to reveal answer
intermediate
How can you receive alerts when your Google Cloud spending reaches a certain threshold?
By creating a budget with alert rules that send notifications via email or Pub/Sub when spending hits defined percentages of the budget.
Click to reveal answer
beginner
Can multiple projects share the same billing account in GCP?
Yes, multiple projects can be linked to a single billing account to consolidate payments and manage costs centrally.
Click to reveal answer
intermediate
What happens if a billing account is closed or disabled in GCP?
All projects linked to that billing account lose access to billable services and may be suspended until a valid billing account is attached.
Click to reveal answer
What is required to create a billing account in GCP?
AA service account
BA Google Cloud project
CA budget with alerts
DA payment method like a credit card or invoicing setup
Which of the following can you NOT do with a budget in GCP?
AAutomatically stop services when budget is exceeded
BSet spending limits and receive alerts
CTrack costs across projects linked to a billing account
DReceive notifications via email or Pub/Sub
If you want to monitor costs for multiple projects together, what should you do?
ALink all projects to the same billing account
BCreate separate budgets for each project
CUse different billing accounts for each project
DDisable billing on all projects
What happens when a billing account linked to a project is closed?
AThe project continues to run without charges
BThe project is deleted immediately
CThe project loses access to billable services
DThe project automatically switches to a new billing account
Which notification method can be used for budget alerts in GCP?
APhysical mail
BEmail
CPhone call
DSMS text message
Explain what a billing account is and how it relates to projects in Google Cloud.
Think about how you pay for your cloud usage and how projects connect to that payment.
You got /4 concepts.
    Describe how budgets help manage cloud spending and what happens when spending approaches the budget limit.
    Consider budgets as your spending guardrails with warning signals.
    You got /4 concepts.

      Practice

      (1/5)
      1. What is the main purpose of a billing account in Google Cloud Platform?
      easy
      A. To manage how you pay for cloud services
      B. To create virtual machines
      C. To store data securely
      D. To monitor network traffic

      Solution

      1. Step 1: Understand billing account role

        A billing account is used to handle payments for cloud resources you use.
      2. Step 2: Compare options with billing account function

        Creating VMs, storing data, and monitoring traffic are not billing functions.
      3. Final Answer:

        To manage how you pay for cloud services -> Option A
      4. Quick Check:

        Billing account = payment management [OK]
      Hint: Billing accounts handle payments, not resource creation [OK]
      Common Mistakes:
      • Confusing billing account with resource management
      • Thinking billing accounts store data
      • Assuming billing accounts monitor traffic
      2. Which of the following is the correct way to set a budget alert threshold in Google Cloud Console?
      easy
      A. Set a threshold based on number of users
      B. Set a threshold percentage like 50% or 90% of the budget
      C. Set a fixed number of API calls
      D. Set a threshold using VM instance count

      Solution

      1. Step 1: Identify budget alert settings

        Budget alerts are set by percentage thresholds of the total budget amount.
      2. Step 2: Eliminate unrelated options

        API calls, user count, and VM instances are not used for budget alert thresholds.
      3. Final Answer:

        Set a threshold percentage like 50% or 90% of the budget -> Option B
      4. Quick Check:

        Budget alerts use percentage thresholds [OK]
      Hint: Budget alerts use percentage, not counts [OK]
      Common Mistakes:
      • Confusing budget thresholds with usage metrics
      • Trying to set alerts by API calls or users
      • Using resource counts for budget alerts
      3. Consider this budget alert configuration:
      Budget amount: $1000
      Alert threshold: 80%

      What happens when your spending reaches $800?
      medium
      A. You receive an alert notification
      B. Your services are automatically stopped
      C. Your budget resets to $0
      D. Nothing happens until you reach $1000

      Solution

      1. Step 1: Calculate alert trigger amount

        80% of $1000 is $800, so alert triggers at $800 spending.
      2. Step 2: Understand budget alert behavior

        Alerts notify you but do not stop services or reset budgets automatically.
      3. Final Answer:

        You receive an alert notification -> Option A
      4. Quick Check:

        Alert triggers at threshold spending [OK]
      Hint: Alerts notify at threshold, no automatic stops [OK]
      Common Mistakes:
      • Thinking services stop automatically on alert
      • Believing budget resets after alert
      • Ignoring alert until full budget spent
      4. You created a budget but never received any alert emails even after spending exceeded the threshold. What is the most likely cause?
      medium
      A. Budget amount was set to zero
      B. Billing account was closed
      C. Notification channels were not configured properly
      D. Budget thresholds were set above 100%

      Solution

      1. Step 1: Check notification setup

        Alerts require notification channels like email to be configured to send alerts.
      2. Step 2: Evaluate other options

        Budget zero or closed account would cause other errors; thresholds above 100% mean alerts never trigger.
      3. Final Answer:

        Notification channels were not configured properly -> Option C
      4. Quick Check:

        Alerts need notification channels [OK]
      Hint: Check notification setup if no alerts received [OK]
      Common Mistakes:
      • Ignoring notification channel setup
      • Assuming budget zero triggers alerts
      • Setting thresholds above 100%
      5. You want to create a budget that alerts you at 50%, 75%, and 90% of your spending limit. Which approach correctly sets this up in Google Cloud?
      hard
      A. Use billing export to BigQuery and write custom queries for alerts
      B. Create three separate budgets each with one alert threshold
      C. Set a single alert threshold at 90% and manually check earlier spending
      D. Create one budget with multiple alert thresholds at 50%, 75%, and 90%

      Solution

      1. Step 1: Understand budget alert capabilities

        Google Cloud budgets support multiple alert thresholds in one budget.
      2. Step 2: Compare options for efficiency

        One budget with multiple thresholds is simpler and recommended over multiple budgets or manual checks.
      3. Step 3: Consider advanced options

        Billing export is for custom analysis, not needed for standard alerts.
      4. Final Answer:

        Create one budget with multiple alert thresholds at 50%, 75%, and 90% -> Option D
      5. Quick Check:

        Multiple thresholds in one budget [OK]
      Hint: Use one budget with multiple thresholds for alerts [OK]
      Common Mistakes:
      • Creating multiple budgets unnecessarily
      • Relying on manual checks instead of alerts
      • Using billing export for simple alerts