Weekend Special Sale 75% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sale75best

Free Microsoft GH-600 Practice Exam with Questions & Answers

Questions 1

You need to make changes to repo1 to support the planned changes for the agents.

What should you modify?

Options:
A.

< project > /.mcp/server.json

B.

.vscode/settings.json

C.

.github/agents/*.agent.md

D.

.vscode/mcp.json

Microsoft GH-600 Premium Access
Questions 2

You need to enable Copilot memory to support the planned changes.

What should you configure?

Options:
A.

The personal Copilot settings of each developer

B.

The Copilot settings of each repository

C.

The agent profile of agent1

D.

The Copilot settings of the organization

Questions 3

While upgrading App1, the agent identifies 47 issues, including a security vulnerability, and 46 API incompatibilities across different projects.

Which two actions are unsafe to delegate to the agent and require human involvement? Each correct answer presents a complete solution.

NOTE: Each correct selection is worth one point.

Options:
A.

Generate the assessment.md file.

B.

Approve all Git commits.

C.

Validate whether the tasks.md file exists.

D.

Validate the assessment.md file for accuracy.

E.

Review the plan.md file for dependencies.

Questions 4

You need to make changes to repo1 to support the planned changes for the developers.

What should you modify?

Options:
A.

< project > /.mcp/server.json

B.

.github/agents/*.agent.md

C.

.vscode/mcp.json

D.

.vscode/settings.json

Questions 5

After App1 is upgraded to meet the technical requirements, you need to validate the output.

For each of the following statements, select Yes if the statement is true. Otherwise, select No.

NOTE: Each correct selection is worth one point.

GH-600 Question 5

Options:
Questions 6

You need to troubleshoot the issue reported by Dev1.

What should you review?

Options:
A.

The GitHub Actions usage metrics of repo1.

B.

The agent session log in the Agents panel.

C.

The GitHub Actions runner log for the session job.

D.

The GITHUB_TOKEN permissions block in the agent1 workflow.

Questions 7

You need to implement agent2 to meet the technical requirements.

How should you complete the YAML configuration? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

HOTSPOT

name: implementation-planner

description: Creates detailed implementation plans and technical specifications in markdown format

tools: [

< Dropdown 1 > ,

< Dropdown 2 > ,

' microsoftdocs/mcp/docs_search ' ,

' microsoftdocs/mcp/docs_fetch '

]

The accompanying image includes empty dropdown controls and recreated practice alternatives.

GH-600 Question 7

Options:
Questions 8

You are evaluating the logs of the multi-agent workflow in repo2.

For each of the following statements, select Yes if the statement is true. Otherwise, select No.

NOTE: Each correct selection is worth one point.

GH-600 Question 8

Options:
Questions 9

Before App1 is upgraded, you need to verify each individual upgrade step and whether all tests have passed.

Which file should you use?

Options:
A.

< project > /.mcp/agent.md

B.

< project > /.github/plan.md

C.

< project > /.github/upgrades/{scenarioId}/assessment.md

D.

< project > /.github/upgrades/{scenarioId}/tasks.md

Questions 10

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.

GH-600 Question 10

Options: