
Answer-first summary for fast verification
Answer: Create a single G Suite account to manage users with each stage of each application in its own project
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.
Author: LeetQuiz Editorial Team
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?
A
Create two G Suite accounts to manage users: one for development/test/staging and one for production. Each account should contain one project for every application
B
Create two G Suite accounts to manage users: one with a single project for all development applications and one with a single project for all production applications
C
Create a single G Suite account to manage users with each stage of each application in its own project
D
Create a single G Suite account to manage users with one project for the development/test/staging environment and one project for the production environment
No comments yet.