Free Microsoft GH-200 Actual Exam Questions - Question 1 Discussion
D imo, since JavaScript actions are for custom logic but don’t natively bundle multiple run steps like composite actions do. This sets A apart as the clear choice for combining steps.
Probably A. Composite actions are designed to combine multiple steps into one reusable action without extra setup, unlike Docker or JavaScript which are more specialized.
I think B and D can be ruled out since those are more for scripting individual steps rather than bundling several steps together. Docker container actions (C) package up an entire environment but might be overkill if you just want to group commands without extra dependencies. That leaves composite actions (A) since they’re designed exactly to wrap multiple run steps into one reusable action without extra complexity. But does the question hint at needing environment isolation or just simple step bundling?
A imo, since it’s made exactly for grouping steps without extra complexity.
A. Composite actions are the only option that let you bundle multiple run steps directly without needing a separate script or container, so it’s the cleanest fit here.
It’s A since composite actions combine steps without extra runtime setups.
A. Composite actions are specifically meant to string together multiple steps into one reusable action without needing separate containers or scripts, which fits the question’s goal perfectly.
Maybe A makes the most sense since composite actions are designed to combine multiple steps without needing extra setup like Docker or scripting languages. The question seems focused on bundling steps, not on runtime environment.
A imo, composite actions are made to group steps together.