Google Cloud Associate Cloud Engineer — Question 148

Your company wants to standardize the creation and management of multiple Google Cloud resources using Infrastructure as Code. You want to minimize the amount of repetitive code needed to manage the environment. What should you do?

Answer options

Correct answer: A

Explanation

The correct answer is A because using Cloud Deployment Manager allows you to create reusable templates, significantly reducing repetitive code. The other options, such as using curl or the Cloud Console, either require more manual effort or don't provide the same level of standardization and automation that templates offer.