Walking into the GH-900 exam unprepared for its pace is a risk you do not need to take. The Getcertkey test engines recreate the pressure of the Microsoft GitHub Foundations testing environment, so when exam day arrives in 2026, it feels like just another practice session.
Microsoft GH-900 Exam Overview:
| Certification Vendor: | Microsoft |
|---|---|
| Exam Name: | GitHub Foundations |
| Exam Number: | GH-900 |
| Exam Duration: | 100 minutes |
| Available Languages: | Japanese, Portuguese (Brazil), Spanish, English, Korean |
| Exam Format: | Interactive items, Multiple choice, Scenario-based, Multiple select |
| Exam Price: | $99 USD |
| Real Exam Qty: | 45–75 |
| Passing Score: | 700 / 1000 |
| Certificate Validity Period: | 2 years |
| Recommended Training: | GH-900T00: GitHub Foundations Official Course |
| Exam Registration: | Microsoft Certification Portal Pearson VUE Registration |
| Sample Questions: | ![]() |
| Exam Way: | Online proctored or onsite test center |
| Pre Condition: | No formal prerequisites; recommended basic familiarity with GitHub and version control concepts |
| Official Syllabus URL: | https://learn.microsoft.com/en-us/credentials/certifications/resources/study-guides/gh-900 |
Microsoft GH-900 Exam Syllabus Topics:
| Section | Weight | Objectives |
|---|---|---|
| Manage projects with GitHub | 5–10% | - GitHub Projects: boards, views, automation - Track work, organize tasks, and link to code |
| Work with GitHub repositories | 10–15% | - Notifications and workflow configuration - Create, configure, and maintain repositories - Repository structure and key files: README, LICENSE, CONTRIBUTING, CODEOWNERS - Use templates, branches, forks, and mirroring - Gists, Wikis, GitHub Pages |
| Apply modern development practices | 10–15% | - GitHub Codespaces and dev containers - GitHub Copilot: AI assistance, usage and tiers - GitHub Actions: automation, workflows, runners |
| Understand Git and GitHub basics | 25–30% | - GitHub Desktop, GitHub Mobile, github.dev editor - GitHub Flow and collaboration model - Differences between Git and GitHub - Core Git concepts: repositories, commits, branches, version control - GitHub accounts, organizations, enterprise plans - Markdown usage and documentation |
| Collaborate using GitHub | 10–15% | - Discussions and communication tools - Issues, pull requests, reviews, comments - Labels, milestones, assignees, filters - Branch protection and contribution workflows |
| Understand privacy, security, and administration | 10–15% | - Privacy settings and data handling - Permissions and access control - Organization and team management basics - Security features: secret scanning, code scanning, dependabot |
| Explore the GitHub community | 5–10% | - Open-source participation and contribution - Community guidelines and standards - GitHub Marketplace and integrations |
GH-900 Exam FAQs for 2026 Candidates
Which certification does the GH-900 exam lead to?
The GH-900 exam is the official Microsoft exam behind the GitHub Foundations certification, validating the skills measured by the Microsoft GitHub Foundations credential. It sits at the Foundational level of the Microsoft certification program.
How many questions are on the GH-900 exam, and how much time do I get?
The GH-900 exam contains 45–75 questions to be completed within 100 minutes. Before exam day, divide the available time by the question count to work out a comfortable per-question pace, and mark any item that eats into it so you can return later instead of getting stuck. Timed sessions in the Getcertkey test engines make that pacing automatic — run at least two full-length mock exams under the clock so time pressure never becomes the reason you drop points.
What score do I need to pass the GH-900 exam, and what does it cost?
The passing score for the GH-900 exam is 700 / 1000, and the official registration fee is $99 USD. Retakes are not discounted — every new attempt means paying the full fee again — so it pays to measure yourself before you book. Work through the 160 practice questions on Getcertkey, sit a timed practice test, and schedule your exam only when your scores are consistently comfortable. That simple habit is the cheapest exam strategy there is.
Are there any prerequisites for the GH-900 exam?
No formal prerequisites; recommended basic familiarity with GitHub and version control concepts Requirements can change when Microsoft revises its certification program, so confirm the current eligibility rules on the official exam page before you register.
How do I register for the GH-900 exam?
You can book the Microsoft GitHub Foundations exam through the official registration channels below:
As for delivery, the exam is offered in the following format: Online proctored or onsite test center. Choose the option that suits you best when you book your seat.
What official training is recommended for the GH-900 exam?
Microsoft recommends the following training resources for the Microsoft GitHub Foundations exam:
Official courses build the foundation; the 160 practice questions from Getcertkey then show you how that knowledge is examined, so the two work best together.
Can I try the GH-900 practice questions before I buy?
Yes. Getcertkey provides a free GH-900 PDF demo so you can review the question style and answer quality before purchasing. Every purchase also includes 365 days of free updates — if Microsoft revises the exam during that period, the updated material reaches you at no cost. Once the free-update year ends, you can extend your update service at a 50% discount.
What if I fail the GH-900 exam, and how is my order delivered?
Every Microsoft GitHub Foundations purchase on Getcertkey is covered by a 100% money-back guarantee with clear conditions: if you take the corresponding exam within 60 days of your purchase and do not pass, you can claim a full refund by submitting a scanned copy of your exam enrollment slip and your official score report as a PDF within two days of the exam date; claims are processed within seven days of submission. The guarantee does not apply to exams taken within three days of purchase, to material that was downloaded but never used in an exam attempt, or to free products and expired orders, and the candidate name must match the payer name. If you would rather not take a refund, you can instead exchange your purchase for two free exam preparation products of equal value and keep the update service on your original product.
Delivery is instant: your download is sent to your email within one minute of payment, with no limit on how many computers you may install the material on. If nothing arrives within two hours, check your spam folder and contact customer service for help.
What topics are covered in the GH-900 exam?
The Microsoft GitHub Foundations exam blueprint is organized into 7 domains. The first three are:
- Collaborate using GitHub — 10–15% of the exam
- Work with GitHub repositories — 10–15% of the exam
- Manage projects with GitHub — 5–10% of the exam
For the complete domain-by-domain breakdown, scroll up to the full exam topics outline above and use it to plan how you distribute your study time.
Microsoft GitHub Foundations Sample Questions:
Question 1
Which of the following options is available as a default Discussion category?
A. Bug report
B. Show and tell
C. Security concern
D. Daily check-in
Question 2
What is GitHub?
A. A centralized version control system designed for nurturing a community of developers and providing access to open source projects
B. A cloud-based hosting service for version control and collaboration, focused on creating a safe and collaborative environment for developers
C. A proprietary software platform for nurturing creativity in developers and building a technology community
D. A platform that focuses on facilitating the growth and sharing of code, specifically designed for new developers to hone their skills
Question 3
What is the minimum access needed to contribute to a repository?
A. Maintain
B. Triage
C. Read
D. Write
Question 4
You are contributing to a collaborative GitHub project. You have an idea for a new feature and want to gather feedback from the community before starting any development. You're not ready to submit code or formally report a task yet. Which GitHub feature is the most appropriate for starting this type of open-ended conversation?
A. Create a new Issue to track the task and assign it to contributors
B. Use the Wiki to document your idea and wait for someone to review it
C. Start a Discussion to share your idea and invite feedback from the communityright
D. Open a Pull Request to begin code review and merging into the main branch
Question 5
What are the key areas of focus for GitHub? (Choose three.)
A. Providing a social media platform for project managers
B. Hosting video calls with other developers
C. Providing access and opportunities for developers
D. Nurturing a community that supports open source principles
E. Building a technology platform for secure code sharing and collaboration
Solutions:
| Question 1 Answer: B | Question 2 Answer: B | Question 3 Answer: D | Question 4 Answer: C | Question 5 Answer: C,D,E |


PDF Version Demo
1115 Customer Reviews




Quality and ValueGetCertKey Practice Exams are written to the highest standards of technical accuracy, using only certified subject matter experts and published authors for development - no all study materials.
Tested and ApprovedWe are committed to the process of vendor and third party approvals. We believe professionals and executives alike deserve the confidence of quality coverage these authorizations provide.
Easy to PassIf you prepare for the exams using our GetCertKey testing engine, It is easy to succeed for all certifications in the first attempt. You don't have to deal with all dumps or any free torrent / rapidshare all stuff.
Try Before BuyGetCertKey offers free demo of each product. You can check out the interface, question quality and usability of our practice exams before you decide to buy.