[Jan 24, 2026] PL-200 Exam Dumps, PL-200 Practice Test Questions [Q119-Q137]

Share

[Jan 24, 2026] PL-200 Exam Dumps, PL-200 Practice Test Questions

Free PL-200 Study Guides Exam Questions and Answer


Microsoft PL-200 exam is designed for functional consultants who work with Microsoft Power Platform technologies. PL-200 exam assesses an individual’s ability to design and implement solutions that drive business outcomes. PL-200 exam tests the candidate’s knowledge of the Power Platform components, including Power Apps, Power BI, Power Automate, and Power Virtual Agents.

 

NEW QUESTION # 119
A company creates a Microsoft Teams app that stores data in two tables in a Microsoft Dataverse for Teams environment.
Users require access to the app and the app data.
You need to configure access.
What should you do? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:

Explanation:


NEW QUESTION # 120
You need to coordinate updates and deployment for managed solutions containing completed work without disrupting the system.
What should you do? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:

Explanation
Box 1: Deploy a patch with the changes made from the current solution.
Scenario:
The Onsite Visit managed solution has a table that is not in the Verification Process Automation managed solution. This table must be upgraded prior to the go-live date without the other shared components.
Box 2: Deploy a full copy of the original solution using the upgrade option. Then, deploy the new solution by using the update option.
Scenario: All components required for the verification process must be included in a new solution.
Corporate security requires that deployments to non-development environments must be automated using service accounts.
Managed solutions are used to move customizations from the development environment to other higher-level environments. These solutions are created and maintained by the power users and provided to internal IT for deployment when they are ready.
Note:
Upgrade This is the default option and upgrades your solution to the latest version and rolls up all previous patches in one step. Any components associated to the previous solution version that are not in the newer solution version will be deleted. This is the recommended option as it will ensure that your resulting configuration state is consistent with the importing solution including removal of components that are no longer part of the solution.
Update This option replaces your solution with this version. Components that are not in the newer solution won't be deleted and will remain in the system. This option is not recommended as your destination environment will differ in configuration from your source environment and could cause issues that are difficult to reproduce and diagnose.
Reference: https://docs.microsoft.com/en-us/power-apps/maker/data-platform/update-solutions


NEW QUESTION # 121
You ate a Dynamics 365 Customer Engagement administrator. You create workflows to automate business processes. You need to configure a workflow to meet the following requirements:
* Be triggered when a condition is met.
* Run immediately.
* Perform an action when a condition is met.
How should you configure the workflow? To answer, select the appropriate configuration in the answer area.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:

Explanation
1) Be triggered when a condition is met - Subject contains data
2) Run Immediately - Configure the workflow to run now
3) Perform an action when a condition is met - send an email


NEW QUESTION # 122
You are a Dynamics 365 Customer Service administrator.
Users report that the main form does not display data from other entities or allow them to edit data from other entities.
You need to embed information from other entities in the form and allow users to edit the data.
Which actions should you perform? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:

Reference:
https://docs.microsoft.com/en-us/powerapps/maker/model-driven-apps/create-edit-quick-create-forms
https://docs.microsoft.com/en-us/dynamics365/customerengagement/on-premises/customize/create-edit-quick-view-forms


NEW QUESTION # 123
A company creates a Microsoft Power Apps app through the Power Apps designer portal for use in Microsoft Teams.
This app needs to be promoted to the user acceptance testing environment.
You need to complete the Microsoft recommended actions before you export the solution.
Which two actions should you complete? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.

  • A. Clone a solution.
  • B. Set the Optimized embedding appearance field to true.
  • C. Publish all changes.
  • D. Write validation tests.
  • E. Run the solution checker.

Answer: A,E

Explanation:
The Power Apps solution checker performs a rich static analysis check on your solutions against a set of best practice rules to quickly identify problematic patterns. After the check completes, you receive a detailed report that lists the issues identified, the components and code affected, and links to documentation that describes how to resolve each issue.
The solution checker analyzes these solution components:
Common Data Service plug-ins
Common Data Service custom workflow activities
Common Data Service web resources (HTML and JavaScript)
Common Data Service configurations, such as SDK message steps


