Courseiva
Implementing AI SolutionsmediumMultiple ChoiceObjective-mapped

AI0-001 Implementing AI Solutions Practice Question

A team is building a RAG system with a large repository of technical manuals. They want to ensure that each retrieved chunk is semantically coherent and that related concepts are grouped together. Which chunking strategy is BEST?

⚠ Common exam trap

The AI0-001 exam often tests the misconception that hierarchical chunking (Option C) is the best for semantic coherence, but its true purpose is multi-granularity retrieval, not ensuring each chunk is internally coherent.

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

Semantic chunking using a sentence splitter with topic boundaries

Semantic chunking using a sentence splitter with topic boundaries ensures that each chunk is a self-contained, semantically coherent unit by detecting natural topic shifts (e.g., via embedding similarity or discourse markers). This directly supports the requirement for semantically coherent chunks and grouping of related concepts, unlike methods that ignore content meaning.

Answer analysis

Option-by-option breakdown

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

  • Chunking by page number

    Why it's wrong here

    Page breaks do not respect semantic boundaries and may split related content across chunks.

  • Fixed-size chunking with 512 tokens

    Why it's wrong here

    Fixed-size chunks may cut sentences or ideas in half, breaking semantic coherence.

  • Hierarchical chunking with parent-child relationships

    Why it's wrong here

    Hierarchical chunking helps with multi-level structure but is not the best for ensuring each chunk is semantically coherent on its own.

  • Semantic chunking using a sentence splitter with topic boundaries

    Why this is correct

    Semantic chunking creates meaningful units, improving retrieval quality by keeping related text together.

About these practice questions

One of 754 original AI0-001 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 →

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.