Google
ASSOCIATE-CLOUD-ENGINEER · Question #188
Your team maintains the infrastructure for your organization. The current infrastructure requires changes. You need to share your proposed changes with the rest of the team. You want to follow Google'
The correct answer is B. Use Deployment Manager templates to describe the proposed changes and store them in Cloud. Deployment Manager Template can be written in either Jinja or Python, this is Infrastructure as Code (IaC) we are talking about here, same as AWS Cloudformation, or Terraform. Therefore, they should be stored on a git repository such as Google Cloud Source Repositories.
Submitted by ricky.ec· Mar 30, 2026Deploying and implementing a cloud solution
Question
Your team maintains the infrastructure for your organization. The current infrastructure requires changes. You need to share your proposed changes with the rest of the team. You want to follow Google's recommended best practices. What should you do?
Options
- AUse Deployment Manager templates to describe the proposed changes and store them in a
- BUse Deployment Manager templates to describe the proposed changes and store them in Cloud
- CApply the change in a development environment, run gcloud compute instances list, and then
- DApply the change in a development environment, run gcloud compute instances list, and then
How the community answered
(20 responses)- A5% (1)
- B90% (18)
- D5% (1)
Explanation
Deployment Manager Template can be written in either Jinja or Python, this is Infrastructure as Code (IaC) we are talking about here, same as AWS Cloudformation, or Terraform. Therefore, they should be stored on a git repository such as Google Cloud Source Repositories.
Topics
#Deployment Manager#infrastructure as code#source control#change management
Community Discussion
No community discussion yet for this question.