Easy1 markMultiple Choice
GCP ACE · Question 04 · Domain 1.2: Managing billing configuration
Your startup has a strict monthly cloud budget of $500. You want to be notified immediately if your spending exceeds $400, but you DO NOT want your services to be automatically shut down, as this would disrupt your users.
What should you configure?
Your startup has a strict monthly cloud budget of $500. You want to be notified immediately if your spending exceeds $400, but you DO NOT want your services to be automatically shut down, as this would disrupt your users.
What should you configure?
Answer options:
A.
Create a billing budget for $500 and set a threshold alert at 80%.
B.
Set a project quota of $400.
C.
Create a billing budget with a Pub/Sub trigger that invokes a Cloud Function to disable billing at $400.
D.
Configure a spending limit on the billing account.
How to approach this question
Understand the difference between billing alerts (notifications) and quotas/automation (actions).
Full Answer
A.Create a billing budget for $500 and set a threshold alert at 80%.✓ Correct
Create a billing budget for $500 and set a threshold alert at 80%.
GCP Budgets and Alerts are designed to send notifications when spending approaches or exceeds defined thresholds. By default, they do not take any action to stop resources, ensuring your applications remain online even if you overspend.
Common mistakes
Assuming billing alerts automatically stop resources.
Practice the full GCP Associate Cloud Engineer Practice Exam 2
50 questions · hints · full answers · grading
More questions from this exam
Q01Your company is migrating to Google Cloud and needs to establish a resource hierarchy. You have t...EasyQ02You are managing access to a GCP project. You need to grant 15 developers the ability to view Com...MediumQ03You have created a new GCP project using the Cloud Console. You want to deploy a Cloud Function u...EasyQ05Your finance team wants to perform complex SQL analysis on your GCP billing data to understand co...MediumQ06You have just installed the Google Cloud SDK on your local machine. You want to authenticate, set...Medium
Expert