ExamGecko
Home Home / Microsoft / PL-200

Microsoft PL-200 Practice Test - Questions Answers, Page 7

Question list
Search
Search

List of questions

Search

Related questions











DRAG DROP

You are a Dynamics 365 administrator.

You create a new app.

You need to create the site map for the app.

Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.


Question 61
Correct answer: Question 61

Explanation:

A company is developing several Power Virtual Agents chatbots. The company manufactures more than 1,000 different products. The chatbots must prompt users to enter or select a product.

You need to store the product information so that it can be reused across all chatbots.

Where should you store the model data?

A.

Global variables

A.

Global variables

Answers
B.

Custom entities

B.

Custom entities

Answers
C.

Topics

C.

Topics

Answers
D.

Multiple choice options

D.

Multiple choice options

Answers
Suggested answer: A

DRAG DROP

A company creates a Power Virtual Agents chatbot.

You need to determine when live agents are engaged to provide support.

Which metrics should you use? To answer, drag the appropriate metrics to the correct processes. Each metric may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.

NOTE: Each correct selection is worth one point.


Question 63
Correct answer: Question 63

Explanation:

Reference:

https://docs.microsoft.com/en-us/power-virtual-agents/teams/analytics-summary-teams

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.

After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.

You are creating Power Virtual Agents chatbot that captures demographic information about customers.

The chatbot must determine the group a customer belongs to based on their age. The age groups are:

0 - 17

18 - 25

26 - 35

36 - 55

55 - 100

You need to configure the chatbot to ask a question that can be used to determine the correct age group.

Solution: Use Date and time for Identify in the question and then add branches that use conditional logic to determine the age group.

Does this meet the goal?

A.

Yes

A.

Yes

Answers
B.

No

B.

No

Answers
Suggested answer: B

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.

After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.

You are creating Power Virtual Agents chatbot that captures demographic information about customers.

The chatbot must determine the group a customer belongs to based on their age. The age groups are:

0 - 17

18 - 25

26 - 35

36 - 55

55 - 100

You need to configure the chatbot to ask a question that can be used to determine the correct age group.

Solution: Use multiple choice for Identify in the question and create options that represent of the age groups.

Does this meet the goal?

A.

Yes

A.

Yes

Answers
B.

No

B.

No

Answers
Suggested answer: B

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.

After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.

You are creating Power Virtual Agents chatbot that captures demographic information about customers.

The chatbot must determine the group a customer belongs to based on their age. The age groups are:

0 - 17

18 - 25

26 - 35

36 - 55

55 - 100

You need to configure the chatbot to ask a question that can be used to determine the correct age group.

Solution: Create a custom Age group entity and synonyms for each individual age in the corresponding item. Use Age group for Identify in the question.

Does this meet the goal?

A.

Yes

A.

Yes

Answers
B.

No

B.

No

Answers
Suggested answer: A

HOTSPOT

You create a new Power Virtual Agents chatbot for an organization.

Testing and production deployment of the chatbot are not complete.

You need to ensure that appropriate users can access the chatbot.

Which methods should you use? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.


Question 67
Correct answer: Question 67

Explanation:

Box 1: Use the demo website

When publishing the bot to the web, you can publish to a prebuilt demo website (which you can use to share the bot with your teammates and stakeholders) and to your own live website. Box 2: Share the chatbot to a security group containing all users.

A license for each user, also known as a "per user license" (or "Power Virtual Agent User License" as referred to on the Microsoft 365 admin center), should be assigned to individual users who need access to create and manage chatbots. To simplify user license management, you can assign licenses to an Azure Active Directory (Azure AD) security group.

Box 3: Embed the chatbot code in an IFRame on your copany's public website

You can add your bot to a live website as an IFrame. Your live website can be a customer-facing external website or an internal site, like a SharePoint or Yammer site.

Reference:

https://docs.microsoft.com/en-us/power-virtual-agents/publication-connect-bot-to-web-channels

