Courseiva
Data Management Services And Vector SearchhardMultiple ChoiceObjective-mapped

AI-200 Data Management Services And Vector Search Practice Question

You are implementing a hybrid search solution in Azure AI Search that combines BM25 keyword search scores and HNSW vector search scores. By default, how does Azure AI Search normalize and combine these disparate score spaces before applying the RRF algorithm?

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

Reciprocal Rank Fusion (RRF) ranking combination

Azure AI Search uses Reciprocal Rank Fusion (RRF) to combine scores from different query types (such as text and vector) by normalizing ranks rather than raw scores, mitigating the scale discrepancy between BM25 and cosine distance.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Min-max feature scaling on raw scores

    Why it's wrong here

    Min-max scaling can be used for semantic ranking adjustments, but RRF bypasses score scaling by operating purely on result ranks.

  • Softmax probability conversion

    Why it's wrong here

    Softmax is not used for combining hybrid search scores in Azure AI Search.

  • Z-score standardization on vector distances

    Why it's wrong here

    Z-score standardization is not the native mechanism used by the semantic hybrid search subsystem in Azure AI Search.

  • Reciprocal Rank Fusion (RRF) ranking combination

    Why this is correct

    RRF combines ranks from multiple retrievers using a reciprocal rank formula to produce a unified score without needing raw score normalization.

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 →

How Courseiva writes practice questions · Editorial policy

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.