Skip to Content

AI-900 Microsoft Azure AI Fundamentals Exam Questions and Answers – Page 2 Part 2

The latest Microsoft AI-900 Azure AI Fundamentals certification actual real practice exam question and answer (Q&A) dumps are available free, which are helpful for you to pass the Microsoft AI-900 Azure AI Fundamentals exam and earn Microsoft AI-900 Azure AI Fundamentals certification.

Question 171

Does the order in which you create entities and intents matter?

Answer

No

Question 172

What are the four types of entities?

Answer

Machine-learned
List
RegEx
Pattern.any

Question 173

Machine-Learned entity

Answer

Entities that are learned by your model during training from context in the sample utterances

Question 174

List

Answer

Entities that are defined as a hierarchy of lists and sublists. For example, a device list might include sublists for light and fan. you can specify synonyms, such as lamp for light

Question 175

RegEx Entity

Answer

Entities that are defined as a regular expression that describes a pattern – for example, you might define a pattern like [0-9]{3}-[0-9]{3}-[0-9]{4} for telephone numbers

Question 176

Pattern.any Entity

Answer

Entities that are used with patterns to define complex entities that may be hard to extract from sample utterances

Question 177

What do client applications need to connect to LUIS?

Answer

Endpoint and key for prediction resource

Question 178

What do you need to implement a conversational AI solution?

Answer

A knowledge base of question and answer pairs
A bot service that provides an interface to the knowledge base through one or more channels

Question 179

QnA Maker

Answer

Cognitive service that enables you to create and publish a knowledge base with built-in natural language processing capabilities

Question 180

True or false: To create a knowledge base, you must first provision a QnA Maker Resource

Answer

True