Exam Name: GitHub Actions Exam
Exam Code: GH-200
Related Certification(s): Microsoft GitHub Certifications
Certification Provider: Microsoft
Actual Exam Duration: 120 Minutes
Number of GH-200 Practice Questions: 269 (updated: )
Microsoft Recommended Focus Areas for the GH-200 Exam:
Topic 1: Configure and manage GitHub Actions workflows:
This section evaluates creating and managing workflows using GitHub Actions. It includes workflow syntax, triggers, jobs, and steps for automation.
Topic 2: Implement continuous integration and continuous delivery (CI/CD):
This section focuses on building CI/CD pipelines using GitHub Actions. It includes automating build, test, and deployment processes.
Topic 3: Manage runners, environments, and secrets:
This section covers configuring GitHub-hosted and self-hosted runners, managing environments, and securing workflows using secrets and variables.
Topic 4: Integrate GitHub Actions with external tools and services:
This section evaluates integrating workflows with third-party tools, cloud platforms, and APIs to extend automation capabilities.
Topic 5: Monitor, troubleshoot, and optimize workflows:
This section focuses on monitoring workflow runs, debugging failures, and optimizing performance for efficient automation.
Free Microsoft GH-200 Exam Actual Questions
Note: Microsoft GH-200 Premium Questions were last updated on
Q1. How can you identify a Docker container action on GitHub?
Q2. You have one Windows x64 self-hosted runner. How do you target it?
Q3. You want to create a custom action in Python. Which action type should you choose?
Q4. Where are GitHub Actions workflows defined?
Q5. What is used to trigger workflows in GitHub Actions?