Question 702 of 945
Implement knowledge mining and information extraction solutions →mediumMultiple ChoiceObjective-mapped
AI-102 Practice Question: Implement knowledge mining and information extraction solutions
You are implementing a knowledge mining solution using Azure AI Search with a custom skillset. The custom skill is an Azure Function that enriches documents with additional metadata. You need to ensure that the custom skill receives the entire document content as input. How should you configure the skill's context and inputs?
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
✓
Set context to '/document' and input source to '/document/content'.
To pass the entire document content as input to a custom skill, the skill's context should be set to '/document', which allows the skill to run once per document. The input source should be '/document/content' to reference the entire content field of the document. Options A and B set context to '/document/content', which runs the skill on each content node individually, not the whole document. Option C uses '/document/normalized_images/*' as input, which is for images, not the content. Therefore, option D is correct.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Set context to '/document/content' and input source to '/document/metadata'.
Why it's wrong here
Context should be higher level.
- ✗
Set context to '/document/content' and input source to '/document/content'.
Why it's wrong here
Context is too narrow; skill won't run per document.
- ✗
Set context to '/document' and input source to '/document/normalized_images/*'.
Why it's wrong here
Passes images, not content.
- ✓
Set context to '/document' and input source to '/document/content'.
Why this is correct
Correct: passes entire content.
About these practice questions
Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →
Last reviewed: Jun 20, 2026
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.
Question Discussion
Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.
Sign in to join the discussion.