Which statement best describes the role of a Project in Google Cloud Platform's organizational structure?
Think about where projects fit in the hierarchy between organizations and resources.
In GCP, a Project is a container for resources and belongs under an Organization or can exist without one. It is not a top-level container nor a user or billing account.
You have an Organization in GCP and want to create a new Project for a team. Where should this Project be placed to follow best practices?
Consider how folders help organize projects within an organization.
Folders are used to group related projects under an organization for better management. Projects cannot be siblings to organizations or placed under billing accounts.
Which statement correctly describes how IAM permissions apply within a GCP Project?
Think about inheritance of permissions within a project.
Permissions set at the Project level apply to all resources within that project, both existing and future. Permissions do not cascade across projects automatically.
What is the best practice for associating billing accounts with Projects in GCP?
Consider how billing accounts and projects relate for cost management.
Multiple projects can share a single billing account to consolidate billing, but projects can also have separate billing accounts if isolation is needed.
What happens to the resources and services within a GCP Project when the Project is deleted?
Think about Google's safety measures for accidental deletions.
When a Project is deleted, it enters a 30-day soft-delete period allowing recovery. After this, resources and the project are permanently deleted.