In Google Cloud, resources are organized in a hierarchy: Organization > Folder > Project > Resources. If you assign a role at the Folder level, what happens to the permissions on projects inside that folder?
Think about how inheritance works in a family tree.
In Google Cloud, permissions set at a higher level in the resource hierarchy automatically apply to all resources below it. So, roles assigned at the Folder level apply to all projects and resources inside that folder.
You want to separate billing and access control for two departments in your company using Google Cloud. Which resource hierarchy setup best supports this goal?
Think about grouping projects logically for billing and access.
Using folders under a single Organization allows you to group projects by department. This makes it easier to assign billing accounts and access controls at the folder level, which then apply to all projects inside.
If you delete a Folder in Google Cloud that contains several projects, what happens to the access permissions and resources inside those projects?
Consider what happens to children when their parent is removed in a hierarchy.
When a folder is deleted, its projects move up to the Organization level. They retain their access permissions, either directly assigned or inherited from the Organization.
How does Google Cloud apply service quotas when resources are organized in a hierarchy?
Think about how limits are usually set per isolated unit.
In Google Cloud, service quotas are set and enforced at the project level. The resource hierarchy does not aggregate or share quotas across projects or folders.
You want to design a Google Cloud resource hierarchy that minimizes the risk of accidental permission changes affecting critical projects. Which approach is best?
Think about isolating sensitive resources to control access tightly.
Separating critical projects into their own folder with strict permissions helps isolate them from broader permissions assigned at higher levels. This reduces risk of accidental permission changes affecting critical resources.