nerdexam
Google

ASSOCIATE-CLOUD-ENGINEER · Question #77

You have been asked to automate the infrastructure deployment using Google Deployment Manager service. Which all formats do Deployment manager template supports?

The correct answer is B. YAML D. Python. Google Cloud Deployment Manager templates support both YAML for configuration and Python for more dynamic, programmatic definitions.

Submitted by chiamaka_o· Mar 30, 2026Deploying and implementing a cloud solution

Question

You have been asked to automate the infrastructure deployment using Google Deployment Manager service. Which all formats do Deployment manager template supports?

Options

  • AJSON
  • BYAML
  • CPowershell
  • DPython

How the community answered

(35 responses)
  • A
    3% (1)
  • B
    91% (32)
  • C
    6% (2)

Why each option

Google Cloud Deployment Manager templates support both YAML for configuration and Python for more dynamic, programmatic definitions.

AJSON

While JSON is a data serialization format, YAML is the standard configuration language for Deployment Manager templates, and Python can generate JSON.

BYAMLCorrect

YAML is the primary configuration language for Deployment Manager, used to define the desired state of resources.

CPowershell

Powershell is a scripting language primarily used in Microsoft environments and is not a supported templating language for Google Cloud Deployment Manager.

DPythonCorrect

Python is used for creating template files that allow for programmatic logic, enabling dynamic resource generation and complex configurations within Deployment Manager deployments.

Concept tested: Deployment Manager template languages

Source: https://cloud.google.com/deployment-manager/docs/fundamentals/templates

Topics

#Deployment Manager#infrastructure as code#YAML#Python templates

Community Discussion

No community discussion yet for this question.

Full ASSOCIATE-CLOUD-ENGINEER Practice