Easy1 markMultiple Choice
GCP ACE · Question 05 · Domain 1.2: Managing billing configuration
You are managing a development project in Google Cloud. You want to ensure that you are notified immediately if the monthly spending exceeds $500. You do not want the resources to be shut down automatically.
What is the simplest way to achieve this?
You are managing a development project in Google Cloud. You want to ensure that you are notified immediately if the monthly spending exceeds $500. You do not want the resources to be shut down automatically.
What is the simplest way to achieve this?
Answer options:
A.
Create a budget in the Cloud Billing console and set a threshold alert at 100% of the $500 amount.
B.
Set up a Cloud Function triggered by Cloud Monitoring to check billing metrics and send an email.
C.
Configure a budget with a Pub/Sub notification that triggers a script to disable billing on the project.
D.
Set a quota limit of $500 on the project in the IAM & Admin console.
How to approach this question
Look for the native GCP feature designed specifically for cost notifications without automated destructive actions.
Full Answer
A.Create a budget in the Cloud Billing console and set a threshold alert at 100% of the $500 amount.✓ Correct
Create a budget in the Cloud Billing console and set a threshold alert at 100% of the $500 amount.
Google Cloud Billing allows you to create budgets and set threshold rules. When your spend exceeds a threshold (e.g., 100% of $500), it automatically sends an email alert to billing administrators. It does not automatically cap spending or shut down resources, which perfectly matches the requirement.
Common mistakes
Assuming budgets automatically stop resources. In GCP, budgets only alert by default. Stopping resources requires custom automation via Pub/Sub.
Practice the full GCP Associate Cloud Engineer Practice Exam 7
50 questions · hints · full answers · grading
More questions from this exam
Q01You are starting a new initiative and need to create a new Google Cloud project using the Cloud S...EasyQ02Your company is migrating to Google Cloud and wants to manage user identities centrally. They cur...MediumQ03You have just created a new Google Cloud project and want to deploy a containerized application u...MediumQ04Your finance team wants to perform complex SQL queries on your Google Cloud billing data to analy...MediumQ06You have just installed the Google Cloud SDK on your local workstation. You need to authenticate ...Easy
Expert