Google Cloud Certified Associate Cloud Engineer Practice

Disable ads (and more) with a membership for a one time $2.99 payment

Prepare for the Google Cloud Certified Associate Cloud Engineer Exam with our comprehensive quiz. Engage with interactive flashcards and multiple choice questions that offer hints and detailed explanations to solidify your understanding. Get ready to excel!

Each practice test/flash card set has 50 randomly selected questions from a bank of over 500. You'll get a new set of questions each time!

Practice this question and more.


Your team has chosen to use Deployment Manager to create the Compute Engine infrastructure for your application. You've already run the gcloud deployment-manager deployments create command to create the deployment. You've updated 2 resources in the template and need to deploy the change. What command should you use?

  1. A. gcloud deployment-manager resources apply

  2. B. gcloud deployment-manager deployments update

  3. C. gcloud deployment-manager resources update

  4. D. gcloud deployment-manager deployments apply

The correct answer is: B. gcloud deployment-manager deployments update

After making changes to resources in the deployment template, the gcloud deployment-manager deployments update command should be used in order to deploy those changes. Option A is incorrect because it applies changes to specific resources, not the entire deployment. Option C is incorrect because it only updates existing resources and does not deploy any changes to the infrastructure. Option D is incorrect because it simply applies the deployment template but does not take into account any changes that have been made.