GH-600 Developing in Agentic AI Systems Questions and Answers
You need to resolve the issue of the agents generating conflicting output. The solution must meet the implementation guidelines.
What should you do?
You need to make changes to repo1 to support the planned changes for the developers.
What should you modify?
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.

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.

You need to enable Copilot memory to support the planned changes.
What should you configure?
You need to make changes to repo1 to support the planned changes for the agents.
What should you modify?
You use the GitHub Copilot CLI in ephemeral dev containers.
You need to provide Copilot with reusable guidance for a specific task only. The guidance must be stored in the repository and invoked only when the task is relevant.
What should you do?
You have multiple GitHub Copilot coding agents that run tasks concurrently.
You live stream the session log output and see the following.
• agent execution (ID 987654321)
Run ./scripts/agent-run.sh
--------------------------------
[agent] Starting task: Clean up infra configs
[agent] Executing step: Remove unused files
rm -rf /infra
Error: Command blocked by policy
Reason: destructive_operation_detected
[agent] Escalating to human review...
X Run agent task
X Process completed with exit code 1
X agent-execution failed
What is a possible cause of the error?
You have a GitHub repository that uses GitHub Copilot Chat in Microsoft Visual Studio Code. Custom agents are stored in the repository under version control.
Your team uses a multi-agent workflow where a planner agent produces an implementation plan that is then handed off to an implementation agent to make changes.
Recent prompts cause the planner agent to start editing files and running commands before the plan is approved.
You need to configure the planner agent to meet the following requirements:
Use only read-only tools.
Hand off to the implementation agent only after the plan is approved.
How should you configure the agent? To answer, select the appropriate options in the answer area.

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.
NOTE: Each correct selection is worth one point.

You have a GitHub Enterprise organization that uses GitHub Copilot.
You discover that GitHub Copilot Chat responses in Microsoft Visual Studio Code are influenced by earlier, unrelated troubleshooting prompts from the same conversation.
You need to ensure that the Copilot Chat conversation context is limited to information relevant to the current work item. The solution must minimize effort.
What should you do? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

You are running a long GitHub Copilot CLI session. The session has been running for several hours, and you have made significant progress on a multi-file implementation.
Suddenly, you see the Compaction completed message appear without running a command.
What caused the compaction to occur?
You have a GitHub Copilot coding agent that has completed a pull request for a security fix in your repository.
Before merging, you need to evaluate the quality of the agent’s work by using both automated evaluation signals and human review.
You review the session log and the pull request.
What are two automated security scanning signals available for the pull request? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
You need to implement the security requirements for agent1.
Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

You have a GitHub Enterprise organization that has Copilot memory enabled.
You create a new repository.
What are two ways that memories will be deleted from the repository? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
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.

You have a GitHub Enterprise Cloud organization that uses a custom coding agent to run GitHub Actions workflows that create branches, open pull requests, and merge changes after required checks pass.
You need to log all agent-initiated actions and ensure that the logs are retained for two years.
What should you do?






