
Answer-first summary for fast verification
Answer: Implement a budget for each project with configured alerts to notify when spending exceeds the set limit.
Option C is correct because it directly addresses the requirement by creating individual budgets for each project, allowing for personalized spending limits and notifications. Option A is incorrect as it lacks the mechanism for individual budget alerts. Option B, while allowing for tracking per billing account, does not fulfill the need for individual budget notifications. Option D fails to meet the requirement by not providing individual developer notifications, instead offering a collective budget approach.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
Your company has recently onboarded interns into the cloud and development teams, providing them with burner GCP accounts for learning and testing. To ensure no developer exceeds a monthly spending limit of $700 on their burner account, and to receive notifications if they do, what is the best approach?
A
Enable BigQuery billing exports for all projects and create a Data Studio dashboard to monitor spending per project.
B
Establish a separate billing account for each burner project and use BigQuery billing exports to track spending per billing account.
C
Implement a budget for each project with configured alerts to notify when spending exceeds the set limit.
D
Create a unified budget for all projects and set up alerts to monitor overall spending.
No comments yet.