Courseiva
How Google Cloud Resources Are ManagedeasyMultiple ChoiceObjective-mapped

Cloud Digital Leader How Google Cloud Resources Are Managed Practice Question

A company has set a budget alert at 80% and 100% of $10,000 for a specific project. The project has a billing account linked. What happens when the cost reaches $8,000?

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

A notification is sent to the configured Pub/Sub topic.

Budget alerts trigger notifications at the defined threshold percentages. At $8,000 (80% of $10,000), the alert fires but does not automatically stop spending.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • The project is automatically suspended.

    Why it's wrong here

    Budget alerts are purely passive notifications; they do not automatically suspend or change the lifecycle state of a project. Even if spending exceeds the threshold, the project remains active and billable until an administrator manually disables billing or you have separately configured automation (e.g., a Cloud Function) to act on the Pub/Sub message. The alert itself has no IAM privileges or control-plane hooks to modify project state.

  • All resources in the project are deleted.

    Why it's wrong here

    Budget alerts never delete or terminate resources. The Cloud Billing budget service is limited to emitting notifications, typically via email or Pub/Sub; it has no integration with resource lifecycle management APIs such as Compute Engine or Cloud Resource Manager. Deleting resources would require a separately-built automation workflow, such as a Cloud Function that subscribes to the alert and explicitly calls deletion APIs—this is not something the budget service does by default.

  • The billing account is disabled.

    Why it's wrong here

    Disabling a billing account is an administrative action that requires specific IAM permissions and is usually done manually through the Cloud Console or via an API call. Budget alerts do not have the authority or mechanism to change the billing account state, and they only produce notifications when thresholds are crossed. Even if the budget is exhausted, the billing account remains enabled until a human or external automation explicitly disables it, meaning resources could still incur charges.

  • A notification is sent to the configured Pub/Sub topic.

    Why this is correct

    A notification is sent to the configured Pub/Sub topic—this is the correct and primary behavior of a budget alert. When spending (or forecasted spending) exceeds a threshold, the Cloud Billing service publishes a message containing details like the budget name, current cost, and threshold value to the topic you selected. This message can then be consumed by Cloud Functions, Cloud Run, or other services to trigger automated responses, but the alert itself only delivers the notification.

About these practice questions

This GCDL question is part of Courseiva's 829-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This GCDL practice question is part of Courseiva's free Google Cloud certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the GCDL exam.