wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Azure bot and QnA

Total questions: 11

Worksheet time: 6mins

Name
Class
Date
1.

It enables you to define and publish a knowledge base of questions and answers with support for natural language querying.

a)

Bot Framework

b)

QnA Maker Service

c)

Azure Bot Service

d)

Conversational AI

2.

This service provides a framework for developing, publishing, and managing bots on Azure.

a)

Bot Framework

b)

QnA Maker Service

c)

Azure Bot Service

d)

Conversational AI

3.

You can write code to create and manage knowledge bases using the QnA Maker REST API or SDK.

a)

False

b)

True

4.

Steps on creating a knowledge base on QnA Maker

a)

Create, Connect, Name, Populate and Create your KB

b)

Connect, Create, Name, Populate and Create your KB

c)

Create, Connect, Populate, Name and Create your KB

d)

Create, Name, Populate and Create your KB, and Connect

5.

You can delete the resource group or individual resources from your Azure subscription.

a)

True

b)

False

6.

A knowledge base is what?

a)

Question and answer pairs that can be queried using natural language input

b)

Question and answer pairs that can be queried using exact language input

c)

A list of facts that can be queried using natural language input

d)

A list of questions that can be queried using exact language input

7.

What are two ways you can populate a knowledge base with existing question and answer pairs? Select all that apply.

a)

Import questions and answers from existing web pages or documents

b)

Import answers from an existing web pages or documents and use AI to create the questions.

c)

Add pre-defined “chit-chat” pairs that include common conversational questions and responses.

d)

You cannot populate a knowledge base with existing question and answer pairs.

8.

Can you create a QnA Maker solution without using the QnA Maker portal?

a)

Yes, you can use machine learning to write code that defines, trains, and publishes the knowledge base.

b)

Yes, you can use the REST API or SDK to write code that defines, trains, and publishes the knowledge base.

c)

No, you must use the QnA Maker to create a QnA Maker solution.

d)

No, but you can create a knowledge base using the Knowledge SDK.

9.

Both language understanding and QnA Maker Knowledge base are forms of language models, but there are some differences. What action does the QnA Maker enable that the Language Understanding service does not?

a)

User submits an utterance, expecting an appropriate response or action.

b)

Response indicates the most likely intent and referenced entities

c)

Response is a static answer to a known question

10.

What service is used to create a bot from your knowledge base?

a)

QnA Maker

b)

Language Understanding

c)

Text Analytics

d)

Language Analytics

11.

What is an application that enables you to run your bot as a local or remote web application and connect to it from an interactive web chat interface that you can use to test your bot?

a)

Azure Bot Service

b)

Bot Channels Registration

c)

Bot Framework Emulator

d)

Bot Framework Service