AI-200 Data Management Services And Vector Search Practice Question
You are designing a data layer architecture for an enterprise AI assistant that requires high-performance vector search, structured filtering, and multi-tenant isolation. Which THREE design patterns should you consider? (Choose three)
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
✓
Combining vector similarity with metadata filters to narrow search scope
Effective AI data layer design patterns include logical partitioning for multi-tenancy, pre-filtering metadata, and hybrid retrieval combining keyword and vector 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.
- ✓
Combining vector similarity with metadata filters to narrow search scope
Why this is correct
Pre-filtering or combined filtering ensures only authorized and relevant context is retrieved.
- ✗
Storing all tenant data in a single unindexed JSON blob without partition keys
Why it's wrong here
Unindexed blobs without partition keys cause catastrophic performance bottlenecks and security risks.
- ✓
Using tenant-specific partition keys or metadata filter tags for multi-tenant isolation
Why this is correct
Isolating tenants via partition keys or metadata filters ensures data security and performance.
- ✗
Hardcoding all user prompts directly into the search index schema
Why it's wrong here
Hardcoding prompts into schema definitions is architecturally invalid.
- ✓
Implementing hybrid search to capture both exact keyword matches and conceptual similarities
Why this is correct
Hybrid search provides superior recall by blending BM25 and vector retrieval.
About these practice questions
This AI-200 question is part of Courseiva's 507-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-200 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-200 exam.