LeetQuiz Logo
Privacy Policy•contact@leetquiz.com
© 2025 LeetQuiz All rights reserved.
Google Associate Cloud Engineer

Google Associate Cloud Engineer

Get started today

Ultimate access to all questions.


A company is looking to establish a template for deploying resources dynamically based on specifications in configuration files. Which Google Cloud service best meets this requirement?

Real Exam



Explanation:

The correct answer is C (Deployment Manager) because it provides Infrastructure as Code (IaC) capabilities, allowing you to specify all the resources needed for your application in a declarative format using YAML. You can also use Python or Jinja2 templates to parameterize the configuration, enabling the reuse of common deployment paradigms. This approach treats your configuration as code and supports repeatable deployments.

  • Option A (Cloud Composer) is incorrect as it is a fully managed workflow orchestration service designed for authoring, scheduling, and monitoring pipelines across clouds and on-premises data centers.
  • Option B (Cloud Scheduler) is incorrect because it is a fully managed enterprise-grade cron job scheduler, not a tool for dynamic resource deployment based on configuration files.
  • Option D (Cloud Deployer) is incorrect as it is not a valid Google Cloud service.
Powered ByGPT-5