AB-650 Practice Question 3204

Exam: AB-650
Domain: Manage and secure AI services in Microsoft 365
Difficulty: medium
Which component handles the real-time grounding of user prompts with enterprise data before sending the payload to the Large Language Model in Microsoft 365 Copilot?

Answer Options

A
Copilot Orchestrator combining Microsoft Graph grounding and the LLM
B
Local Windows Print Spooler service
C
Exchange Edge Transport server
D
Apache Web Server daemon

Correct Answer

A: Copilot Orchestrator combining Microsoft Graph grounding and the LLM

Explanation

The Copilot Orchestrator coordinates with Microsoft Graph to retrieve relevant tenant data (grounding), construct the augmented prompt, call the LLM, and apply security trimming to the response.