Courseiva

AI-102 Practice Question: Implement knowledge mining and information extraction solutions

Your organization is building a knowledge base from technical manuals stored in multiple formats (PDF, Word, HTML). You need to extract text and images from these documents and create a searchable index. The solution must handle tables and preserve their structure. Which approach should you use?

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

Use Azure AI Document Intelligence layout model as a custom skill

Azure AI Document Intelligence Layout model extracts text, tables, and their structure from documents, making it suitable for preserving table structure and building a searchable knowledge base. It can be used as a custom skill in an Azure AI Search enrichment pipeline. Option A is incorrect because uploading documents directly to Azure AI Search only indexes raw text without extraction or table structure preservation. Option B is incorrect because Custom Entity Extraction in Azure AI Language focuses on identifying entities, not extracting tables or preserving structure. Option D is incorrect because Azure AI Vision OCR extracts text but not table structure, and is not designed for document layout analysis.

Answer analysis

Option-by-option breakdown

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

  • Upload documents directly to Azure AI Search

    Why it's wrong here

    Search does not extract content from documents.

  • Use Azure AI Language custom entity extraction

    Why it's wrong here

    Entity extraction does not handle tables.

  • Use Azure AI Document Intelligence layout model as a custom skill

    Why this is correct

    The layout model extracts text, tables, and structure preserving relationships.

  • Use Azure AI Vision OCR skill in the skillset

    Why it's wrong here

    OCR extracts text but not table structure.

About these practice questions

This AI-102 question is part of Courseiva's 945-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 AI-102 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-102 exam.