Exam AI-102 Topic 3 Question 203 Discussion
Actual exam question for Microsoft's AI-102 exam
Question #: 203
Topic #: 3
Question #: 203
Topic #: 3
You have an Azure subscription that contains an AI enrichment pipeline in Azure AI Search and an Azure Storage account that has 10 GB of scanned documents and images.
You need to index the documents and images in the storage account. The solution must minimize how long it takes to build the index.
What should you do?
You need to index the documents and images in the storage account. The solution must minimize how long it takes to build the index.
What should you do?
Suggested Answer: A Vote an answer
https://learn.microsoft.com/en-us/azure/search/search-howto-large-index#run-indexers-in-parallel If you partition your data, you can create multiple indexer-data-source combinations that pull from each data source and write to the same search index. Because each indexer is distinct, you can run them at the same time, populating a search index more quickly than if you ran them sequentially.
by Lionel at Jun 24, 2026, 05:57 PM
0
0
0
10
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).