Free Microsoft PL-200 Exam Actual Questions

The questions for PL-200 were last updated On May 6, 2025

At ValidExamDumps, we consistently monitor updates to the Microsoft PL-200 exam questions by Microsoft. Whenever our team identifies changes in the exam questions,exam objectives, exam focus areas or in exam requirements, We immediately update our exam questions for both PDF and online practice exams. This commitment ensures our customers always have access to the most current and accurate questions. By preparing with these actual questions, our customers can successfully pass the Microsoft Power Platform Functional Consultant exam on their first attempt without needing additional materials or study guides.

Other certification materials providers often include outdated or removed questions by Microsoft in their Microsoft PL-200 exam. These outdated questions lead to customers failing their Microsoft Power Platform Functional Consultant exam. In contrast, we ensure our questions bank includes only precise and up-to-date questions, guaranteeing their presence in your actual exam. Our main priority is your success in the Microsoft PL-200 exam, not profiting from selling obsolete exam questions in PDF or Online Practice Test.

 

Question No. 1

You plan to create a Power Virtual Agents bot.

The bot must support single sign-on.

You need to publish the bot.

Which two locations should you use? Each correct answer presents a complete solution.

NOTE: Each correct selection is worth one point.

Show Answer Hide Answer
Correct Answer: C, D

C . Azure Bot Service channels: You can configure a Power Virtual Agents bot as a channel in Azure Bot Service. Single sign-on can be configured for the bot using Azure Active Directory (AAD) and the OpenID Connect protocol. This allows you to use your existing AAD users and groups to control access to your bot.

D . Website developed using pro developer tools: You can embed a Power Virtual Agents bot on a website using the Web Chat control. Single sign-on can be configured for the bot using Azure Active Directory (AAD) and the OpenID Connect protocol. This allows you to use your existing AAD users and groups to control access to your bot.


Question No. 2

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 this meet the goal?

Show Answer Hide Answer
Correct Answer: B

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.


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

Question No. 3

You are creating a canvas app.

A user will click a button on each screen of a Power Apps app to proceed to the next screen.

You need to implement an action that selects the next screen that the user sees.

Which event should you handle?

Show Answer Hide Answer
Correct Answer: D

Add navigation

1. With the Source screen selected, open the Insert tab, select Icons, and then select Next arrow.

2. With the arrow still selected, select the Action tab, and then select Navigate.

3. The OnSelect property for the arrow is automatically set to a Navigate function.

4. When a user selects the arrow, the Target screen fades in.

5. On the Target screen, add a Back arrow, and set its OnSelect property to this formula:

6. Navigate(Source, ScreenTransition.Fade)

7. While holding down the Alt key, toggle between screens by selecting the arrow on each screen.


https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/add-screen-context-variables

Question No. 4

You need to create the evaluation record for a prospect. What should you use?

Show Answer Hide Answer
Correct Answer: C

Question No. 5

You plan on implementing complex business logic in Microsoft Dataverse tables by using Power Automate flows.

You realize that the functionality required to implement the business logic is not available in a Power Automate flow.

The new business logic must work in multiple Dataverse tables. In addition, the operation must return a value after it finishes and must be able to run from an existing Dataverse action.

You need to recommend the method to implement the missing logic.

What should you recommend?

Show Answer Hide Answer