A team is auditing where different kinds of Copilot context should live. They want persistent facts, personal preferences, path-scoped implementation guidance, and curated task context kept separate so the agent does not apply unrelated memory to the wrong work item. Match each item to the best use. Which mapping is correct?
1. Copilot Space for checkout migration
2. Repository-level Copilot Memory fact
3. .github/instructions/payments.instructions.md with applyTo
4. User-level Copilot Memory preference
A. Stores learned codebase behavior with repository context
B. Blocks Copilot from reading excluded paths
C. Grounds answers in curated task-specific context
D. Applies guidance only to matching repository files
E. Captures an individual developer preference
F. Grants workflow write access to GITHUB_TOKENChoose an answer
Tap an option to check your answer.
Correct answer: 1-C, 2-A, 3-D, 4-E.
Why this is the answer
This mapping correctly aligns each Copilot context type with its intended use. A Copilot Space (1) is designed for curated, task-specific context (C), providing a focused environment for a particular project or feature like a checkout migration. Repository-level Copilot Memory (2) stores facts about the codebase (A), allowing Copilot to learn and apply knowledge specific to that repository. A file like .github/instructions/payments.instructions.md with applyTo (3) is used to apply guidance only to matching repository files (D), ensuring instructions are relevant to specific code paths. User-level Copilot Memory (4) is for capturing individual developer preferences (E), allowing for personalized Copilot behavior across different projects. Incorrect options misattribute these functions. For example, assigning "Blocks Copilot from reading excluded paths" (B) to .github/instructions is wrong; that's typically handled by .copilotignore. Similarly, confusing repository-level memory with user preferences or task-specific contexts leads to incorrect mappings.
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