Home › Certifications › Azure AI Apps and Agents Developer AI-103 › Information Extraction
38 multiple-choice questions and 14 flashcards on Information Extraction, about 13% of the Azure AI Apps and Agents Developer AI-103 bank. Every one carries a written rationale.
Information Extraction is one of 6 chapters in CoStudy's Azure AI Apps and Agents Developer (AI-103) bank, and it holds 38 of the bank's 293 multiple-choice questions — roughly 13% of the total. That proportion is not arbitrary: chapters follow the certifying body's published exam outline, and the number of questions in each is set by that domain's published weight, so the share of your practice time this chapter takes matches the share of the real exam it accounts for.
Studying by chapter is worth doing once you have a diagnostic score. A single overall percentage tells you whether you are close; it does not tell you which domain is dragging. Working a weak chapter in isolation, and re-testing it in isolation, is the fastest way to move a score that has stalled — and it is why the mock exams in CoStudy report by domain rather than as one number.
10 questions drawn from this chapter, with the full rationale shown — the controlling principle behind the right answer, and why each wrong option tempts and fails.
How do the layout model and the prebuilt invoice model in Azure Document Intelligence in Foundry Tools differ?
Answer: C — Layout returns text, tables and structure; prebuilt invoice returns fields
C) Right — layout is a general structure extractor, while the prebuilt invoice model emits typed, labeled invoice fields with confidence scores. A) Reverses the two: layout has no invoice schema. B) The models have genuinely different output shapes. D) The prebuilt invoice model returns fields in addition to text.
Which statement about the Read OCR capability and PDFs is true?
Answer: D — It accepts multi-page PDFs and TIFFs with a page range filter
D) Multi-page PDF and TIFF input is supported and you can restrict processing to a page range. A) Multi-page documents are handled in one operation. B) No training step is involved in prebuilt OCR. C) Several image formats and PDFs are accepted.
A team is deciding between a Content Understanding analyzer and a custom Document Intelligence extraction model for a new workload. Which consideration MOST favors the analyzer?
Answer: D — The inputs span PDFs, images and audio recordings within the same workload
D) Correct — mixed modalities in one workload is the differentiator, since Content Understanding spans documents, images, audio and video while Document Intelligence is document-oriented. A) points to fixed-form field localization, again squarely Document Intelligence territory. B) describes the classic custom extraction case. C) means the labeling investment already exists, which favors the custom model.
In Azure Content Understanding in Foundry Tools, what does defining an analyzer primarily accomplish?
Answer: B — It declares the output schema and fields to extract from a given content type
B) Correct — an analyzer is the configuration object that says what content type you are processing and what fields and shape the result should take. A) confuses a declarative configuration with infrastructure provisioning; capacity is handled by the service. C) tempts because field definitions feel like supervision, but analyzers are schema-driven rather than a training job. D) describes networking setup, which is a separate resource concern.
Ten thousand purchase receipts per day must yield merchant, date, total and tax as typed values written to a relational table, with per-field confidence for audit. Which choice is MOST appropriate?
Answer: C — The prebuilt receipt model of Azure Document Intelligence in Foundry Tools
C) Correct — a high-volume, fixed-schema extraction with a required per-field confidence score is the case Document Intelligence prebuilt models serve best, at the lowest cost per page. A) tempts because a multimodal model can read a receipt, but it gives no calibrated per-field confidence and costs far more at this volume. B) produces prose-like structure that then needs fragile parsing into typed columns. D) returns generic structure rather than receipt field semantics, leaving the mapping to you.
Which service best extracts printed and handwritten text from a scanned PDF?
Answer: A — The Read OCR capability of Azure Vision in Foundry Tools
A) Read handles printed and handwritten text across multi-page documents and returns the text with coordinates. B) Classification labels an image, it does not transcribe it. C) Face works on faces, not text. D) Translation acts on text that has already been extracted.
A travel operator must read passport and driving licence images to capture holder name, document number and expiry date. Which prebuilt model of Azure Document Intelligence in Foundry Tools is MOST appropriate?
Answer: D — The identity document model, which returns holder and document fields directly
D) Correct — the identity document model is purpose-built for passports and licences and returns exactly those typed fields. A) tempts by document size but is trained on purchase receipts and would emit merchant and total fields. B) gives structure without identity field semantics. C) gives text without any field mapping, leaving all the interpretation to you.
A vendor supplies purchase orders in a layout that a prebuilt model covers only partially: most fields resolve, but three vendor-specific codes are never returned. Which approach is the MOST appropriate?
Answer: C — Keep the prebuilt call and add a custom extraction model for the vendor-specific codes
C) Correct — combining a prebuilt call for the common fields with a targeted custom model for the fields it does not know keeps labeling effort proportional to the gap. A) tempts as the clean single-model answer, but relabeling fields the prebuilt model already handles wastes effort. B) misunderstands thresholds: a field the model was never trained to emit will not appear at any threshold. D) shifts the problem onto a party you usually cannot direct.
A pipeline extracts values that are later used to approve payments. Which practice BEST balances throughput against error cost?
Answer: C — Set field-specific thresholds, with stricter gates on high-impact fields such as amounts
C) Correct — error cost is not uniform across fields, so tightening the gate where a mistake is expensive and loosening it elsewhere gives the best throughput for a given risk. A) is safe but discards automation entirely. B) tempts as the simple option, yet a threshold strict enough for payment amounts will needlessly route low-risk fields to review. D) detects errors only after money has moved, which is the wrong side of the control.
Which situation LEAST justifies choosing a pro-mode pipeline over a single-task analyzer?
Answer: A — Extracting five fixed fields from one standalone document per request
A) Correct — a single input with a fixed field list is the canonical single-task case, and pro mode would add cost and latency for no benefit. B) needs comparison across two inputs, which is a pro-mode strength. C) is exactly what reference data support in pro mode is for. D) requires consolidating multiple inputs into one result, again a pro-mode scenario.
4 cards from the 14 in this chapter.
Optical character recognition vs Azure Document Intelligence in Foundry Tools?
OCR returns the raw text and its position from an image or PDF. • Document Intelligence returns structured results: named fields, key-value pairs, tables and selection marks, with confidence scores.
What does a field-level confidence score mean, and how should it be used?
It expresses the model's certainty about that specific extracted value, not the document's overall correctness. Set a per-field threshold: auto-process above it, route below it to human review. Thresholds should be tuned per field, since a total needs more certainty than a description.
What is an analyzer in Azure Content Understanding in Foundry Tools?
An analyzer is a reusable, schema-driven extraction configuration: you define the fields you want and their types, and the analyzer applies that schema to incoming content, returning the populated fields with confidence. The same analyzer definition can be versioned and applied across a whole content set.
What distinguishes pro mode from a single-task analyzer in Content Understanding?
A single-task analyzer extracts from one input in one pass. Pro mode runs a multi-step reasoning pipeline that can consider several inputs together and reference supplied context or reference data, so it can reconcile and cross-check across documents. It costs more and takes longer, so it is reserved for cases where cross-document reasoning is the requirement.
These are a sample. The full Information Extraction chapter runs 52 items with per-chapter progress tracking, on the web and in the iOS app.
Open Azure AI Apps and Agents Developer AI-103 in CoStudy →
All Azure AI Apps and Agents Developer AI-103 practice questions →