The GH-600 Developing in Agentic AI Systems exam validates your ability to deploy, operate, integrate, supervise, and govern AI agents within production-grade software development lifecycle workflows.
The exam focuses on using GitHub as the system of record and control plane for agentic development. Candidates must understand how to integrate agents into development workflows, configure tools and Model Context Protocol servers, manage agent memory and execution, evaluate agent outputs, coordinate multiple agents, and implement appropriate guardrails.
Passing the GH-600 exam earns the GitHub Certified: Agentic AI Developer certification. The examination is provided through Microsoft’s certification platform, but the exam and associated certification are maintained by GitHub.
CertQueen GH-600 preparation materials help candidates review the current objectives, practice certification-style questions, identify knowledge gaps, and prepare more efficiently for the official exam.
4. Technologies and Services Covered
10. CertQueen Preparation Materials
| Exam name | Developing in Agentic AI Systems |
| Exam code | GH-600 |
| Certification earned | GitHub Certified: Agentic AI Developer |
| Certification level | Intermediate |
| Exam provider | Microsoft |
| Certification maintainer | GitHub |
| Exam status | Beta status is currently shown on the official certification page; verify before registration |
| Question formats | May include multiple-choice, multiple-response, scenario-based, and interactive components |
| Number of questions | A fixed number is not publicly guaranteed |
| Time limit | 120 minutes |
| Passing score | 700 |
| Exam fee | $165 USD in the United States; regional pricing may vary |
| Language | English |
| Delivery methods | Online proctored testing or an authorized Pearson VUE test center |
| Recommended experience | GitHub workflows, SDLC controls, GitHub Copilot, coding agents, MCP servers, code review, security, and agent customization |
The passing score is based on a scaled scoring system. A score of 700 does not necessarily mean that candidates must answer exactly 70 percent of the questions correctly.
While GH-600 remains in beta, candidates may not receive their scores immediately. Microsoft states that beta results are generally released after the beta period has concluded and the examination has been evaluated.
GH-600 is intended for professionals who operate, integrate, supervise, and govern AI agents within production development environments and software delivery workflows.
Suitable candidates may include:
Candidates should understand the software development lifecycle, GitHub repositories, branches, pull requests, CI workflows, code review, security scanning, development artifacts, and organizational controls.
Practical experience with GitHub Copilot, MCP servers, custom instructions, custom agents, tools, and Copilot setup steps is also recommended.
GH-600 candidates commonly work with architects, platform engineers, DevOps engineers, application developers, product managers, and security engineers to develop and operate agents on the GitHub platform.
GH-600 focuses on current GitHub and agentic AI capabilities rather than one fixed software version.
Candidates should be familiar with the following technologies and concepts:
GitHub and Microsoft update cloud services continuously. Candidates should review the current GH-600 study guide and GitHub documentation before taking the exam.
The GH-600 exam is organized into six domains covering agent architecture, tools, memory, evaluation, multi-agent coordination, and governance.
Domain 1 – Prepare Agent Architecture and SDLC Processes (15–20%)
This domain evaluates whether candidates can design agent responsibilities and integrate agent workflows into the software development lifecycle.
Preparation should include:
Domain 2 – Implement Tool Use and Environment Interaction (20–25%)
This is the largest GH-600 domain. It covers agent tools, MCP servers, development environments, permissions, safe execution, and error handling.
Preparation should include:
Domain 3 – Manage Memory, State, and Execution (10–15%)
This domain evaluates whether candidates can preserve useful agent context while preventing stale, conflicting, or irrelevant information from influencing execution.
Preparation should include:
Domain 4 – Perform Evaluation, Error Analysis, and Tuning (15–20%)
This domain covers the evaluation of agent outcomes, failure investigation, and behavior improvement.
Preparation should include:
Domain 5 – Orchestrate Multi-Agent Coordination (15–20%)
This domain evaluates whether candidates can safely coordinate multiple agents while maintaining isolation, observability, recoverability, and auditability.
Preparation should include:
Domain 6 – Implement Guardrails and Accountability (10–15%)
This domain focuses on controlling autonomous behavior according to operational, security, compliance, and Responsible AI risks.
Preparation should include:
| Comparison | GH-600 | AI-103 |
| Exam name | Developing in Agentic AI Systems | Developing AI Apps and Agents on Azure |
| Certification earned | GitHub Certified: Agentic AI Developer | Microsoft Certified: Azure AI Apps and Agents Developer Associate |
| Certification maintainer | GitHub | Microsoft |
| Primary platform | GitHub | Microsoft Azure and Microsoft Foundry |
| Primary focus | Operating and governing AI agents in production SDLC workflows | Building and deploying AI applications and agents on Azure |
| Principal candidate | Agentic AI developer, platform engineer, DevOps engineer, or developer productivity specialist | Azure AI engineer or AI application developer |
| Agent architecture and SDLC | 15–20% | Included within Azure AI planning and generative AI domains |
| Tool use and environment interaction | 20–25% | Agent tools, APIs, knowledge stores, search, and custom functions are included |
| Memory and state | Dedicated domain worth 10–15% | Included within agent development and conversation tracking |
| Evaluation and tuning | Dedicated domain worth 15–20% | Included within generative AI, monitoring, and responsible AI objectives |
| Multi-agent coordination | Dedicated domain worth 15–20% | Included within the generative AI and agentic solutions domain |
| Guardrails and accountability | Dedicated domain worth 10–15% | Included within responsible AI, security, and agent oversight |
| GitHub repositories and pull requests | Core exam context | May be used for CI/CD but is not the primary platform focus |
| GitHub Copilot coding agent | Major exam component | Not a principal exam objective |
| MCP servers | Explicit coverage of MCP configuration, registries, and allow lists | May be relevant to tool integration but is not a separate published domain |
| Microsoft Foundry | Not the primary platform | Core platform for AI apps and agents |
| Model deployment | Limited; focuses on operating agents in development workflows | Covers model selection, deployment, scaling, quotas, and costs |
| Retrieval-augmented generation | Not a principal standalone topic | Includes RAG, vector search, indexing, and grounding |
| Computer vision | Not a dedicated domain | 10–15% |
| Text and speech analysis | Not a dedicated domain | 10–15% |
| Information extraction | Not a dedicated domain | 10–15% |
| Programming emphasis | GitHub workflows, agent configuration, SDLC controls, and development automation | Python development, Foundry SDKs, Azure services, and AI application implementation |
| Passing score | 700 | 700 |
The most important difference is the operating environment. GH-600 focuses on AI agents performing development work inside GitHub repositories and production SDLC workflows. AI-103 focuses on building broader AI applications and agents with Microsoft Foundry and Azure AI services.
GH-600 gives greater attention to repository scope, branches, pull requests, MCP servers, development artifacts, context continuity, agent conflicts, safe autonomous actions, and multi-agent accountability.
AI-103 provides broader coverage of models, RAG, Azure AI Search, computer vision, speech, text analysis, multimodal content, document extraction, Azure infrastructure, and Foundry-based agent development.
The following six-week plan can be adjusted according to your GitHub, SDLC, and coding-agent experience.
The following original questions illustrate knowledge covered by the published objectives. They are not copied from the official GitHub examination.
Question 1
A coding agent can analyze an issue and propose a remediation plan. The organization requires a developer to approve the plan before the agent modifies the repository. What should be configured?
A. A separation between planning and execution with an approval gate
B. Unlimited repository permissions
C. Permanent long-term memory
D. Automatic merging into the default branch
Answer: A
Explanation: Separating planning from execution allows the organization to inspect and approve a structured plan before the agent performs potentially consequential actions.
Question 2
An agent needs access to an external development tool through Model Context Protocol. Only approved MCP servers can be used in the organization. What should the administrator configure?
A. An MCP registry and allow list
B. A public repository
C. Unlimited long-term memory
D. An automatic merge rule
Answer: A
Explanation: MCP registries and allow lists help organizations control which MCP servers and tools are available to agents.
Question 3
An agent resumes a task after an interruption but repeats completed steps and ignores an earlier architectural decision. What should be improved?
A. Durable state and decision artifacts
B. Repository visibility
C. Exam scheduling
D. Image generation settings
Answer: A
Explanation: Persisting progress and decisions as durable artifacts allows an agent to resume work without repeating completed tasks or diverging from earlier decisions.
Question 4
Two agents working in parallel modify the same configuration file and produce incompatible pull requests. Which control would best reduce this problem?
A. Isolated scopes with conflict detection
B. Shared unrestricted write access
C. Removal of all execution logs
D. Permanent approval of every agent action
Answer: A
Explanation: Parallel agents should use isolated task, repository, or branch scopes. The workflow should also detect overlapping changes and conflicting outputs.
Question 5
An agent repeatedly selects the correct task but invokes an inappropriate tool with excessive permissions. Which tuning action is most appropriate?
A. Refine tool selection and reduce tool permissions
B. Increase the agent’s autonomy
C. Remove all evaluation signals
D. Allow direct changes to the default branch
Answer: A
Explanation: The failure is related to tool selection and access. The agent’s tool configuration and permissions should be refined according to least-privilege principles.
Question 6
An agent is authorized to update documentation, but it attempts to delete a protected production environment. What should the workflow do?
A. Block the action and require explicit authorization
B. Allow the action because the agent is autonomous
C. Remove the audit trail
D. Add the action to long-term memory
Answer: A
Explanation: Irreversible and high-risk actions should be blocked by guardrails and routed through an explicit authorization or controlled approval process.
Is GH-600 difficult?
GH-600 can be challenging because it expects more than basic GitHub Copilot knowledge. Candidates must understand production SDLC controls, MCP configuration, agent memory, error analysis, multi-agent coordination, security, and accountable autonomous execution.
How many questions are on the exam?
A fixed question count is not publicly guaranteed. The exam may contain different question formats and interactive components.
How long do candidates have?
Candidates have 120 minutes to complete the GH-600 exam.
What is the passing score?
The passing score is 700 on a scaled scoring system.
When will beta exam results be available?
Beta examination results are not normally provided immediately. Microsoft indicates that scores may be released approximately eight weeks after the beta period concludes. Actual release timing may vary.
Is GH-600 a Microsoft or GitHub certification?
The examination is provided through Microsoft’s certification platform, but the GH-600 exam and GitHub Certified: Agentic AI Developer certification are maintained by GitHub.
What is the GH-600 retake policy?
Candidates can generally retake the exam 24 hours after the first failed attempt. Different waiting periods may apply to later attempts. Verify the current policy before scheduling another attempt.
How long is the GitHub Certified: Agentic AI Developer certification valid?
Candidates should verify the current validity and renewal policy on the official certification page. The certification is maintained by GitHub, and its terms may differ from other Microsoft role-based certifications.
Should I take GH-600 or AI-103?
Choose GH-600 if you operate coding agents and multi-agent workflows within GitHub-based software delivery processes. Choose AI-103 if you build broader AI applications, RAG solutions, multimodal systems, and agents using Microsoft Foundry and Azure AI services.
Is programming experience required?
Practical development experience is strongly recommended. Candidates should understand source control, CI workflows, code review, security scans, development artifacts, and the behavior of coding agents.
Can Preview features appear on the exam?
Most questions cover generally available features, but commonly used Preview features may appear. Review the current study guide before taking the exam.
How are CertQueen materials updated?
CertQueen reviews its GH-600 preparation materials when GitHub or Microsoft changes relevant objectives, tools, workflows, or certification information. Customers receive free updates for one year from the purchase date.
Are the sample questions actual exam questions?
No. The sample questions on this page are independently written for legitimate study purposes. They do not reproduce confidential live exam content.
CertQueen GH-600 preparation materials are organized around the official objectives and provide focused practice across agent architecture, tools, MCP servers, memory, evaluation, multi-agent orchestration, and governance.
Using the preparation materials can help you:
Use CertQueen materials together with the official GH-600 study guide, GitHub documentation, Microsoft Learn training, hands-on repositories, GitHub Copilot, MCP servers, and practical agent workflow experience.
Ready to begin? Review the latest GH-600 practice questions, study the explanations, and build a preparation plan around the objectives you have not yet mastered.
Start Your GH-600 Exam Preparation Today
CertQueen is an independent exam preparation provider and is not affiliated with, endorsed by, sponsored by, or authorized by GitHub, Inc. or Microsoft Corporation.
GitHub, GitHub Copilot, Microsoft, Microsoft Azure, Microsoft Foundry, Model Context Protocol, and related product names may be trademarks or registered trademarks of their respective owners. They are used on this page for identification and educational purposes only.
The sample questions on this page are independently written study questions. They are not copied from the live GH-600 exam and should not be interpreted as actual or guaranteed exam content.
Certification details are subject to change. Candidates are responsible for reviewing the current official study guide, beta status, registration requirements, exam policies, pricing, and certification terms before purchasing materials or scheduling the examination.
No training course, practice question set, or study guide can guarantee a passing result. Exam success depends on the candidate’s knowledge, practical experience, preparation, and performance during the official examination.