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.
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.