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.


What flag should you use when deploying to App Engine to prevent the version from getting 100% of the traffic?

  1. --no-balance

  2. --no-traffic

  3. --traffic-limit

  4. --no-promote

The correct answer is: --no-promote

The flag you should use when deploying to App Engine to prevent the version from getting 100% of the traffic is "--no-promote". This flag prevents the new version from automatically receiving all incoming traffic and allows the user to manually specify the amount of traffic the new version should receive. The other options are incorrect because - "--no-balance" is not a valid flag for App Engine deployments. - "--no-traffic" does not specifically target the percentage of traffic and instead prevents traffic from being routed to the newly deployed version at all. - "--traffic-limit" is not a valid flag for App Engine deployments. Overall, only "--no-promote" directly addresses the issue of controlling the percentage of traffic a new version receives.