AI-103 · domain
Information Extraction
Practise Microsoft Certified: Azure AI Apps and Agents Developer Associate (AI-103) (AI-103) Information Extraction practice questions — original exam-style scenarios with answer choices, explanations, and analysis of common mistakes.
Focused practice
Practice Information Extraction questions
Scored sessions drawing only from this domain — pick a length below.
Start 20-question practice test →What this domain covers
What to know about Information Extraction
Information Extraction questions test whether you can apply the concept in context, not just recognise a definition.
How the topic appears in realistic exam-style scenarios.
Which detail in the question changes the correct answer.
How to eliminate plausible but wrong options.
How to connect the question back to the wider exam objective.
Watch out for
Common Information Extraction exam traps
- ▸Answering from memory before reading the full scenario.
- ▸Missing a constraint such as cost, availability, security, scope or command context.
- ▸Choosing a broad answer when the question asks for the most specific fix.
- ▸Ignoring why the wrong options are tempting.
Question index
All Information Extraction questions (64)
Click any question to see the full explanation, or start a practice session above.
Your company processes complex purchase orders that vary significantly in layout across different vendors. You decide to train a Custom Neural model using Azure AI Document Intelligence Studio. What is the minimum number of documents required to train a Custom Neural model?
Medium2What is the primary purpose of the 'selection marks' detection in the layout model?
Easy3You are configuring a custom extraction model in Azure AI Document Intelligence and want to compose multiple specialized models into a single endpoint that automatically classifies and routes documents. Which REST API endpoint should you use to create this composed model?
Medium4You are automating document processing. You want to trigger a workflow only after a Document Intelligence operation finishes. What is the standard way to implement this?
Hard5You are developing a custom extraction model using Azure AI Document Intelligence Studio. Your training dataset consists of multi-page invoices with varying structures, and some fields appear only on the final page. How should you structure your tagging configuration?
Medium6Which THREE fields are typically returned by the prebuilt-receipt model?
Hard7You need to extract data from a document that includes handwritten signatures and printed text. Which capability is required?
Medium8Which tool provides a graphical user interface for labeling documents for custom models?
Easy9Which THREE roles or permissions are typically required to successfully create, train, and manage custom models in Azure AI Document Intelligence Studio? (Choose THREE)
Medium10You need to extract information from a business card. Which prebuilt model should you select?
Medium11You are configuring an Azure AI Document Intelligence container for deployment in an on-premises disconnected environment. Which environment variable is mandatory for the container to start successfully and report billing usage?
Hard12You are training a custom template model in Azure AI Document Intelligence and notice that one of your key fields is consistently failing to extract on documents where the label text is vertically oriented. How should you address this issue?
Medium13When analyzing documents using Azure AI Document Intelligence, which THREE properties can be found within the returned JSON result object for an extracted table cell? (Choose THREE)
Hard14Which THREE file types are supported for direct processing by the Document Intelligence API?
Hard15When composing multiple individual Custom Neural models into a single composed model in Azure AI Document Intelligence, which THREE behaviors or characteristics apply? Each correct selection represents a valid aspect.
Hard16You are configuring an Azure AI Document Intelligence prebuilt model to extract key-value pairs from standard invoices. Which API operation should your application call to process the document asynchronously?
Easy17Which file format is NOT natively supported for training custom models in Azure AI Document Intelligence?
Easy18Which THREE prebuilt document models are natively available out-of-the-box in Azure AI Document Intelligence? Each correct selection represents a valid prebuilt model.
Easy19You are integrating Document Intelligence with Azure Blob Storage. You need to provide the model with a set of documents for training. How should you prepare the data?
Medium20Your application uses the Azure AI Document Intelligence Prebuilt Receipt model to process customer receipts. A receipt contains a custom tip amount that is not explicitly categorized by the default prebuilt schema. How should you extract this custom value?
Medium21What is the primary function of the 'layout' model in Azure AI Document Intelligence?
Easy22Which TWO metrics are reported by Document Intelligence Studio to evaluate model performance?
Medium23You are building an automated invoice processing pipeline using Azure AI Document Intelligence. Some incoming invoices contain handwritten vendor signatures and handwritten approval dates. Which feature must you ensure is supported and enabled when configuring your analysis request?
Medium24You are troubleshooting an Azure AI Document Intelligence custom extraction model. When you test a new document, certain currency values are being extracted with the currency symbol missing. Where should you look in the JSON response structure to find the normalized value?
Medium25You are processing large PDF documents. You only need the text in the table of contents. What is the most cost-effective approach?
Hard26Which TWO of the following are prerequisites for training a custom extraction model?
Medium27You are migrating a custom extraction solution from a Custom Template model to a Custom Neural model in Azure AI Document Intelligence. What is a key advantage of choosing a Custom Neural model over a Custom Template model?
Medium28You are configuring an Azure AI Document Intelligence custom neural model training run. Which TWO prerequisites must be met regarding your training dataset? (Choose TWO)
Hard29You 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?
Hard30You are using Document Intelligence Studio to build a custom extraction model. You need to verify the model quality before deploying. Which metric is most critical?
Hard31You are training a Custom Template model using Azure AI Document Intelligence. Your training dataset contains documents with multiple pages where the tables span across page breaks. How should you structure your training labels to handle multi-page tables correctly?
Hard32You are implementing cross-domain document extraction where incoming PDFs contain complex nested tables with merged cells. You need to extract these tables accurately into structured JSON. Which capability of Azure AI Document Intelligence should you rely on?
Hard33You are auditing an Azure AI Document Intelligence solution for data privacy compliance. Documents contain sensitive Personally Identifiable Information (PII). When using prebuilt models or custom models, how is data handled by Microsoft regarding model training?
Hard34When labeling documents for a custom extraction model, what happens if you label the same field inconsistently across documents?
Medium35Which THREE features are provided by the prebuilt Layout model in Azure AI Document Intelligence? (Choose THREE)
Medium36Which THREE attributes are critical for a successful custom model training set?
Hard37When building a custom template model in Azure AI Document Intelligence Studio, which THREE types of data or attributes can you extract by labeling your training documents? (Choose THREE)
Medium38You are developing an application to extract specific fields from invoices using Azure AI Document Intelligence. Which prebuilt model should you use for this task?
Easy39You are integrating Azure AI Document Intelligence into a web application. You call the analyzeDocument API and receive a 202 Accepted response. What is the correct pattern for your application to retrieve the final extraction results?
Medium40You are configuring an Azure AI Document Intelligence custom extraction pipeline that processes thousands of diverse medical forms daily. You notice that extraction confidence scores for certain hand-written fields are low. What is the most effective remediation step within the Document Intelligence workflow?
Hard41Which of the following is a key advantage of using a 'prebuilt' model over a 'custom' model?
Easy42Which TWO actions should you perform to troubleshoot a model that consistently misinterprets tables?
Medium43Which prebuilt Azure AI Document Intelligence model should you use to extract line items, merchant name, transaction date, and total tax from point-of-sale purchase receipts?
Easy44Which TWO file formats are natively supported as inputs for analysis in Azure AI Document Intelligence? (Choose TWO)
Easy45You are developing an application that needs to automatically extract key-value pairs and tabular data from standardized invoices without any prior labeled training data. Which Azure AI Document Intelligence model should you use?
Easy46Your company requires strict data privacy. Where should you host your Document Intelligence resources to ensure data remains in a specific region?
Medium47You are using Azure AI Document Intelligence to extract information from identity documents, such as passports and driver licenses. Which prebuilt model should you select?
Easy48Which TWO of the following are valid ways to authenticate to the Document Intelligence service?
Medium49You need to extract text lines, words, bounding polygons, and selection marks (such as radio buttons and checkboxes) from arbitrary documents without training. Which prebuilt model should you invoke?
Easy50Which TWO prebuilt models are officially available in Azure AI Document Intelligence for extracting specialized domain data? (Choose TWO)
Easy51You are using Document Intelligence to classify documents into different types (e.g., invoices, bank statements). Which model is most appropriate?
Medium52Your company processes business cards from international clients. Which prebuilt Azure AI Document Intelligence model should you use to extract names, company names, emails, and phone numbers from these cards?
Easy53You are configuring an Azure AI Document Intelligence orchestration model to automatically classify and extract data from incoming customer correspondence, which includes invoices, work orders, and purchase orders. One of the component models is failing to classify documents correctly. How should you resolve this issue?
Hard54Your team needs to extract data from a large volume of standardized tax forms using Azure AI Document Intelligence. The forms have a fixed layout where fields are always in the exact same location. Which model type provides the fastest training and highest accuracy for this specific use case?
Easy55You are troubleshooting a low confidence score on specific fields extracted by your Azure AI Document Intelligence custom template model. Which TWO actions can help improve the extraction confidence for those fields? (Choose TWO)
Hard56You need to extract data from a highly varied set of tax forms where the layout changes frequently. Which approach is most efficient?
Medium57Which TWO of the following are valid Document Intelligence project types in the Studio?
Easy58Your custom extraction model is failing to identify fields on a new version of a document. You have labeled 50 documents. What is the most likely solution?
Medium59You are building an Azure AI Document Intelligence solution to process complex financial statements. Due to varying layouts across different financial institutions, you decide to use a custom neural model instead of a custom template model. What is a key architectural advantage of the custom neural model in this scenario?
Hard60You are designing an information extraction solution using Azure AI Document Intelligence. Which TWO features are supported by Custom Neural models? Each correct selection represents a complete solution element.
Medium61Your application is receiving 429 errors from the Document Intelligence service. What does this indicate?
Hard62Which THREE items are included in the JSON response from the Document Intelligence analyze operation?
Hard63You need to secure the communication between your app and Document Intelligence using a private endpoint. What is the primary benefit?
Hard64You are extracting data from tables. The layout model is missing specific column headers. How can you improve the results?
MediumOther domains
All AI-103 exam domains
Frequently asked questions
- What does the Information Extraction domain cover on the AI-103 exam?
- Information Extraction questions test whether you can apply the concept in context, not just recognise a definition.
- How many questions are in this domain?
- This page lists all 64 Information Extraction questions in the AI-103 question bank. The actual exam draws from this domain proportionally to its weighting in the official exam blueprint.
- What is the best way to practise this domain?
- Start with a short focused session (10 questions) to identify gaps, then work through explanations. Repeat with a longer session once the weak areas feel solid.
- Can I practise only Information Extraction questions?
- Yes — the session launcher on this page filters questions to this domain only. Choose any session length for inline explanations and scoring.