AI-103 Information Extraction Practice Question
You are designing a high-throughput document processing pipeline using Azure AI Document Intelligence. To optimize latency and cost, you want to extract only the text and layout structures (paragraphs, lines, words, and tables) from a multi-page PDF without performing key-value extraction or using custom models. Which model ID should you specify in your API request?
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
✓
prebuilt-layout
The prebuilt layout model (prebuilt-layout) extracts document structures, tables, selection marks, and text without entity or custom key-value extraction.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
prebuilt-layout
Why this is correct
prebuilt-layout extracts text, tables, selection marks, and structure efficiently without key-value overhead.
- ✗
prebuilt-invoice
Why it's wrong here
prebuilt-invoice is specialized for invoices and runs unnecessary extraction logic for generic documents.
- ✗
prebuilt-read
Why it's wrong here
prebuilt-read extracts raw text lines and words, but does not provide advanced layout structures like tables and selection marks.
- ✗
prebuilt-document
Why it's wrong here
prebuilt-document (general document) extracts key-value pairs and entities, which is heavier than layout-only processing.
About these practice questions
One of 510 original AI-103 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 →
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-103 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-103 exam.