GoogleGoogle
ASSOCIATE-CLOUD-ENGINEER · Question #58
ASSOCIATE-CLOUD-ENGINEER Question #58: Real Exam Question with Answer & Explanation
The correct answer is A: Use gcloud to create the new project, and then deploy your application to the new project.. gcloud can be used to create a new project and the gcloud app deploy can point to the new
Submitted by wei.xz· Mar 30, 2026
Question
You have a project for your App Engine application that serves a development environment. The required testing has succeeded and you want to create a new project to serve as your production environment. What should you do?
Options
- AUse gcloud to create the new project, and then deploy your application to the new project.
- BUse gcloud to create the new project and to copy the deployed application to the new project.
- CCreate a Deployment Manager configuration file that copies the current App Engine deployment
- DDeploy your application again using gcloud and specify the project parameter with the new project
Explanation
gcloud can be used to create a new project and the gcloud app deploy can point to the new
Community Discussion
No community discussion yet for this question.