Skip to content

Microsoft Power Automate RPA Developer

Here you have the best Microsoft PL-500 practice exam questions

  • Preview the first 5 of 180 questions for free
  • These questions were last updated on May 24, 2026
  • This site is not affiliated with or endorsed by Microsoft.
Question 1 of 180

Case study -

This is a case study. Case studies are not timed separately. You can use as much exam time as you would like to complete each case. However, there may be additional case studies and sections on this exam. You must manage your time to ensure that you are able to complete all questions included on this exam in the time provided.

To answer the questions included in a case study, you will need to reference information that is provided in the case study. Case studies might contain exhibits and other resources that provide more information about the scenario that is described in the case study. Each question is independent of the other questions in this case study.

At the end of this case study, a review screen will appear. This screen allows you to review your answers and to make changes before you move to the next section of the exam. After you begin a new section, you cannot return to this section.

To start the case study:

To display the first question in this case study, click the Next button. Use the buttons in the left pane to explore the content of the case study before you answer the questions. Clicking these buttons displays information such as business requirements, existing environment, and problem statements. When you are ready to answer a question, click the Question button to return to the question.

Background:

City Power and Light is one of the biggest energy companies in North America. They extract, produce and transport oil. The company has more than 50 offices and 100 oil extraction facilities throughout the United States, Canada, and Mexico. They use railways, trucks, and pipelines to move oil and gas from their facilities.

The company provides the following services:

  • Produce oil from oil sands safely, responsibly, and reliably.
  • Refine crude of into high-quality products.
  • Develop and manage wind power facilities.
  • Transport oil to different countries/regions.

City Power and Light uses various Microsoft software products to manage is daily actives and run its machine-critical applications.

Maintenance Tasks:

A user named Admin1 creates a cloud flow named ManagePipelineMaintenanceTasks. Admin1 applies a data loss prevention (DLP) policy to the flow. Admin1 shares the flow with a user named PipelineManager1 as co-owner. You must determine the actions that PipelineManager1 can perform.

Maintenance Scheduler:

You create a cloud flow that uses a desktop flow. The desktop flow connects to third-party services to fetch information. You must not permit the desktop flow to run for more than 20 minutes.

You must configure sharing for MaintenanceScheduler to meet the following requirements:

  • User1 must be able to work with you to modify the desktop flow.
  • User2 must be able to access and review the run history for the flow.
  • You must grant User3 permissions to run but not modify the desktop flow.

ERPDataOperations flow:

City Power and light uses an enterprise resource planning (ERP) system. The ERP system does not have an API.

Each day the company receives an email that contains an attachment. The attachment lists orders from the company’s rail transportation partners. You must create an automation solution that reads the contents of the email and writes records to the ERP system. The solution must pass credential from a cloud flow to a desktop flow.

RailStatusUpdater:

City Power and Light actively monitors all products in transit. You must create a flow named RailStatusUpdater that manages communications with railways that transport the company’s products. RailStatusUpdater includes five desktop flow actions.

You must run the desktop flows in attended mode during testing. You must run the desktop flows in unattended mode after you deploy the solution. You must minimize administrative efforts.

Packaging:

You must package the automations in a solution. All required components must be included in the solution.

ProductionMonitor flow:

You create a cloud flow named ProductionMonitor which uses the Manually trigger a flow trigger. You plan to trigger ProductionMonitor from a cloud flow named ProdManager.

You add a Run a Child flow action in ProdManager to trigger ProductionMonitor. When you attempt to save ProdManager the following error message displays:

Request to XRM API failed with error: 'Message:Flow client error returned with status code "Bad request" and details "("error":{"code":ChildFlowUnsupportedForinvokerConnections", "message": The workflow with id 8d3bcde7-7e98-eb11-b1ac-000d3a32d53f", named FlowA cannot be used as a child workflow because child workflows only support embedded connections. "}}"Code" 0x80060467 InnerError.'

CapacityPlanning flow:

Developers within the company use could flows to access data from an on-premises capacity planning system.

You observe significant increases to the volume of traffic that the on-premises data gateway processes each day. You must minimize gateway failures.

DataCollector flow:

You have a desktop flow that interacts with a web form. The flow must write data to several fields on the form.

You are testing the flow. The flow fails when attempting to write data to any field on the web form.

RailStatusUpdater flow:

The RailStatusUpdater flow occasionally fails due to machine connection errors. You can usually get the desktop flow to complete by resubmitting the cloud flow run. You must automate the retry process to ensure that you do not need to manually resubmit the cloud flow when machine connection errors occur.

You need to resolve the issue with the DataCollector flow.

What are two possible ways to achieve the goal? Each correct answer presents a complete solution.

NOTE: Each correct selection is worth one point.

Answer

Suggested Answer

The suggested answer is B, E.

To resolve the issue with the DataCollector flow which fails when attempting to write data to any field on the web form, you have two viable options. First, replacing the Populate text field on a web page action with the Send keys action can sometimes help as it navigates into text fields using keyboard keys, providing a more reliable way of entering data in cases where direct text population fails. Second, modifying selectors to ensure that field attributes are mapped correctly is crucial. Web forms can have dynamic selectors that change, leading to issues when the automation cannot locate the correct fields. By modifying these selectors, you ensure that the automation accurately identifies each field, thereby preventing the errors.

