ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 164 - Associate Cloud Engineer discussion

Report
Export

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?

A.
Create a bash script that contains all requirement steps as gcloud commands
Answers
A.
Create a bash script that contains all requirement steps as gcloud commands
B.
Develop templates for the environment using Cloud Deployment Manager
Answers
B.
Develop templates for the environment using Cloud Deployment Manager
C.
Use curl in a terminal to send a REST request to the relevant Google API for each individual resource.
Answers
C.
Use curl in a terminal to send a REST request to the relevant Google API for each individual resource.
D.
Use the Cloud Console interface to provision and manage all related resources
Answers
D.
Use the Cloud Console interface to provision and manage all related resources
Suggested answer: B

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

asked 18/09/2024
Romain PAILLAS
32 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first