Implement knowledge mining and information extraction solutions →hardMultiple ChoiceObjective-mapped
AI-102 Practice Question: Implement knowledge mining and information extraction solutions
Your knowledge mining solution uses Azure AI Search with cognitive skills. During testing, you notice that some documents are not being enriched because the skillset execution fails. Which diagnostic step should you take first?
⚠ Common exam trap
The trap here is that candidates often jump to reviewing indexer execution history or logs (options B or D) because they seem like standard troubleshooting steps, but the question specifically asks for the *first* diagnostic step when skillset execution fails, and debug mode is the most direct and efficient tool for that purpose.
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
✓
Enable debug mode on the skillset
When a skillset execution fails during enrichment, the first diagnostic step is to enable debug mode on the skillset. Debug mode allows you to step through each skill execution, inspect inputs and outputs, and identify exactly where the failure occurs. This targeted approach is more efficient than reviewing logs or re-running the indexer, because it provides granular, per-document debugging without waiting for a full indexer run.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
Enable debug mode on the skillset
Why this is correct
Debug mode provides detailed per-document skill execution logs.
- ✗
Review the indexer execution history in the portal
Why it's wrong here
Indexer history shows top-level errors, not skill-level details.
- ✗
Re-run the indexer with a fresh document
Why it's wrong here
Re-running may not fix the underlying issue.
- ✗
Check the indexer logs in Azure Monitor
Why it's wrong here
Azure Monitor logs may not capture skill-level errors.
Go deeper
Related to this question
About these practice questions
Courseiva writes every AI-102 question from scratch — 945 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or 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.