NEW QUESTION # 124
You use Power BI Desktop to configure Power BI reports.
You need to create a canvas app that displays user account information and include the app in a Power BI report.
Which three actions should you perform? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.

  • A. From the Power BI Desktop menu, insert a Power Apps visual and include the required fields in the Power Apps data
  • B. Publish the report to the Power BI service
  • C. From the Power Apps Insert menu, add a Power BI tile
  • D. Connect to Common Data Service from Power BI Desktop

Answer: A,B,D

Explanation:
Explanation
Step 1 (B): Here's how we embed PowerApps into a Power BI report:
* Download and login to the Power BI desktop application
* Click on (...) and select "Import from the marketplace."
Step 2: Open Power BI desktop and use "Get data" to connect with the Common Data Service data source.
Step 3: Publish the report to Power BI service.
Reference:
https://purple.telstra.com/blog/powerbi-integration-with-powerapps


NEW QUESTION # 125
You need to configure the Total field on the Evaluation form.
Which property should you select for the formula? To answer, move the appropriate property to the correct formul a. You may use each property once, more than once, or not at all. You may need to move the split bar between panes or scroll to view content NOTE: Each correct selection is worth one point.

Answer:

Explanation:


NEW QUESTION # 126
You need to design the FAQ solution to handle unknown responses.
Which component should you use? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:

Reference:
https://docs.microsoft.com/en-us/power-virtual-agents/advanced-hand-off


NEW QUESTION # 127
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?

  • A. Yes
  • B. No

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


NEW QUESTION # 128
You are designing a desktop user interface (Ul) flow.
The Ul flow automates legacy software.
You need to prepare data for transfer to a Microsoft SharePoint list.
Which four 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.

Answer:

Explanation:

Explanation

Reference:
https://docs.microsoft.com/en-us/power-automate/ui-flows/inputs-outputs-desktop#use-outputs-to-extract-inform


NEW QUESTION # 129
You are a Dynamics 365 for Customer Service administrator.
You must create a form for team members to use. The form must provide the ability to:
Lock a field on a form.
Trigger business logic based on a field value.
Use existing business information to enhance data entry.
You need to implement business rule components to create the form.
Which components should you use? To answer, drag the appropriate components to the correct requirements. Each component 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.

Answer:

Explanation:


NEW QUESTION # 130
A company plans to implement a model-driven app. The company will enter data through the app. The company has the following requirements:
* Users must be able to search for the data inside the app.
* Users must be able to search for the data outside the app.
You need to configure a solution for each requirement.
What should you use? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:

Explanation:


NEW QUESTION # 131
You are a Dynamics 365 for Customer Service administrator.
You must create a form for team members to use. The form must provide the ability to:
Lock a field on a form.
Trigger business logic based on a field value.
Use existing business information to enhance data entry.
You need to implement business rule components to create the form.
Which components should you use? To answer, drag the appropriate components to the correct requirements. Each component 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.

Answer:

Explanation:


NEW QUESTION # 132
* Add data to the new table.
* Delete an unused area from the site map.
The components must be transported to a different environment.
You need to determine the method required to transport each component.
Which method should you use? To answer, drag the appropriate methods to the correct components. Each method 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.

Answer:

Explanation:

Explanation


NEW QUESTION # 133
You have a business process flow (BPF) that interacts with the Account entity.
You configure a new version for the BPF and add a new stage at the beginning.
You need to identify the impact of the new version on the existing account records.
What is the outcome in each scenario? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:

Explanation:

Box 1: Existing accounts show the new BPF.
When an entity record is being created and if there are multiple BPFs defined on that entity. The system would do the following:
If the ProcessId field is set to Guid.Empty. The system will skip defaulting the BPF on that instance.
If the ProcessId field is set to specific BPF entity reference. The system will default to the specified BPF.
If the ProcessId field on the record is not set. The system will default the BPF.
Box 2: No BPF is linked to a new account.
Note: A business process flow definition is represented as a custom entity and an instance of a process is stored as a record within that entity. Each record is associated with a data record (such as an Account, Contact, Lead, or Opportunity) and in case of cross-entity processes, with a data record for each participating entity.
Reference:
https://docs.microsoft.com/en-us/dynamics365/customerengagement/on-premises/customize/business-process- flows-overview


