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. Engage with interactive quizzes and detailed explanations tailored to help you master key concepts. Ensure you're ready for a successful career in the cloud computing industry!

Practice this question and more.


The command to add an IAM binding policy.

  1. gcloud projects add-iam-binding

  2. gcloud bind-iam-policy

  3. gcloud add-policy-binding

  4. gcloud projects add-iam-policy-binding

The correct answer is: gcloud projects add-iam-policy-binding

The correct command to add an IAM policy binding is "gcloud projects add-iam-policy-binding". Option A is incorrect because "projects" is not listed in the command. Option B is incorrect because "bind-iam-policy" is not a valid command. Option C is incorrect because "add-policy-binding" is not a valid command. Therefore, the correct option is D, as it includes all the correct elements of the command.