AI-103 Implement Generative AI And Agentic Solutions Practice Question
You are designing a RAG solution in Azure AI Foundry where sensitive enterprise documents must be retrieved. Users should only see search results corresponding to their security clearance level. How should you implement document-level access control in Azure AI Search?
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
✓
Store user security groups in document metadata and apply OData filter expressions during search queries
Security trimming in Azure AI Search is implemented by adding user security identifiers (IDs or group memberships) as metadata fields on each document and applying OData filter expressions at query time.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
Store user security groups in document metadata and apply OData filter expressions during search queries
Why this is correct
OData filters dynamically restrict search results to documents matching the user's security clearance metadata.
- ✗
Configure Microsoft Entra ID authentication on the Azure OpenAI endpoint
Why it's wrong here
Entra ID secures access to the model endpoint itself, but does not filter individual chunks within the search index.
- ✗
Encrypt the search index using customer-managed keys (CMK) in Azure Key Vault
Why it's wrong here
Customer-managed keys provide encryption at rest, not role-based document access control during queries.
- ✗
Use Azure AI Content Safety to redact sensitive keywords before indexing
Why it's wrong here
Redaction removes content globally rather than conditionally granting access based on user credentials.
About these practice questions
This AI-103 question is part of Courseiva's 510-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →
JA
Written and reviewed by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
Last reviewed August 2026 · checked against the official Microsoft exam blueprint
This AI-103 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-103 exam.