AI-103 Implement Generative AI And Agentic Solutions Practice Question
You are designing an enterprise RAG solution using Azure AI Search and Azure OpenAI. You need to ensure data security and compliance across different user permission tiers. Which TWO actions should you implement? (Choose two.)
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
✓
Ensure all data transfers between Azure AI Search and Azure OpenAI utilize TLS 1.2 or higher.
Security trimming in Azure AI Search ensures users only retrieve documents they have access to, and encrypted connections protect data in transit.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
Ensure all data transfers between Azure AI Search and Azure OpenAI utilize TLS 1.2 or higher.
Why this is correct
Encryption in transit is a core security requirement for enterprise compliance.
- ✓
Configure security filters (document-level access control) in Azure AI Search matching user group memberships.
Why this is correct
Security trimming ensures restricted documents are not returned to unauthorized users during retrieval.
- ✗
Store unencrypted user authentication tokens directly inside the embedding vector metadata.
Why it's wrong here
Storing unencrypted credentials in metadata is a major security vulnerability.
- ✗
Grant every user application admin privileges to bypass retrieval latency checks.
Why it's wrong here
Bypassing access controls violates the principle of least privilege.
- ✗
Disable managed identities and store plaintext connection strings in the application source code.
Why it's wrong here
Hardcoding plaintext credentials introduces severe security risks.
About these practice questions
One of 510 original AI-103 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. 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.