Microsoft Developing in Agentic AI Systems - GH-600 Exam Practice Test
You have a GitHub repository that uses the GitHub Copilot coding agent to resolve issues and create draft pull requests. The repository has a ruleset named ruleset1 that enforces the following:
Signed commits
Branch protections that require status checks to pass before merge
The agent is blocked from operating in the repository because it fails to comply with the signed-commits rule.
You need to ensure that the agent can create and push changes to copilot/ branches. The solution must enforce the signed-commits rule for human developers on protected branches.
What should you do?
Signed commits
Branch protections that require status checks to pass before merge
The agent is blocked from operating in the repository because it fails to comply with the signed-commits rule.
You need to ensure that the agent can create and push changes to copilot/ branches. The solution must enforce the signed-commits rule for human developers on protected branches.
What should you do?
Correct Answer: A
Explanation: Only visible for TrainingDump members. You can sign-up / login (it's free).
You have a GitHub repository that uses the GitHub Copilot CLI to run autonomous tasks.
You need to validate each generated command before it runs. Any commands that attempt to modify paths outside the repository must be blocked.
How should you complete the YAML? To answer, drag the appropriate values to the correct targets. Each value may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.

You need to validate each generated command before it runs. Any commands that attempt to modify paths outside the repository must be blocked.
How should you complete the YAML? To answer, drag the appropriate values to the correct targets. Each value may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.

Correct Answer:

You have a GitHub Enterprise repository that runs an autonomous agent by using a GitHub Actions workflow. The workflow has the following jobs:
agent-run that generates trace.json and plan.md
review that waits for human approval before continuing
deploy that uses the outputs from agent-run
You need to make the files inspectable in the GitHub Actions UI and ensure that the files are available to the review and deploy jobs.
What should you do in the workflow?
agent-run that generates trace.json and plan.md
review that waits for human approval before continuing
deploy that uses the outputs from agent-run
You need to make the files inspectable in the GitHub Actions UI and ensure that the files are available to the review and deploy jobs.
What should you do in the workflow?
Correct Answer: C
Explanation: Only visible for TrainingDump members. You can sign-up / login (it's free).
You have the following agent logs.


Correct Answer:

You have a GitHub repository that uses GitHub Actions to validate pull requests opened by the GitHub Copilot coding agent. The workflow runs unit tests and a linter on pull request triggers, and Copilot opens draft pull requests on dedicated branches while iterating by using commits.
You discover that when multiple Copilot sessions push updates to the same pull request branch in quick succession, multiple workflow runs execute concurrently.
You need to enable parallel workflow executions across different pull request branches.
How should you configure workflow-level concurrency? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

You discover that when multiple Copilot sessions push updates to the same pull request branch in quick succession, multiple workflow runs execute concurrently.
You need to enable parallel workflow executions across different pull request branches.
How should you configure workflow-level concurrency? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

Correct Answer:

You have a GitHub repository that contains an agent named Orchestrator. Orchestrator delegates work to the following specialized subagents:
Planner reviews issues and creates a plan of action.
Implementer writes code based on the plan of action.
Reviewer reviews the code.
You create a new agent named Summarizer that produces a concise summary of the work performed by the other agents.
You need to ensure that Orchestrator can invoke Summarizer as part of its workflow.
What should you do?
Planner reviews issues and creates a plan of action.
Implementer writes code based on the plan of action.
Reviewer reviews the code.
You create a new agent named Summarizer that produces a concise summary of the work performed by the other agents.
You need to ensure that Orchestrator can invoke Summarizer as part of its workflow.
What should you do?
Correct Answer: A
Explanation: Only visible for TrainingDump members. You can sign-up / login (it's free).
You have a GitHub Enterprise Cloud organization that uses the GitHub Copilot coding agent to resolve issues asynchronously.
When an issue is assigned to GitHub Copilot, the agent creates a draft pull request, but your team cannot always tell whether the agent is actively working, has completed its session, or is awaiting workflow approval.
Which execution context does each signal indicate? To answer, drag the appropriate context to the correct signals.

When an issue is assigned to GitHub Copilot, the agent creates a draft pull request, but your team cannot always tell whether the agent is actively working, has completed its session, or is awaiting workflow approval.
Which execution context does each signal indicate? To answer, drag the appropriate context to the correct signals.

Correct Answer:
