Implement knowledge mining and document intelligence solutions (10–15%) Flashcards

1
Q

You are building a solution that uses Azure AI Search.
You need to execute the initial run of the indexer.
Which stages will be included during the initial run?

A

Document cracking,
field mapping,
skillset execution, and
output field mapping are the stages of indexing.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

You are building a knowledge mining solution by using Azure AI Search.
You need to ensure that the solution supports wildcard queries in search requests.
What should you include in the REST API request?

A

“queryType”: “full”

queryType “full” extends the default Simple query language by adding support for more operators and query types, such as wildcard, fuzzy, regex, and field-scoped queries.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

You are building a knowledge mining solution that uses Azure AI Search.
You need to apply AI enrichment to your indexer pipeline to generate links to Wikipedia articles.
Which skill should you use?

A

Microsoft.Skills.Text.V3.EntityLinkingSkill

Microsoft.Skills.Text.V3.EntityLinkingSkill uses a pretrained model to generate links for recognized entities to articles in Wikipedia.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly