nerdexam
Microsoft

AI-102 · Question #433

Drag and Drop Question You have an Azure subscription that contains an Azure AI Search resource named AS1. You implement a custom skill in AS1 that performs language and sentiment analysis of…

The correct answer is document cracking; skillset execution; field mappings; output field mappings; push to index. The Azure AI Search enrichment pipeline follows a strict sequential order: first, document cracking extracts raw content from source files (images, PDFs, etc.), then the skillset executes AI enrichments (like the custom language/sentiment analysis), followed by field mappings…

Submitted by mike_84· Mar 30, 2026Implement knowledge mining and document intelligence solutions - specifically designing and configuring Azure AI Search enrichment pipelines with custom skillsets

Question

Drag and Drop Question You have an Azure subscription that contains an Azure AI Search resource named AS1. You implement a custom skill in AS1 that performs language and sentiment analysis of documents. You are evaluating the use of AS1 as part of an enrichment pipeline. In which order will AS1 index the documents? To answer, move all indexing stages from the list of stages to the answer area and arrange them in the correct order. Answer:

Exhibit

AI-102 question #433 exhibit

Answer Area

Drag items

output field mappingsskillset executiondocument crackingpush to indexfield mappings

Correct arrangement

  • document cracking
  • skillset execution
  • field mappings
  • output field mappings
  • push to index

Explanation

The Azure AI Search enrichment pipeline follows a strict sequential order: first, document cracking extracts raw content from source files (images, PDFs, etc.), then the skillset executes AI enrichments (like the custom language/sentiment analysis), followed by field mappings that map source fields to index fields, then output field mappings that route skillset-generated enrichments to index fields, and finally the data is pushed to the index. This order reflects the logical dependency chain where each stage relies on the output of the previous one - you cannot run skills before extracting content, and you cannot map fields before skills have produced their output.

Topics

#Azure AI Search#Enrichment Pipeline#Cognitive Skills#Indexing Stages

Community Discussion

No community discussion yet for this question.

Full AI-102 Practice