Easy1 markMultiple Choice
GCP ACE · Question 01 · Domain 1.1: Setting up cloud projects and accounts
What is the highest level of the Google Cloud resource hierarchy?
What is the highest level of the Google Cloud resource hierarchy?
Answer options:
A.
Project
B.
Folder
C.
Organization
D.
Billing Account
How to approach this question
Recall the structure of the GCP resource hierarchy: Organization -> Folders -> Projects -> Resources.
Full Answer
C.Organization✓ Correct
Organization
The Google Cloud resource hierarchy resembles a traditional file system. The Organization node is the root node. Folders can contain projects or other folders. Projects contain the actual cloud resources (like Compute Engine VMs or Cloud Storage buckets).
Common mistakes
Confusing Projects (where resources live) with the Organization (the root container).
Practice the full GCP Associate Cloud Engineer Practice Exam 1
50 questions · hints · full answers · grading
More questions from this exam
Q02You need to enable the Compute Engine API in a new project using the command line. Which command ...EasyQ03You are setting up a new GCP environment. You need to grant a group of developers access to view ...MediumQ04You want to receive an email notification when your GCP spending exceeds $1000 this month. What s...EasyQ05You need to analyze your GCP billing data using complex SQL queries to understand cost trends acr...MediumQ06You have just installed the Google Cloud SDK on your local machine. Which command should you run ...Easy
Expert