Question 120 of 300
hardmultiple choiceObjective-mapped

ACE Practice Question: A managed instance group serves production traffic

This ACE practice question tests your understanding of a managed instance group serves production traffic. The scenario asks you to isolate a root cause — eliminate options that address a different problem before choosing. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.

A managed instance group serves production traffic. During a rolling update to a new VM template, 30% of instances become unhealthy (failing health checks). The update has not completed yet. What should the team do to immediately restore service?

Question 1hardmultiple choice
Full question →

A managed instance group serves production traffic. During a rolling update to a new VM template, 30% of instances become unhealthy (failing health checks). The update has not completed yet. What should the team do to immediately restore service?

Answer choices

Why each option matters

Good practice is not just finding the correct option. The wrong answers often show the exact trap the exam wants you to fall into.

A

Distractor review

Disable autohealing temporarily to prevent the MIG from restarting instances

Disabling autohealing prevents automatic recovery of unhealthy instances — it makes the situation worse, not better.

B

Distractor review

Delete all unhealthy instances manually; the MIG will recreate them with the old template

Deleting instances will cause the MIG to recreate them with the new (broken) template, not the old one — this doesn't resolve the issue.

C

Best answer

Pause the rolling update, then roll back using `gcloud compute instance-groups managed rolling-action rollback`

Rolling back the MIG update reverts all instances (including the updated ones) to the previous template version, quickly restoring service.

D

Distractor review

Increase the target size of the MIG to dilute the unhealthy instances

New instances created during a scale-out will use the new (broken) template — this doesn't fix the issue and wastes resources.

Common exam trap

Common exam trap: answer the scenario, not the keyword

Many certification questions include familiar terms but test a specific constraint. Read the exact wording before choosing an answer that is generally true but wrong for this case.

Technical deep dive

How to think about this question

This question should be treated as a scenario, not a definition check. Identify the problem, the constraint and the best action. Then compare each option against those facts.

KKey Concepts to Remember

  • Read the scenario before looking for a memorised answer.
  • Find the constraint that changes the correct option.
  • Eliminate answers that are true in general but not in this case.
  • Use explanations to understand the rule behind the answer.

TExam Day Tips

  • Underline the problem statement mentally.
  • Watch for words such as best, first, most likely and least administrative effort.
  • Review why wrong options are wrong, not only why the correct option is correct.

Key takeaway

Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Related practice questions

Related ACE practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

More questions from this exam

Keep practising from the same exam bank, or move into a focused topic page if this question exposed a weak area.

Practice this exam

Start a free ACE practice session

Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.

FAQ

Questions learners often ask

What does this ACE question test?

Read the scenario before looking for a memorised answer.

What is the correct answer to this question?

The correct answer is: Pause the rolling update, then roll back using `gcloud compute instance-groups managed rolling-action rollback` — GCP MIG rolling updates support rollback — `gcloud compute instance-groups managed rolling-action rollback` reverts instances to the previous template. This is faster than abandoning and recreating instances manually. The MIG's autohealing restarts unhealthy instances but doesn't revert the template version.

What should I do if I get this ACE question wrong?

Identify which ACE exam domain this question belongs to, then review the specific concept being tested. Practise related questions in that domain and focus on understanding why each wrong answer is tempting — not just why the correct answer is right.

About these practice questions

Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Discussion

Loading comments…

Sign in to join the discussion.

This ACE practice question is part of Courseiva's free Google Cloud certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the ACE exam.