AI-102 Plan and manage an Azure AI solution Practice Question
Your team is building a custom question-answering solution using Azure AI Language. The solution must be able to answer questions based on a set of PDF documents. You need to import the documents and create a knowledge base. What should you do first?
⚠ Common exam trap
Test-takers frequently confuse Azure AI Search (a general-purpose search service) with the custom question answering feature, which is purpose-built for extracting and managing QnA pairs from documents, leading them to choose Option B incorrectly.
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 the Azure AI Language service with the custom question answering feature and import the documents
The custom question answering feature of Azure AI Language is specifically designed to ingest documents (including PDFs) and build a knowledge base that can be used for question-answering. This feature provides a built-in pipeline to extract question-answer pairs from documents, create a knowledge base, and deploy it as a service without needing additional search indexing or bot orchestration.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Use Azure AI Foundry to create a project and upload the documents
Why it's wrong here
Azure AI Foundry is a platform, but the primary import mechanism is through Language service.
- ✗
Create an index in Azure AI Search and upload the documents
Why it's wrong here
Azure AI Search is used for search, not custom question answering.
- ✓
Use the Azure AI Language service with the custom question answering feature and import the documents
Why this is correct
Custom question answering can ingest PDFs directly.
- ✗
Deploy an Azure AI Bot Service and connect it to the documents
Why it's wrong here
Bot Service is for bot runtime, not for importing documents into a knowledge base.
Go deeper
Related to this question
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 →
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.