Google
ASSOCIATE-CLOUD-ENGINEER · Question #135
You have successfully created a development environment in a project for an application. This application uses Compute Engine and Cloud SQL. Now, you need to create a production environment for this a
The correct answer is A. Create a new project, enable the Compute Engine and Cloud SQL APIs in that project, and. Explicitly they asking not sharing the resources and use the GCP best Practices. GCP Best practices indicate create a new project for every environment (DEV, QA, PRD). https://cloud.google.com/docs/enterprise/best-practices-for-enterprise-organizations#project-
Submitted by tom_us· Mar 30, 2026Setting up a cloud solution environment
Question
You have successfully created a development environment in a project for an application. This application uses Compute Engine and Cloud SQL. Now, you need to create a production environment for this application. The security team has forbidden the existence of network routes between these 2 environments, and asks you to follow Google-recommended practices. What should you do?
Options
- ACreate a new project, enable the Compute Engine and Cloud SQL APIs in that project, and
- BCreate a new production subnet in the existing VPC and a new production Cloud SQL instance in
- CCreate a new project, modify your existing VPC to be a Shared VPC, share that VPC with your
- DAsk the security team to grant you the Project Editor role in an existing production project used by
How the community answered
(39 responses)- A85% (33)
- B10% (4)
- C3% (1)
- D3% (1)
Explanation
Explicitly they asking not sharing the resources and use the GCP best Practices. GCP Best practices indicate create a new project for every environment (DEV, QA, PRD). https://cloud.google.com/docs/enterprise/best-practices-for-enterprise-organizations#project-
Topics
#project isolation#Compute Engine#Cloud SQL#network separation
Community Discussion
No community discussion yet for this question.