AI-200 Data Management Services And Vector Search Practice Question
You are designing an enterprise search architecture that combines Azure AI Search and Azure OpenAI. Which THREE strategies help optimize hybrid search relevance and retrieval quality? 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
✓
Tune HNSW parameters (m and efSearch) based on recall and latency trade-offs
To optimize hybrid search relevance, practitioners use Reciprocal Rank Fusion (RRF), semantic ranking (L2 re-ranking), and proper vector normalization/tuning.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
Tune HNSW parameters (m and efSearch) based on recall and latency trade-offs
Why this is correct
Tuning HNSW parameters ensures optimal balance between vector search recall and search latency.
- ✓
Implement Reciprocal Rank Fusion (RRF) to combine lexical and vector ranks
Why this is correct
RRF effectively merges BM25 and vector search results without score scale distortion.
- ✓
Enable Azure AI Search semantic ranker for deep learning re-ranking
Why this is correct
Semantic ranker uses deep learning models to re-rank top results, significantly improving semantic relevance.
- ✗
Disable all OData filters to maximize vector recall
Why it's wrong here
Disabling filters removes crucial security trimming and metadata scoping, compromising enterprise requirements.
- ✗
Store all embeddings as uncompressed plaintext strings in Blob Storage
Why it's wrong here
Storing vectors as uncompressed text in Blob Storage bypasses vector indexing and prevents efficient similarity search.
About these practice questions
This AI-200 question is part of Courseiva's 503-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.