https://docs.microsoft.com/en-us/power-virtual-agents/requirements-licensing

DRAG DROP

You are designing a chatbot for a sports outlet.

You need to complete the chatbot.

Which features should you use? To answer, drag the appropriate features to the correct requirements. Each feature may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.

NOTE: Each correct selection is worth one point.


Question 68
Correct answer: Question 68

Explanation:

Box 1: Entities

Out of the box, Power Virtual Agents comes with a set of prebuilt entities, which represent the most commonly used stereotype information in real-world dialogs, such as age, colors, numbers, and names.

With the knowledge granted by entities, a bot can smartly recognize the relevant information from a user input and save it for later use.

Box 2: Topics

In Power Virtual Agents, a topic defines a how a bot conversation plays out.

You can author topics by customizing provided templates, create new topics from scratch, or get suggestions from existing help sites.

A topic has trigger phrases – these are phrases, keywords, or questions that a user is likely to type that is related to a specific issue – and conversation nodes – these are what you use to define how a bot should respond and what it should do.

Box 3: Variables

Variables let you save responses from your customers in a conversation with your bot so that you can reuse them later in the conversation.

For example, you can save a customer's name in a variable called UserName. The bot can then address the customer by name as the conversation continues.

You can use variables to create logical expressions that dynamically route the customer down different conversation paths.

Incorrect Answers:

Flows: You can enable your bot to perform an action by calling a Microsoft Power Automate flow. Flows can help you automate activities, or call backend systems. For example, you can use flows with end-user authentication to retrieve information about a user after they've signed in.

Flows: You can enable your bot to perform an action by calling a Microsoft Power Automate flow. Flows can help you automate activities, or call backend systems. For example, you can use flows with end-user authentication to retrieve information about a user after they've signed in.

Reference:

https://docs.microsoft.com/en-us/power-virtual-agents/advanced-entities-slot-filling

https://docs.microsoft.com/en-us/power-virtual-agents/authoring-create-edit-topics

https://docs.microsoft.com/en-us/power-virtual-agents/advanced-flow

https://docs.microsoft.com/en-us/power-virtual-agents/authoring-variables

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.

After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen. You are creating Power Virtual Agents chatbot that captures demographic information about customers.

The chatbot must determine the group a customer belongs to based on their age. The age groups are:

0 - 17

18 - 25

26 - 35

36 - 55

55 - 100

You need to configure the chatbot to ask a question that can be used to determine the correct age group.

Solution: Use age for Identify in the question and then add branches for each group that use conditional logic.

Does the solution meet the goal?

A.

Yes

A.

Yes

Answers
B.

No

B.

No

Answers
Suggested answer: B

Explanation:

Instead, create a custom Age group entity and synonyms for each individual age in the corresponding item. Use Age group for Identify in the question. The prebuilt entities cover commonly used information types, but on some occasions, such as when building a bot that serves a specific purpose, you'll need to teach the bot's language understanding model some domain-specific knowledge.

To do this, you need to create a custom entity.

Reference:

https://docs.microsoft.com/en-us/power-virtual-agents/advanced-entities-slot-filling

You are designing a Power Virtual Agents chatbot.

The chatbot must be able to maintain customer information if the conversation topic changes during a dialog.

You need to configure variables to store customer name and email address.

Which type of variable should you create?

A.

session

A.

session

Answers
B.

slot

B.

slot

Answers
C.

bot

C.

bot

Answers
D.

topic

D.

topic

Answers
Suggested answer: C

Explanation:

By default, a variable's value can only be used in the topic where this variable gets created. However, you might want the bot to use the same value across topics. This means the bot can remember the necessary context when a conversation spans multiple topics. In some systems, these types of variables are known as global variables. In Power Virtual Agents, these variables are called bot variables, because they apply across the entire bot.

Reference:

https://docs.microsoft.com/en-us/power-virtual-agents/authoring-variables-bot

Total 285 questions
Go to page: of 29