AI-102 Implement an agentic solution Practice Question
You are building an agentic solution that needs to process large documents uploaded by users. The agent should extract key information and summarize the content. Which tool should you enable?
⚠ Common exam trap
Microsoft often tests the distinction between tools that execute code (Code Interpreter) versus tools that retrieve or query static data (Function calling, KQL, Knowledge base), leading candidates to mistakenly choose Function calling for any 'processing' task.
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
✓
Code Interpreter
Code Interpreter (now called 'Code Interpreter' in Azure AI Studio/Assistants API) provides a sandboxed Python environment that can execute code to process uploaded files, including parsing large documents, extracting key information, and generating summaries. It handles file I/O, data manipulation, and natural language processing libraries, making it the correct tool for this agentic document-processing task.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Function calling
Why it's wrong here
Function calling invokes custom functions, but not directly for document processing.
- ✗
KQL
Why it's wrong here
KQL is for querying Azure Data Explorer, not document processing.
- ✓
Code Interpreter
Why this is correct
Code Interpreter can execute Python scripts for document processing.
- ✗
Knowledge base
Why it's wrong here
Knowledge base is for search, not document processing.
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.