Community Votes22 votes
DEMost voted
55%
BESuggested
45%
Question 2 of 180

You need to package the automations.

What should you do?

Answer

Suggested Answer

The suggested answer is D.

The correct approach to package automations involves ensuring all necessary components are included within the solution to maintain the integrity and functionality of the automation. Adding required components to each item within the solution ensures that all dependencies and essential elements are automatically included, thereby preventing any issues related to missing components. This method guarantees a comprehensive and complete solution package.

Community Votes6 votes
DSuggested
67%
C
33%
Question 3 of 180

HOTSPOT -

You need to configure the solution for the ERPDataOperations flow.

Which configuration values should you use? To answer, select the appropriate options in the answer area

NOTE: Each correct selection is worth one point.

Exam PL-500: Question 3 - Image 1
Answer

Suggested Answer

Exam PL-500: Question 3 - Image 2
Question 4 of 180

You need to identify the actions that PipelineManager1 can perform.

Which three actions can PipelineManager1 perform? Each correct answer presents a complete solution.

NOTE: Each correct selection is worth one point.

Answer

Suggested Answer

The suggested answer is B, C, F.

PipelineManager1 can modify or delete a flow, add or remove other owners, and view the run history. They cannot set the cloud flow priority, override the data loss prevention (DLP) policy, or modify another owner's connection credentials. Co-owners are specifically allowed to manage the properties of a flow, which includes viewing the run history, and can also edit the flow itself and manage ownership, but cannot override DLP policies or change another co-owner's credentials.

Community Votes24 votes
BCFSuggested
88%
ABF
13%
Question 5 of 180

You need to configure the desktop action for the MaintenanceScheduler cloud flow.

Which two actions should you perform? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

Answer

Suggested Answer

The suggested answer is B, D.

To configure the desktop action for the MaintenanceScheduler cloud flow, you should first navigate to the Desktop flow action settings in the cloud flow. This allows you to access the necessary options and settings for the desktop action. Once there, you need to set the Timeout property and update the duration to PT20M, as the 'PT' format is correct for indicating a time duration in ISO 8601 standard. This ensures that the desktop action is correctly configured within the cloud flow with the appropriate timeout setting.

Community Votes17 votes
BDSuggested
100%

175 more questions await

Unlock the full Microsoft PL-500 question bank

5 of 180 completed3%

Choose your plan

One-time payment · No subscription · No hidden fees

Standard

Quick preparation

$25

30 days access

30 day access to all questions
Instant free updates
Highest passing rate in industry
Printable PDF download
No money-back guarantee
Best Value

Premium

Guaranteed success

$60$35

90 days access

PDF

Printable PDF download

New

Save every question as a PDF for offline study or printing.

90 day access to all questions
Instant free updates
Highest passing rate in industry
Pass guaranteed or money back

100% Money-Back Guarantee

Don't pass? Full refund.

4.9/5

Based on 5,528+ reviews

Trusted by thousands of professionals

Join certified professionals who passed their exams with Examice

Examice helped me pass my AWS certification on the first try! The questions were incredibly similar to the real exam. Comments helped me understand answers I was struggling with.
S
Sarah C.
Cloud Engineer
Great results in a short prep time. Passed on my first attempt.
D
David K.
Network Engineer
I needed to pass an exam for work, and this website delivered. The quality for the price is outstanding, and the support is really good. I passed without issues.
M
Michael R.
Security Analyst
Skeptical at first, but impressed. Every question included clear, detailed explanations.
L
Lisa M.
Solutions Architect
The guarantee gave me confidence to invest in the premium package. Turns out I didn't need it. Passed comfortably. The explanations for each answer were incredibly detailed and helped me grasp security concepts that I'd been struggling with for months.
R
Robert H.
Cybersecurity Consultant
Used Examice for my PMP certification. The questions were well structured and covered all exam domains thoroughly.
J
James T.
IT Manager
After failing my first attempt with other study materials, I switched to Examice and passed confidently on my second attempt.
A
Anna W.
Data Engineer
The premium package was worth it. 90 days of access gave me the flexibility to study when it worked for me, without feeling rushed.
E
Emily J.
DevOps Engineer
Straightforward questions that matched the real exam perfectly. Studied for two weeks and passed with a great score.
K
Karen P.
Systems Administrator

Frequently Asked Questions

Everything you need to know. Contact us for more.

Our Microsoft PL-500 questions are based on real exam experiences and are continuously updated to match the current exam format. We maintain a +99% pass rate because our questions closely mirror what you'll see on the actual exam.

With our Premium package, you get a 100% money-back guarantee. If you don't pass your exam after studying with our materials, simply contact us with your exam results and we'll refund your purchase. Terms and conditions apply, read our full refund policy to learn more.

Our question bank is updated regularly based on feedback from recent exam takers. We typically review and update our content every week with reports about new questions or changes to the exam format.

Standard package access cannot be extended. However, Premium package gives you 90 days which is typically more than enough time to prepare thoroughly. If you need additional time, you can purchase a new package at any time.

This is a one-time payment with no recurring charges. Once you purchase, you get full access to all exam questions for the duration of your package (30 days for Standard, 90 days for Premium). No hidden fees or automatic renewals.

Pass on your first try

All 180questions · Detailed explanations · Printable PDF · 90 days access

Money-back guaranteeSecure checkout
$35

one-time payment