CLOUD-DIGITAL-LEADER · Question #346
Your organization needs to ensure that the Google Cloud resources of each of your departments are segregated from one another. Each department has several environments of its own: development, testing
The correct answer is B. Create a folder per department, and create a project per environment in each folder.. In Google Cloud's resource hierarchy (Organization > Folders > Projects > Resources), folders are the correct unit for grouping related projects and applying shared policies. Creating one folder per department allows department-level IAM policies and quotas to be inherited by all
Question
Your organization needs to ensure that the Google Cloud resources of each of your departments are segregated from one another. Each department has several environments of its own:
development, testing, and production. Which strategy should your organization choose?
Options
- ACreate a project per department, and create a folder per environment in each project.
- BCreate a folder per department, and create a project per environment in each folder.
- CCreate a Cloud Identity domain per department, and create a project per environment in each
- DCreate a Cloud Identity domain per environment, and create a project per department in each
How the community answered
(40 responses)- A3% (1)
- B85% (34)
- C8% (3)
- D5% (2)
Explanation
In Google Cloud's resource hierarchy (Organization > Folders > Projects > Resources), folders are the correct unit for grouping related projects and applying shared policies. Creating one folder per department allows department-level IAM policies and quotas to be inherited by all environments beneath them. Within each department folder, creating one project per environment (dev, test, prod) provides strong isolation boundaries, separate billing, and distinct access controls per environment. Option A reverses the hierarchy incorrectly. Options C and D incorrectly use Cloud Identity domains (which are for user identity management, not resource segregation) as the primary isolation mechanism.
Topics
Community Discussion
No community discussion yet for this question.