0
0
GCPcloud~10 mins

Terraform vs Deployment Manager decision in GCP - Interactive Practice

Choose your learning style9 modes available
Practice - 5 Tasks
Answer the questions below
1fill in blank
easy

Complete the code to specify the tool used for infrastructure as code in GCP.

GCP
tool = "[1]"
Drag options to blanks, or click blank then click option'
AKubernetes
BDocker
CTerraform
DJenkins
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing a container or CI/CD tool instead of infrastructure as code.
2fill in blank
medium

Complete the sentence to describe Deployment Manager's language.

GCP
Deployment Manager uses [1] to define resources.
Drag options to blanks, or click blank then click option'
APython
BJavaScript
CJSON
DYAML
Attempts:
3 left
💡 Hint
Common Mistakes
Confusing with programming languages like Python or JavaScript.
3fill in blank
hard

Fix the error in the statement about Terraform's state management.

GCP
Terraform stores its state [1] by default.
Drag options to blanks, or click blank then click option'
Alocally
Bin the cloud
Cin a database
Din a container
Attempts:
3 left
💡 Hint
Common Mistakes
Assuming state is stored automatically in the cloud.
4fill in blank
hard

Fill both blanks to complete the comparison: Terraform is {{BLANK_1}} and supports {{BLANK_2}} clouds.

GCP
Terraform is [1] and supports [2] clouds.
Drag options to blanks, or click blank then click option'
Amulti-cloud
Bsingle-cloud
Cmultiple
Done
Attempts:
3 left
💡 Hint
Common Mistakes
Thinking Terraform only supports one cloud.
5fill in blank
hard

Fill all three blanks to complete the sentence: Deployment Manager is {{BLANK_1}}, uses {{BLANK_2}} templates, and is {{BLANK_3}} to GCP.

GCP
Deployment Manager is [1], uses [2] templates, and is [3] to GCP.
Drag options to blanks, or click blank then click option'
Anative
BJinja
Cspecific
Dthird-party
Attempts:
3 left
💡 Hint
Common Mistakes
Confusing Deployment Manager as third-party or multi-cloud.