Google Cloud Associate Cloud Engineer — Question 136
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?
Answer options
- A. Use Deployment Manager templates to describe the proposed changes and store them in a Cloud Storage bucket.
- B. Use Deployment Manager templates to describe the proposed changes and store them in Cloud Source Repositories.
- C. Apply the changes in a development environment, run gcloud compute instances list, and then save the output in a shared Storage bucket.
- D. Apply the changes in a development environment, run gcloud compute instances list, and then save the output in Cloud Source Repositories.
Correct answer: B
Explanation
The correct answer is B because using Deployment Manager templates and storing them in Cloud Source Repositories aligns with Google's best practices for version control and collaboration. Option A is incorrect as Cloud Storage is not meant for source code management. Options C and D involve executing commands to check instances, which does not effectively communicate proposed changes to the team.