GitHub Actions Questions and Answers
300 questions organized by topic with detailed explanations
GitHub
GH-200
300 questions
5 topics
Updated Jul 2026Author and manage workflows
72 questions18 easy36 medium18 hard~24% of exam
Consume and troubleshoot workflows
58 questions15 easy28 medium15 hard~19% of exam
Author and maintain actions
56 questions15 easy26 medium15 hard~19% of exam
Which list names the three supported custom action types in GitHub Actions?An action meets Marketplace requirements except that the repository also contains workflow files. What happens when the ...A published action is listed in GitHub Marketplace. The maintainer renames the metadata file from `action.yml` to `my-ac...
Manage GitHub Actions for the enterprise
72 questions18 easy35 medium19 hard~24% of exam
Secure and optimize automation
42 questions12 easy25 medium5 hard~14% of exam
All Questions
| # | Question | Topic | Difficulty |
|---|---|---|---|
| 1 | Two parallel jobs in the same workflow both use `actions/upload-artifact@v4` with the artifact name ... | Consume and troubleshoot workflows | hard |
| 2 | Which statement about the `schedule` event is correct? | Author and manage workflows | medium |
| 3 | At which scopes can self-hosted runners be added in GitHub Actions? | Manage GitHub Actions for the enterprise | easy |
| 4 | Which trigger must a workflow declare so that another workflow can call it as a reusable workflow? | Author and manage workflows | easy |
| 5 | Which capability is provided by larger runners that standard GitHub-hosted runners do not provide by... | Manage GitHub Actions for the enterprise | medium |
Sign in to see all 300 questions
Create a free account to browse the questions included with the free plan.
Ready to test your knowledge?
Take a full GitHub Actions practice test with timed exam simulation.
Start Practice Test