nerdexam
Google

ASSOCIATE-CLOUD-ENGINEER · Question #7

You need to update a deployment in Deployment Manager without any resource downtime in the deployment. Which command should you use?

The correct answer is B. gcloud deployment-manager deployments update --config <deployment-config- path>. Update and create resource is not even a command under deployment management service. https://cloud.google.com/sdk/gcloud/reference/deployment-manager/deployments/update

Submitted by hans_de· Mar 30, 2026Ensuring successful operation of a cloud solution

Question

You need to update a deployment in Deployment Manager without any resource downtime in the deployment. Which command should you use?

Options

  • Agcloud deployment-manager deployments create --config <deployment-config- path>
  • Bgcloud deployment-manager deployments update --config <deployment-config- path>
  • Cgcloud deployment-manager resources create --config <deployment-config-path>
  • Dgcloud deployment-manager resources update --config <deployment-config-path>

How the community answered

(27 responses)
  • B
    93% (25)
  • C
    4% (1)
  • D
    4% (1)

Explanation

Update and create resource is not even a command under deployment management service. https://cloud.google.com/sdk/gcloud/reference/deployment-manager/deployments/update

Topics

#Deployment Manager#deployment update#gcloud commands#zero downtime

Community Discussion

No community discussion yet for this question.

Full ASSOCIATE-CLOUD-ENGINEER Practice