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 via email when your Google Cloud spending reaches 50%, 90%, and 100% of this amount. You do NOT want GCP to automatically shut down your resources if the budget is exceeded.
What should you configure?
Your startup has a strict monthly cloud budget of $500. You want to be notified via email when your Google Cloud spending reaches 50%, 90%, and 100% of this amount. You do NOT want GCP to automatically shut down your resources if the budget is exceeded.
What should you configure?
Answer options:
A.
Create a budget in Cloud Billing and set threshold alert rules at 50%, 90%, and 100%.
B.
Configure a quota limit of $500 in the IAM & Admin console.
C.
Set up a Cloud Function triggered by billing exports to delete resources when spending reaches $500.
D.
Enable the 'Hard Cap' feature in Cloud Billing and set it to $500.
How to approach this question
Understand how GCP billing budgets and alerts function natively.
Full Answer
A.Create a budget in Cloud Billing and set threshold alert rules at 50%, 90%, and 100%.✓ Correct
Create a budget in Cloud Billing and set threshold alert rules at 50%, 90%, and 100%.
Google Cloud Billing allows you to create budgets and set alert thresholds (e.g., 50%, 90%, 100%). By default, these alerts only send email notifications to billing administrators and do not affect resource state or prevent further spending.
Common mistakes
Assuming budget alerts automatically stop resources when the threshold is reached.
Practice the full GCP Associate Cloud Engineer Practice Exam 4
50 questions · hints · full answers · grading
More questions from this exam
Q01You have recently joined a new team and need to set up a new Google Cloud project for a developme...EasyQ02Your company uses Google Workspace. You need to grant a new developer, Alice, the ability to view...MediumQ03You have created a new GCP project and want to deploy a Compute Engine instance. However, when yo...MediumQ05Your finance team wants to analyze Google Cloud costs using standard SQL and build custom dashboa...MediumQ06You have just installed the Google Cloud SDK on your local workstation. You need to authenticate,...Easy
Expert