nerdexam
GoogleGoogle

ASSOCIATE-CLOUD-ENGINEER · Question #205

ASSOCIATE-CLOUD-ENGINEER Question #205: Real Exam Question with Answer & Explanation

The correct answer is A: Develop templates for the environment using Cloud Deployment Manager.. You can use Google Cloud Deployment Manager to create a set of Google Cloud resources and manage them as a unit, called a deployment. For example, if your team's development environment needs two virtual machines (VMs) and a BigQuery database, you can define these resources in a

Submitted by klara.se· Mar 30, 2026

Question

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?

Options

  • ADevelop templates for the environment using Cloud Deployment Manager.
  • BUse curl in a terminal to send a REST request to the relevant Google API for each individual
  • CUse the Cloud Console interface to provision and manage all related resources.
  • DCreate a bash script that contains all requirement steps as gcloud commands.

Explanation

You can use Google Cloud Deployment Manager to create a set of Google Cloud resources and manage them as a unit, called a deployment. For example, if your team's development environment needs two virtual machines (VMs) and a BigQuery database, you can define these resources in a configuration file, and use Deployment Manager to create, change, or delete these resources. You can make the configuration file part of your team's code repository, so that anyone can create the same environment with consistent results. https://cloud.google.com/deployment-manager/docs/quickstart

Community Discussion

No community discussion yet for this question.

Full ASSOCIATE-CLOUD-ENGINEER PracticeBrowse All ASSOCIATE-CLOUD-ENGINEER Questions