Microsoft PL-500 Microsoft Power Automate RPA Developer (beta) Online Training
Microsoft PL-500 Online Training
The questions for PL-500 were last updated at Dec 20,2024.
- Exam Code: PL-500
- Exam Name: Microsoft Power Automate RPA Developer (beta)
- Certification Provider: Microsoft
- Latest update: Dec 20,2024
Topic 2, City Power and Light
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 oil 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 its daily activities and run its machine-critical applications.
Requirements
ManagePipelineMaintenanceTasks
A user named Admin1 creates a cloud flow named ManagePipelineMaintenanceTasks. Admin1 applies a data loss prevention (DLP) policy to the flow. Adminlshares the flow with a user named PipelineManager1 as co-owner. You must determine the actions that PipelineManager can perform.
MaintenanceScheduler
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 MatinenanceScheduler 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 credentials 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.
Issues
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 messaqe displays:
CapacityPlanning flow
Developers within the company use cloud 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.
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.
You need to configure the RailStatusUpdater cloud flow.
What should you do?
- A . Create a JavaScript function to update the run mode values of each action within the desktop flow.
- B . Create an environment variable. Update each desktop flow action to read the variable.
- C . Manually update each desktop flow action to change the run mode.
- D . Create a desktop flow to update the run mode values of each action within the cloud flow.
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.
- A . Override the DLP policy.
- B . Modify or delete a flow.
- C . Modify the owner’s connection credentials.
- D . View the run history.
- E . Set the cloud flow priority.
- F . Add or remove other owners.
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.
- A . Select machine settings in Power Automate for desktop.
- B . Select the Timeout property and update the duration to PT20M.
- C . Select the Timeout property and update the duration to P20M.
- D . Launch Power Automate for desktop.
- E . Navigate to Desktop flow action settings in the cloud flow.
You need to address the issue with the capacity planning flow.
What should you do?
- A . Increase the CPU and memory of the machine on which the gateway is hosted.
- B . Create a gateway cluster.
- C . Configure the system to send alerts when the gateway fails.
- D . Create a machine group and add machines to the group to handle requests.
HOTSPOT
You need to configure sharing for MaintenanceScheduler.
Which sharing methods should you use? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.
HOTSPOT
You need to troubleshoot the issue saving ProdManager.
For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth one point.
You need to resolve the issue reported with the RailStatusUpdater 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.
- A . Put the desktop flow action into a Do until loop. Run until the desktop flow is successful.
- B . Call a separate child cloud flow to perform the desktop flow a second time.
- C . Create a duplicate action for the desktop flow and configure the duplicate action to run if the first desktop flow action fails.
- D . Create a duplicate action for the desktop flow to run after the first desktop flow.
You need to package the automations.
What should you do?
- A . Show dependencies within the solution.
- B . Remove unmanaged layers.
- C . Add required components to each item within the solution.
- D . Add existing components to the solution.
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
- A . Add an If web page contains action to determine whether a field exists and write data only when true.
- B . Configure the Populate text field on a web page actions to continue running the flow in case of error.
- C . Replace the Populate text field on a web page action with the Send keys action to write data.
- D . Remove the Focus text field on a web page actions that precede actions which write data to text fields.
- E . Modify selectors to ensure that field attributes are mapped correctly.