AI-102 Day 2

AI-102 Day 2

Professional Development

9 Qs

quiz-placeholder

Similar activities

AI-900 Module-IV

AI-900 Module-IV

Professional Development

5 Qs

NCRTC

NCRTC

Professional Development

10 Qs

Modul 4

Modul 4

Professional Development

10 Qs

WS tuần 4 tháng 2

WS tuần 4 tháng 2

Professional Development

10 Qs

Basic Orientation Training

Basic Orientation Training

Professional Development

10 Qs

Microsoft Teams

Microsoft Teams

Professional Development

10 Qs

Azure OpenAI Quiz 2.0

Azure OpenAI Quiz 2.0

Professional Development

8 Qs

Bimtek JF Bidang Perdagangan Hasil Penyetaraan

Bimtek JF Bidang Perdagangan Hasil Penyetaraan

Professional Development

10 Qs

AI-102 Day 2

AI-102 Day 2

Assessment

Quiz

Professional Development

Professional Development

Medium

Created by

Miguel Saavedra

Used 3+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Your app must interpret a command to book a flight to a specified city, such as "Book a flight to Paris." How should you model the city element of the command?

As an intent.

As an utterance.

As an entity.

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Your language model has multiple intents with similar utterances and many possible entity values. How can you minimize the number of utterances required to train the model?

Use Regular Expression entities.

Use Patterns and Pattern.any() entities.

Use List entities.

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

When using the Speech SDK to recognize intents from a Language Understanding model, how should you configure the SpeechConfig object?

With the location and key of the Language Understanding prediction resource.

With the location and key of the Speech resource.

With the location and key of the Language Understanding authoring resource.

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

You want to create a knowledge base from an existing FAQ document. What should you do?

Create an empty knowledge base and manually enter the FAQ questions and answers.

Create a new knowledge base, importing the existing FAQ document.

Create a new knowledge base, selecting only the Professional chit-chat source.

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

How can you add a multi-turn context for a question in an existing knowledge base?

Enable Active Learning for the knowledge base.

Add alternative phrasing to the question.

Add a follow-up prompt to the question.

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

How can you enable users to use your knowledge base though email?

Add Friendly Chit-chat to the knowledge base.

Enable Active Learning for the knowledge base and include the user's email address as the userId parameter in responses.

Create a bot based on your knowledge base and configure an email channel.

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

You want to enable a conversational customer support solution through both email and web chat. What should you do?

Create a bot for web chat. Send an automated response to email, directing users to web chat.

Create a bot for email, and a second bot for web chat.

Create a single bot and deliver it through both web chat and email channels.

8.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

You have created a bot using a Bot Framework SDK template. Which tool should you use to test it locally?

Visual Studio Code

Bot Framework Emulator

Bot Framework Composer

9.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

When might you use a waterfall dialog?

When you do not want to maintain state between bot activities.

When you need to cancel an activity.

When you want to guide the user through a sequential series of steps.