exam questions

Exam AI-100 All Questions

View all questions & answers for the AI-100 exam

Exam AI-100 topic 3 question 4 discussion

Actual exam question from Microsoft's AI-100
Question #: 4
Topic #: 3
[All AI-100 Questions]

You need to deploy cognitive search.
You provision an Azure Search service.
What should you do next?

  • A. Search by using the .NET SDK.
  • B. Load data.
  • C. Search by using the REST API.
  • D. Create an index.
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️
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 an indexer. Indexers can "crack" source documents to extract text from source data.
References:
https://docs.microsoft.com/en-us/azure/search/cognitive-search-tutorial-blob

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
ari_ira
Highly Voted 5 years, 6 months ago
I think the answer is create index, see step 2 https://docs.microsoft.com/en-us/azure/search/search-what-is-azure-search#how-to-use-azure-cognitive-search
upvoted 22 times
...
rveney
Most Recent 2 years ago
The correct next step after provisioning an Azure Search service would be to D. Create an index.
upvoted 1 times
...
allanm
4 years, 1 month ago
You create a search index before uploading the content. Given answer is correct! https://docs.microsoft.com/en-us/azure/search/search-what-is-azure-search#how-to-use-azure-cognitive-search
upvoted 1 times
...
awron_durat
4 years, 6 months ago
In this article, the data is loaded first then the index is created. https://docs.microsoft.com/en-us/azure/search/search-get-started-portal
upvoted 2 times
Cornholioz
4 years, 4 months ago
"In this article", yes. In Step 3, it says: "Typically", index creation is a code-based exercise, completed prior to loading data. "However", as this tutorial indicates, the wizard can generate a basic index for any data source it can crawl. It's a chicken and egg situation. Pity! The wizard can generate a basic index already... so when the search service was provisioned in this case, was a basic index created? Then Load Data... else Create Index. I so hate this question now.
upvoted 2 times
...
...
T0p1cs
5 years, 9 months ago
The answer should be to load the data as the first step is to create a data source, than an index, than run the indexer... https://docs.microsoft.com/en-us/azure/search/cognitive-search-tutorial-blob#3---create-the-pipeline
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

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.

SaveCancel
Loading ...