Topic 3
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?
D
Explanation:
Reference: https://cloud.google.com/identity/docs/setup
The recommended strategy for ensuring segregation of Google Cloud resources for each department with multiple environments (development, testing, and production) would be to create a folder per department, and create a project per environment in each folder.
This strategy provides a clear and organized structure for managing resources. By creating a folder per department, you can logically group projects and enforce access controls and policies at the folder level. Within each folder, you can then create separate projects for each environment (development, testing, and production). This allows for better isolation and control of resources within each environment.