Free Practice Questions for GitHub Actions
Exam-style questions and explanations by OpenExamPrep.
Loading practice questions...
Explore More GitHub Certifications
Continue into nearby exams from the same family. Each card keeps practice questions, study guides, flashcards, videos, and articles in one place.
More From This Family
Videos and articles for deeper review.
Key Facts: GitHub Actions Exam
100 min
Exam Time
Microsoft Learn
700/1000
Passing Score
Microsoft Learn
30-40 hrs
Study Time
Recommended
100M+
GitHub Users
GitHub 2024
$99
Exam Fee
GitHub
2 years
Certification Validity
GitHub
The GitHub Actions Certification (GH-200) exam has 60 scored questions plus about 10-15 unscored pretest items in 100 minutes, with a 700/1,000 scaled passing score and a two-year validity. The largest domains are Author and Manage Workflows (20-25%) and Manage GitHub Actions for the Enterprise (20-25%). The exam was updated in January 2026 with a new Secure and Optimize Automation domain. It costs $99 and is delivered through Pearson VUE. GitHub certifications have no expiration but recommend annual renewal assessments.
Sample GitHub Actions Practice Questions
Try these sample questions to review concepts for the GitHub Actions exam. Each question includes a detailed explanation. Start the interactive quiz above for the full 100+ question experience with AI tutoring.
1A developer wants a workflow to run every weekday at 8:00 AM UTC. Which cron expression in the schedule trigger achieves this?
2Which keyword in a workflow file is used to define a dependency between two jobs so that one job runs only after another completes successfully?
3A workflow step uses `${{ secrets.API_KEY }}` but the value is empty at runtime. The secret is correctly set in the repository settings. What is the most likely cause?
4Which file must be present at the root of a repository to define a custom GitHub Action?
5A team wants to share a set of workflow steps across multiple repositories. Which approach is recommended?
6What is the correct syntax to reference an output from a previous step named 'build' within the same job?
7An organization wants to restrict which actions can be used in their repositories. Where is this configured?
8Which of the following is a valid way to pass an environment variable to all steps in a job?
9A workflow uses a matrix strategy to test against Node.js versions 16, 18, and 20 on both ubuntu-latest and windows-latest. How many job instances will be created?
10Which GitHub Actions runner type should be used when a workflow requires a GPU for machine learning model testing?
About the GitHub Actions Exam
The GitHub Actions Certification validates expertise in automating software development workflows with GitHub Actions. Covering CI/CD pipeline creation, custom action development, enterprise governance, and security best practices, this intermediate-level certification is designed for DevOps engineers, software developers, and IT professionals who build and manage automation at scale.
Exam sponsor: GitHub / Microsoft (Pearson VUE). The requirements and fees below concern the certification or admission exam, separate from our free practice resources.
Assessment
Variable-length assessment
Time Limit
100 minutes (120-minute seat time)
Passing Score
700/1000 scaled (not a fixed percentage)
Reported exam pass rate: Not published by GitHub. GitHub does not publish official pass rates Exam sponsor website
Fees, eligibility, and exam policies can change. Confirm them with the exam sponsor before applying or paying.
Our practice resources: topics covered
We aim to reflect publicly available exam outlines and topic information in our study resources. Coverage, format, and difficulty may differ from the actual exam, and we cannot guarantee that every detail is accurate or current. Confirm exam requirements, fees, and policies with the official exam sponsor.
Author and Manage Workflows
Triggers, events, jobs, steps, conditional logic, matrix strategies, environment variables
Consume and Troubleshoot Workflows
Reusable workflows, workflow_call, troubleshooting failures, workflow logs, status functions
Author and Maintain Actions
JavaScript, Docker, and composite actions, action metadata, versioning, Marketplace publishing
Manage GitHub Actions for the Enterprise
Organization policies, runner groups, required workflows, usage monitoring, environments
Secure and Optimize Automation
Secrets, OIDC, GITHUB_TOKEN permissions, supply chain security, caching, artifacts
Preparing for the GitHub Actions Exam
What You Need to Know
- Passing score: 700/1000 scaled (not a fixed percentage)
- Assessment: Variable-length assessment
- Time limit: 100 minutes (120-minute seat time)
- Exam / certification fees: $99 Official sources
Using Our Practice Resources
- Work through all 100 available questions
- Review every answer and explanation
- Track weak areas and revisit them
- Use our AI tutor for tough concepts
GitHub Actions: Suggested Study Strategy
Frequently Asked Questions
What is the GitHub Actions certification pass rate?
GitHub does not publish official pass rates. The exam requires a scaled score of 700 out of 1,000, which is not a fixed percentage of correct answers. With 60 scored questions plus about 10-15 pretest items in 100 minutes, you have roughly 80 seconds per question. Candidates with hands-on workflow experience tend to perform significantly better.
How many questions are on the GitHub Actions certification exam?
The GH-200 exam has 60 scored questions plus about 10-15 unscored pretest items (roughly 70-75 total). You have 100 minutes of exam time inside a 120-minute seat. Questions are multiple-choice and multiple-select. The unscored questions are mixed in and cannot be identified, so treat every question as if it counts.
What topics does the GitHub Actions exam cover?
The GH-200 covers five domains (updated January 2026): Author and Manage Workflows (20-25%) covering triggers, jobs, and expressions; Consume and Troubleshoot Workflows (15-20%) covering reusable workflows and debugging; Author and Maintain Actions (15-20%) covering custom action development; Manage GitHub Actions for the Enterprise (20-25%) covering policies and governance; and Secure and Optimize Automation (10-15%) covering secrets, OIDC, and caching.
How long should I study for the GitHub Actions certification?
Most candidates study for 2-6 weeks. If you actively use GitHub Actions in production, 2-3 weeks of focused review may suffice. If you're newer to Actions, plan for 4-6 weeks. Focus on: 1) Building real workflows with matrix strategies, reusable workflows, and custom actions, 2) Understanding OIDC and security best practices, 3) Enterprise features like runner groups and organization policies. Hands-on practice is essential — reading docs alone is insufficient.
Is the GitHub Actions certification worth it?
Yes — it's one of the most practical DevOps certifications available. Benefits include: 1) Validates in-demand CI/CD skills used across millions of repositories, 2) Affordable at $99 compared to most tech certifications, 3) Recognized by Microsoft and increasingly by employers, 4) Two-year validity with a six-month renewal window and a free retest voucher, 5) Directly applicable to daily DevOps work. GitHub Actions is the most popular CI/CD platform on GitHub, making this certification highly relevant.
What tools and concepts should I know for the exam?
Key areas to master: YAML workflow syntax (triggers, jobs, steps, expressions), Reusable workflows (workflow_call, inputs, secrets), Custom actions (JavaScript, Docker, composite), Runners (GitHub-hosted, self-hosted, larger runners), Security (secrets, OIDC, GITHUB_TOKEN permissions, supply chain), Optimization (caching, artifacts, concurrency), Enterprise (organization policies, runner groups, required workflows), and GitHub Packages (npm, Docker, container registry).
Can I take the GitHub Actions exam remotely?
Yes. The exam is delivered through Pearson VUE and can be taken at a testing center or via online proctoring from home. For online proctoring, you need a quiet private room, a webcam, a microphone, and a stable internet connection. You'll complete an ID verification and room scan before the exam starts. Many candidates prefer online proctoring for convenience.