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

Question No. 3
Where should workflow files be stored to be triggered by events in a repository?
Select one option, then reveal solution.
US
NR
Naveed R.
2026-02-22

It’s A for sure. Workflows have to be in .github/workflows/ because that’s where GitHub looks for them. B is for custom actions, which are different from workflows. C is wrong since you can’t just attach workflows in the UI – they need to be code files in a specific place. E isn’t an actual recognized folder, and D is definitely out since workflows won’t trigger if they’re scattered randomly. So, only A makes sense here.

0
RQ
Ravi Q.
2026-02-22

B imo, since .github/actions/ is for custom actions, not workflows.

0
RQ
Ravi Q.
2026-02-19

Not D, workflows can’t be just anywhere; GitHub won’t recognize them outside of the specific folder. A is correct since that’s the standard directory for triggering workflows.

0
RQ
Ravi Q.
2026-02-19

Agree with A, workflows must be in .github/workflows/ to trigger events properly.

0
MG
Mohammad G.
2026-02-17

A vs E? I’m sticking with A because .github/workflows/ is the official spot GitHub Docs mention for workflows to run properly. E looks like it’s just made up or maybe a guess. B is for actions, not workflows, so that’s different. C and D don’t fit since workflows won’t work if saved anywhere or only through UI. So yeah, A feels right by how GitHub organizes stuff.

0
MV
Mason V.
2026-02-16

Maybe A, since workflows have to be in a dedicated folder, and the .github/workflows/ path is the common standard for triggering on repo events.

0
AG
Amit G.
2026-02-15

Option A because workflows need to be in a specific folder, not just anywhere.

0
OF
Osama F.
2026-02-14

It’s A since GitHub docs say workflows must be under .github/workflows/.

0
OF
Osama F.
2026-02-14

Probably A since that’s the known default path for GitHub workflows to run.

0
SW
Sami W.
2026-02-12

Maybe A since GitHub Actions expects workflows in a specific place, and B is for custom actions, not workflows themselves. D and E don’t match standard paths.

0
SW
Sami W.
2026-02-11

Not C, workflow files aren’t just linked through the UI—they need to be in the repo itself. So A makes more sense since that’s the standard folder for GitHub Actions workflows.

0
MK
Marco K.
2026-01-25

A, workflows must be in .github/workflows/ to activate properly.

0
IS
Imran S.
2026-01-23

Maybe D is out since the workflows need a specific place to be detected. B is for actions, so that’s not it. C sounds wrong because you can’t just attach a workflow through the UI without a file in the repo. E is close but missing the .github part which is pretty essential. So A makes the most sense since GitHub looks in .github/workflows/ to find these files and trigger events accordingly.

0
IS
Imran S.
2026-01-20

It’s A because workflows have to be in a specific path for GitHub to recognize them, not just anywhere, so D and E can’t be right. B is for actions, not workflows.

0
HO
Hassan O.
2026-01-20

Makes sense that it’s A since GitHub docs always show .github/workflows/ as the folder. A

0
VE
Vikas E.
2026-01-19

A, because the workflows folder is specifically meant for workflow files, not actions or other files.

0
AB
Ash B.
2026-01-15

Option A says .github/workflows/, but does it require a specific branch like main or can it be any branch?

0