
Google Professional Cloud Architect
Get started today
Ultimate access to all questions.
JencoMart, a global retailer with over 10,000 stores in 16 countries, is migrating several critical applications to Google Cloud Platform (GCP). The company has introduced a policy to reduce carbon output by 50% over the next 5 years and aims to decrease its on-premises footprint. Currently, all applications are hosted in 4 data centers, with customer data managed across Oracle and PostgreSQL databases. The security team requires all GCP infrastructure to be deployed using a least privilege model with separation of duties for administration between production and development resources. What Google domain and project structure should you recommend?
JencoMart, a global retailer with over 10,000 stores in 16 countries, is migrating several critical applications to Google Cloud Platform (GCP). The company has introduced a policy to reduce carbon output by 50% over the next 5 years and aims to decrease its on-premises footprint. Currently, all applications are hosted in 4 data centers, with customer data managed across Oracle and PostgreSQL databases. The security team requires all GCP infrastructure to be deployed using a least privilege model with separation of duties for administration between production and development resources. What Google domain and project structure should you recommend?
Explanation:
The correct answer is C. This follows Google's best practices for managing projects and environments in Google Cloud Platform (GCP). Creating a single G Suite account with each stage of each application in its own project ensures proper separation and isolation between different environments, such as development, testing, staging, and production. This structure helps in controlling access more effectively and reduces the possibility of changes in one environment affecting another. It also aligns with the principle of least privilege and separation of duties, as it allows for specific roles and permissions to be assigned to different projects based on the environment and application stage.