A repository team reviews evaluation findings from Copilot cloud agent and Copilot code review. Match each evaluation finding to the best tuning response. Which mapping is correct?
1. Agent skips repository-specific test command
2. PR check stays pending in merge queue
3. Review misses auth changes in src/auth/**
4. Agent repeatedly edits generated files
A. Add repository instructions with required test command
B. Add merge_group to the required check workflow
C. Add path-specific review instructions for auth files
D. Add constraints that generated files must not be edited
E. Increase issue labels used for triage routing
F. Convert all Copilot draft PRs automaticallyChoose an answer
Tap an option to check your answer.
Correct answer: 1-A, 2-B, 3-C, 4-D.
Why this is the answer
1. Agent skips repository-specific test command: This indicates the agent isn't aware of the custom test command. Adding repository instructions with the required command (A) will inform the agent how to execute tests correctly. 2. PR check stays pending in merge queue: This suggests the merge queue isn't properly configured to recognize the check. Adding mergegroup to the required check workflow (B) ensures the check is compatible with the merge queue's requirements. 3. Review misses auth changes in src/auth/: The review process isn't adequately scrutinizing a critical directory. Adding path-specific review instructions for auth files (C) directs the reviewer to pay closer attention to changes in that sensitive area. 4. Agent repeatedly edits generated files: The agent is making unnecessary changes to files that should remain untouched. Adding constraints that generated files must not be edited (D) prevents the agent from modifying these files. Incorrect options E and F are general actions that don't directly address the specific problems described.
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