Free Microsoft GH-200 Actual Exam Questions - Question 9 Discussion

Question No. 9
What is the right method to ensure users approve a workflow before the next step proceeds?
Select one option, then reveal solution.
US
MV
Marco V.
2026-02-22

Good point, but A limits code changes, not necessarily workflow steps, so C feels closer here.

0
PR
Paul R.
2026-02-19

C imo, since required reviewers for environments explicitly trigger approval before deployment steps, which fits "workflow approval" better than general permissions.

0
UI
Usman I.
2026-02-16

Option A could work since branch protection rules can block progress until certain users approve changes, so it's another way to enforce user approval before continuing.

0
AP
Amit P.
2026-01-25

B, since granting workflow approval permissions directly controls the workflow steps.

0
AP
Amit P.
2026-01-24

A/D? Branch protection (A) mostly controls code merges, so maybe not for workflow approval. D sounds broader than B and might cover workflow permissions under the repo umbrella.

0
RI
Ryan I.
2026-01-21

D imo, repository approval permissions seem broader and could cover workflows too, making sure only authorized users can greenlight the next steps regardless of environment specifics.

0
RI
Ryan I.
2026-01-20

B, granting users workflow approval permissions directly handles the approval step.

0
RI
Ryan I.
2026-01-20

Makes sense that C would work if the workflow involves deployment to an environment since you can gate progress with required reviewers. But if the workflow isn’t environment-specific, B could also be valid because granting workflow approval permissions lets users directly approve runs before continuing. I’d go with C if the context fits environment deployments; otherwise, B might be the safer pick.

0
SI
Sohail I.
2026-01-15

Maybe C, adding users as required reviewers for an environment sounds like the approval step before moving on.

0