Exam style questions across every GH-600 domain
Last Update 1 hour ago
Total Questions : 106
Start with our free GH-600 practice questions, carefully crafted to mirror the domains, phrasing, and difficulty of the real GitHub Administrator exam. Each GH-600 exam question comes with a detailed rationale that explains not just which answer is correct but why the others fall short. That's how concepts stick. Use the free set to benchmark yourself: identify your Microsoft weak domains, see where you're losing marks, and build a focused study plan in minutes.
You are architecting an agentic AI system and need the agent ' s tool-calling behavior to be constrained so it can only call a specific allow-listed set of MCP tools, never arbitrary ones. What should you configure?
You have multiple GitHub Copilot coding agents that run tasks concurrently.
You are monitoring the agents from the terminal by using the GitHub CLI.
An agent appears stalled.
You need to live stream the session log output.
What should you do?
You have a GitHub Actions workflow that runs two jobs named agent-plan and agent-implement on pull requests.
The agent-plan job generates an implementation plan that downstream jobs must consume, but the job currently writes the plan only to the console.
You need to capture the implementation plan as a step output and configure the workflow so that downstream jobs can reference the output.
How should you configure the workflow? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

You have a GitHub repository that uses the following GitHub Copilot CLI command in a Bash script.
#!/usr/bin/env bash
set -euo pipefail
PROMPT= " Update dependencies, run tests, and open a pull request if changes are needed. "
copilot --autopilot --yolo --max-autopilot-continues 10 -p " $PROMPT "
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.

Your team wants Copilot ' s suggestions to reflect knowledge of internal library APIs that are not publicly documented and not present in the codebase being edited. What is the most appropriate solution?
You have a GitHub Copilot coding agent named Orchestrator that runs a multi-phase workflow by using the following subagents:
Explorer gathers context by using read-only tools.
Modifier applies focused edits.
You are adding a new agent named Summarizer that generates a concise summary after modifications are complete. Summarizer includes the following YAML frontmatter:
---
name: Summarizer
description: Produce a concise summary of recent changes
tools: [ ' fetch ' ]
user-invocable: false
disable-model-invocation: true
---
The Orchestrator agent lists all three agents in its agents property.
After adding the Summarizer agent, Orchestrator successfully runs Explorer and Modifier but fails to run Summarizer.
What is a possible cause of the failure?
You have a GitHub Actions workflow that runs GitHub Copilot-driven integration tests across multiple jobs.
You need to persist the agent memory/state so that it remains available across the jobs.
What should you do?
You have a GitHub repository.
You use the GitHub Copilot CLI to run an agentic workflow from the terminal.
During execution, the conversation history approaches the context limit. The agent cannot continue the current session unless the amount of retained context is reduced.
You need to continue the current session without losing all prior progress.
Which Copilot CLI slash command should you run?
You have a GitHub Enterprise Cloud organization that uses GitHub Actions for CI/C
D.
You plan to enable an agent to update and deploy workflows that access production environment secrets.
You need to select an autonomy level for a compliance-sensitive workflow.
Which autonomy level should you select?
You have a GitHub Enterprise Cloud repository that uses GitHub Actions for CI and requires pull requests for all changes.
You are planning a GitHub Actions workflow where a coding agent drafts implementation changes and tests from GitHub issues, and an automated review runs before human review.
You need the agent to draft changes from an assigned issue, open a pull request, and add an automated review to the pull request before requesting a human review.
What should you do? To answer, select the appropriate options in the answer area.




