AI-102 Implement an agentic solution Practice Question
You are designing an agentic solution that uses Microsoft Copilot Studio and Azure AI Search. The agent needs to answer questions based on confidential documents. Which security measure should you implement to ensure the agent only accesses documents the user has permission to read?
⚠ Common exam trap
Many candidates confuse authentication (verifying who the user is) with authorization (determining what the user can access), leading candidates to select network controls or MFA instead of the document-level security filter mechanism.
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
Implement document-level security using security filters in the search index.
Azure AI Search supports document-level security through security filters, which allow you to restrict search results based on the user's identity. By storing security identifiers (e.g., group memberships or user IDs) as a field in the index and applying an OData filter at query time, the agent can ensure users only see documents they are permitted to read. This is the standard approach for implementing row-level security in Azure AI Search.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Disable public network access on the Azure AI Search service.
Why it's wrong here
Network access control is not document-level.
- ✓
Implement document-level security using security filters in the search index.
Why this is correct
Security filters enforce permissions at the document level.
- ✗
Use a managed identity for the agent to access the search index.
Why it's wrong here
Identity doesn't filter documents.
- ✗
Require multi-factor authentication for all users.
Why it's wrong here
MFA is for identity verification, not document permissions.
Go deeper
Related to this question
About these practice questions
Courseiva writes every AI-102 question from scratch — 945 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This AI-102 practice question is part of Courseiva's free Microsoft certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the AI-102 exam.