AI-100 · Question #62
You need to deploy cognitive search. You provision an Azure Search service. What should you do next?
The correct answer is D. Create an index. You create a data source, a skillset, and an index. These three components become part of an indexer that pulls each piece together into a single multi-phased operation. Note: At the start of the pipeline, you have unstructured text or non-text content (such as image and…
Question
You need to deploy cognitive search. You provision an Azure Search service. What should you do next?
Options
- ASearch by using the .NET SDK.
- BLoad data.
- CSearch by using the REST API.
- DCreate an index.
How the community answered
(31 responses)- A3% (1)
- B13% (4)
- C10% (3)
- D74% (23)
Explanation
You create a data source, a skillset, and an index. These three components become part of an indexer that pulls each piece together into a single multi-phased operation. Note: At the start of the pipeline, you have unstructured text or non-text content (such as image and scanned document JPEG files). Data must exist in an Azure data storage service that can be accessed by Indexers can "crack" source documents to extract text from source data. https://docs.microsoft.com/en-us/azure/search/cognitive-search-tutorial-blob
Topics
Community Discussion
No community discussion yet for this question.