nerdexam
Microsoft

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…

Implement and monitor AI solutions

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)
  • A
    3% (1)
  • B
    13% (4)
  • C
    10% (3)
  • D
    74% (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

#Azure Search#cognitive search#index creation#deployment steps

Community Discussion

No community discussion yet for this question.

Full AI-100 Practice