A reviewer is checking whether an agent has enough context to work safely without being given unnecessary access. Match each execution-context signal to the best review decision. Which mapping is correct?
1. Copilot CLI started from ~/work/billing-api
2. Untracked prod-export.csv appears in git status
3. copilot-setup-steps.yml installs dependencies from the repository root
4. MCP configuration exposes a broad external ticketing tool
A. Fix the working directory used by setup steps
B. Reduce tool scope before assigning the task
C. Keep repository scope but continue reviewing changes
D. Remove or isolate local sensitive data first
E. Replace human review with branch protection only
F. Treat the draft pull request as production-readyChoose an answer
Tap an option to check your answer.
Correct answer: 1-C, 2-D, 3-A, 4-B.
Why this is the answer
1-C: Starting Copilot CLI from ~/work/billing-api indicates the agent's working directory is scoped to this specific project, which is appropriate. The reviewer should keep this repository scope but continue reviewing the agent's proposed changes to ensure safety and correctness. 2-D: The presence of untracked prod-export.csv in git status suggests sensitive production data might be exposed locally. Before the agent interacts with the repository, this sensitive data should be removed or isolated to prevent accidental exposure or manipulation by the agent. 3-A: If copilot-setup-steps.yml installs dependencies from the repository root, but the agent is working in a sub-directory, it could lead to incorrect dependency resolution or unintended modifications outside its intended scope. The working directory used by the setup steps should be fixed to align with the agent's operational context. 4-B: Exposing a broad external ticketing tool through MCP configuration gives the agent extensive access that might not be necessary for its current task. To minimize potential risks and adhere to the principle of least privilege, the scope of this tool should be reduced before assigning the task to the agent.
Pass your exam — without the endless answer hunt
Get every verified question and explanation for this exam in one place, and save hours of prep. 1,000+ certifications · 20+ languages · free to start.
Pass your exam faster → No card needed