You need to resolve the scoping issue associated to agent1.
What should you do?
Before App1 is upgraded, you need to verify each individual upgrade step and whether all tests have passed.
Which file should you use?
You need to provide access to the API key of MCP1. The solution must meet the security requirements.
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 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.

You have a GitHub repository that uses the GitHub Copilot coding agent to run agent plans for assigned issues.
You discover that some issues contain ambiguous implementation steps.
You need to reduce the likelihood that Copilot executes plans based on ambiguous implementation steps.
What should you do?
You need to configure agent1 to support the planned changes.
What should you do?
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 troubleshoot the issue reported by Dev1.
What should you review?
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.
You need to enable Copilot memory to support the planned changes.
What should you configure?