GH-600 試験問題を無料オンラインアクセス
| 試験コード: | GH-600 |
| 試験名称: | GitHub Agentic AI Developer |
| 認定資格: | Microsoft |
| 無料問題数: | 85 |
| 更新日: | 2026-08-31 |
You assigned an issue to the Copilot coding agent, and it opened a pull request. You want to inspect exactly what code changes were made before merging. Which CLI slash command lets you view the change set directly in the terminal?
Hotspot Question
You have the following agent logs.
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.
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?
You have a repository that uses the GitHub Copilot coding agent and supports hooks stored under .github/hooks.
You need a Shell command to run automatically whenever an agent execution fails.
Which type of hook should you use?
