GoogleGoogle
ASSOCIATE-CLOUD-ENGINEER · Question #77
ASSOCIATE-CLOUD-ENGINEER Question #77: Real Exam Question with Answer & Explanation
The correct answer is B: YAML. Google Cloud Deployment Manager templates support both YAML for configuration and Python for more dynamic, programmatic definitions.
Submitted by chiamaka_o· Mar 30, 2026
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
Explanation
Google Cloud Deployment Manager templates support both YAML for configuration and Python for more dynamic, programmatic definitions.
Common mistakes.
- A. While JSON is a data serialization format, YAML is the standard configuration language for Deployment Manager templates, and Python can generate JSON.
- C. Powershell is a scripting language primarily used in Microsoft environments and is not a supported templating language for Google Cloud Deployment Manager.
Concept tested. Deployment Manager template languages
Reference. https://cloud.google.com/deployment-manager/docs/fundamentals/templates
Community Discussion
No community discussion yet for this question.