nerdexam
Google

ASSOCIATE-CLOUD-ENGINEER · Question #4

ASSOCIATE-CLOUD-ENGINEER Question #4: Real Exam Question with Answer & Explanation

The correct answer is A. Deployment Manager. Google Cloud Deployment Manager allows 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 and allow reuse of common deployment paradigms such as a load bala

Submitted by omar99· Mar 30, 2026

Question

You need a dynamic way of provisioning VMs on Compute Engine. The exact specifications will be in a dedicated configuration file. You want to follow Google's recommended practices. Which method should you use?

Options

  • ADeployment Manager
  • BCloud Composer
  • CManaged Instance Group
  • DUnmanaged Instance Group

Explanation

Google Cloud Deployment Manager allows 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 and allow reuse of common deployment paradigms such as a load balanced, auto-scaled instance group. Treat your configuration as code and perform repeatable https://cloud.google.com/deployment-manager

Community Discussion

No community discussion yet for this question.

Full ASSOCIATE-CLOUD-ENGINEER Practice