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
DRAG DROP
You need to add a policy to the Fraud custom connector.
Which five 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.
You need to choose the two optical character recognition (OCR) engines that are able to extract text from the members’ secondary identification.
Which two OCR technologies achieve this goal? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point.
- A . Windows engine
- B . IBM Cognitive Services
- C . Google Tesseract engine
- D . Azure Cognitive Services
Topic 4, Mix Questions
You create an unattended Office 365 automation. The automation stops running.
You suspect that the runtime identity used by the automation caused the automation to stop running.
Which two issues can the runtime identity cause in this scenario? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point.
- A . The automation is attempting to open files that cannot be opened or edited based on per-user access permissions
- B . The automation is not set up to handle an additional sign-in Ul element.
- C . The unattended automation process suppressed an alert that was generated.
- D . The location of a specific user interface element has changed.
HOTSPOT
A company has a customer relationship management (CRM) app installed on a machine.
Each month an employee signs into the machine by using their Azure Active Directory (Azure AD) account to generate a financial statement for each account in a list of accounts. The list of accounts is stored in Microsoft Dataverse. The employee must send each customer their statements by using Office 365 Outlook.
You need to develop a solution to automate the task.
Which components should you use? To answer, select the appropriate options in the answer area.
HOTSPOT
You create an environment for a company. You need to configure security to meet the company’s requirements and follow the principle of least privilege.
Which security roles should you assign? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.
DRAG DROP
You are editing a cloud flow in the Power Automate flow designer.
You need to resubmit the most recent trigger.
Which five 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.
You are creating automation solutions for a company. You create a cloud flow that includes a Scope action.
What is the purpose of the Scope action?
- A . Run a group of actions based on conditional input.
- B . Group actions together and ensure that all actions succeed or fail as a group.
- C . Run a group of actions based on input from a switch statement
- D . Terminate a flow run.
HOTSPOT
You create the following flow:
Use the drop-down menus to select the answer choice that answers each question based on the information presented in the graphic. NOTE: Each correct selection is worth one point.
You develop a desktop flow.
You need to debug the flow.
Which three tools can you use? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point.
- A . Static results
- B . Run from here
- C . Breakpoints
- D . Configure run after
- E . Run next action
You are developing a desktop flow that reads data from a table in a Microsoft Excel workbook. You need to read the cell in the fourth row and first column of the table.
Which two expressions can you use? Each correct answer presents a complete solution. NOTE: Each correct answer is worth one point.
- A . %ExcelData[1][4]%
- B . %ExcelData[4][0]%
- C . %ExcelData[‘Column1’][4]%
- D . %ExcelData[4][‘Column1’]%