A new cloud administrator is documenting how resources are organized in the company's Google Cloud environment. Which option correctly describes the Google Cloud resource hierarchy from the top level down?
Choose one.
The Google Cloud resource hierarchy defines how resources are grouped and how IAM policies and organization policies flow downward. Its layers, from top to bottom, are the organization node, folders, projects, and finally the service resources themselves.
Option (a) is the only ordering that matches Resource Manager's model: the organization is the root, folders provide optional intermediate grouping (for departments, teams, or environments), every resource must belong to exactly one project, and projects attach to a folder or directly to the organization. Options (b) and (d) invert the folder/project relationship — projects can never contain folders. Option (c) places folders above the organization, which is impossible because the organization node is always the root of the hierarchy.
- Remember the hierarchy top-down: organization, folders, projects, resources.
- Note that folders are optional and can be nested, but projects and the organization node are not optional in an enterprise setup.
- Recall that IAM allow policies set at a higher level are inherited by everything beneath that level, which is why the ordering matters on the exam.
Exam tip: The hierarchy is organization, folders, projects, resources — and policies inherit downward through it.
Setting Up Google Cloud Projects, Resource Hierarchy, and IAM — the lesson that teaches this.