In Google Cloud Platform, which of the following correctly describes the hierarchy from highest to lowest level for organizing resources?
Think about how companies organize their cloud resources from broadest to most specific.
The correct hierarchy is Organization at the top, then Folder, then Project, and finally individual Resources. This helps manage permissions and billing effectively.
You want to grant a user the ability to create and manage Compute Engine instances in a specific GCP project. Which IAM role should you assign to the user at the project level?
Consider the principle of least privilege: assign only the permissions needed.
The roles/compute.admin role allows managing Compute Engine resources without granting full project editing or ownership rights.
You have created a new GCP project but want to link it to an existing billing account. Which gcloud command correctly links the billing account to the project?
gcloud ...
Check the latest gcloud command group for billing project linking.
The correct command uses 'gcloud projects set-billing' to associate a billing account with a project.
Which of the following is the best practice for naming GCP projects to ensure clarity and uniqueness?
Think about how to make project names meaningful and easy to identify.
Using company name, environment (like dev, prod), and project purpose in lowercase with hyphens helps keep project names clear and unique.
What happens to the resources and services within a GCP project immediately after you delete the project?
Consider Google's safety measures to prevent accidental data loss.
When a project is deleted, it enters a 30-day grace period where it can be restored. After this period, all resources are permanently deleted.