NEW QUESTION # 134
A company deploys several model-driven apps. The company uses shared devices in their warehouse. The devices are always powered on. Users log on to the devices and then launch the apps to perform actions.
Unauthorized users recently uploaded several files after another user failed to log out of a device. The company needs to prevent these incidents from occurring in the future.
You need to configure the solution to prevent the reported security incidents.
What should you do? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:

Reference:
https://docs.microsoft.com/en-us/power-platform/admin/user-session-management
https://docs.microsoft.com/en-us/onedrive/block-file-types


NEW QUESTION # 135
A company plans to create a Power Virtual Agents chatbot.
The bot has the following requirements:
* Prompt for a location of the customer and the call must be routed to a support agent for the location.
* Transfer support calls at each location to a support bot that uses the Bot Framework.
You need to configure the bot.
Which components should you use? To answer, drag the appropriate components to the correct requirements. Each component 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 select is worth one point.

Answer:

Explanation:


NEW QUESTION # 136
You create a new independent software vendor (ISV) solution for a Power Apps app.
The Power Apps solution will be imported into multiple customer environments. The environments will have a large variety of solutions and publishers.
You need to avoid naming conflicts during solution import.
Which element should you configure?

  • A. Configuration page
  • B. Version
  • C. Package type
  • D. Marketplace
  • E. Prefix

Answer: E

Explanation:
A solution publisher includes a prefix. The publisher prefix is a mechanism to help avoid naming collisions. This allows for solutions from different publishers to be installed in an environment with few conflicts. For example, the Contoso solution displayed here includes a solution publisher prefix of contoso.


NEW QUESTION # 137
......


Topics of Microsoft PL-200: Microsoft Power Platform Functional Consultant Exam

Candidates should apprehend the examination topics before they begin preparation because it'll extremely facilitate them in touch the core. Our PL-200 exam dumps will include the following topics:

Configure the Common Data Service

  • Determine which type of relationship to implement including 1: N and N: N
  • Create new fields or modify existing fields
  • Create alternate keys for entities
  • Design a type for an entity including standard, activity, or virtual
  • Configure entity-relationship behaviors including cascading rules
  • Create new relationships or modify existing relationships

Create and manage processes

  • Configure asynchronous classic workflow
  • Define and implement business rule logic
  • Define the scope for business rules
  • Define requirements for business rules
  • Configure and test business rules

Configure Common Data Service settings

  • Configure duplicate detection settings
  • Configure auditing
  • Configure Relevance Search
  • Perform data management tasks

Configure security settings

  • Create and manage security roles
  • Create and manage business units
  • Create and manage field security profiles
  • Create and manage users and teams
  • Configure hierarchy security

Create apps by using Power Apps

  • Create and configure dashboards
  • Select applicable assets for an app including entities, forms, views, business process flows, dashboards, and charts
  • Create and configure views
  • Create and configure forms
  • Configure site maps

Create canvas apps

  • Test, monitor, and share apps
  • Run Power Automate flows based on actions that occur in a canvas app
  • Create a canvas app
  • Build reusable components and component libraries

Exam PL-200: Microsoft Power Platform Functional Consultant

Candidates for this exam perform discovery, capture requirements, engage subject matter experts and stakeholders, translate requirements, and configure Power Platform solutions and apps. They create application enhancements, custom user experiences, system integrations, data conversions, custom process automation, and custom visualizations.

Candidates implement the design provided by and in collaboration with a solution architect and the standards, branding and artifacts established by User Experience Designers. They design integrations to provide seamless integration with third party applications and services.

Candidates actively collaborate with quality assurance team members to ensure that solutions meet functional and non-functional requirements. They identify, generate, and deliver artifacts for packaging and deployment to DevOps engineers, and provide operations and maintenance training to Power Platform administrators.

Power Platform Functional Consultants should be familiar with using Power Platform components to extend and customize Microsoft apps and services such as Teams, Dynamics 365, Excel, and Word.

Part of the requirements for: Microsoft Certified: Power Platform Functional Consultant Associate

Download exam skills outline

 

PL-200 Exam Dumps, PL-200 Practice Test Questions: https://vce4exams.practicevce.com/Microsoft/PL-200-practice-exam-dumps.html