Courseiva
Implementing AI SolutionseasyMultiple ChoiceObjective-mapped

AI0-001 Implementing AI Solutions Practice Question

Which similarity metric is MOST appropriate for comparing dense vector embeddings in a vector store used for document retrieval, when the embeddings are normalized to unit length?

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

Cosine similarity

Cosine similarity is equivalent to dot product for normalized vectors and is the most common metric for semantic similarity. Euclidean distance is sensitive to magnitude and not ideal for normalized vectors.

Answer analysis

Option-by-option breakdown

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

  • Jaccard similarity

    Why it's wrong here

    Jaccard similarity is for set-based data, not dense vectors; not applicable to embeddings.

  • Manhattan distance

    Why it's wrong here

    Manhattan distance is rarely used for dense embeddings; it is not invariant to magnitude and less effective for semantic similarity.

  • Cosine similarity

    Why this is correct

    Cosine similarity measures the angle between vectors and is standard for normalized embeddings, yielding best semantic match.

  • Euclidean distance

    Why it's wrong here

    Euclidean distance is not optimal for normalized vectors; it measures magnitude differences which are minimized.

About these practice questions

This AI0-001 question is part of Courseiva's 754-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 by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This AI0-001 practice question is part of Courseiva's free CompTIA 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 AI0-001 exam.