Labour Day - Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: dpm65

PL-500 Microsoft Power Automate RPA Developer Questions and Answers

Questions 4

You need to implement security to resolve the invoice data issue

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

NOTE: Each correct selection is worth one point.

Options:

A.

Clear the Create and Delete permissions. Set the Read permission and Write permission values to Organization.

B.

Select the Finance role, select Custom Entities and navigate to the table.

C.

In Microsoft Power Platform admin center, navigate to the Users section.

D.

In Microsoft Power Platform admin center, navigate to the Security roles section.

E.

Clear the Create and Delete permissions. Set the Read permission and Write permission values to Business unit.

F.

Select the Finance role select Core Records, and then navigate to the table.

Buy Now
Questions 5

You need to identify the cause for the SMSApp data entry issue. What is the root cause?

Options:

A.

The DLP policy that contains the desktop flow connector was deleted.

B.

The default policy group is set to Blocked.

C.

The desktop flow was not shared with the finance clerk.

D.

The Power Automate Management connector is assigned to the Business category.

Buy Now
Questions 6

You need to configure the flow for processing invoices that arrive in the AP mailbox. Which three elements should you use? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.

Options:

A.

Document type

B.

Location

C.

Pages

D.

Al model

E.

Form type

F.

Form

Buy Now
Questions 7

You need to ensure that the solution uses the correct accounts payable mailbox. Which three actions should you perform? Each correct answer part of the solution, NOTE: Each correct selection is worth one point.

Options:

A.

Set the current value for the accounts payable mailbox in the environment.

B.

Set the default value for the accounts payable mailbox in the environment.

C.

Turn off and then turn on the cloud flows.

D.

Use separate environment variables for the cloud flow and the canvas app.

E.

Use one environment variable for both the cloud flows and the canvas app.

Buy Now
Questions 8

You need to resolve the fulfillment status flow issue.

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

NOTE: Each correct selection is worth one point.

Options:

A.

Ensure that the flow instance does not remain in the queue for more than three hours.

B.

Ensure that all users are signed out from the target machine.

C.

Use different local Windows accounts for all machines.

D.

Ensure that the flow is not using elevated privileges.

E.

Trigger the flow by using an on-premises data gateway.

Buy Now
Questions 9

You need to determine the causes for the reported issues.

What are the causes? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

PL-500 Question 9

Options:

Buy Now
Questions 10

You need to implement a solution to manage the priority of incoming orders.

Which three 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.

PL-500 Question 10

Options:

Buy Now
Questions 11

You need to configure permissions for the Purchase order quantity flow. Which permission should you assign?

Options:

A.

Co-owner

B.

Run-only user

C.

Owner

D.

User

Buy Now
Questions 12

You need to configure the solution.

What should you use? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

PL-500 Question 12

Options:

Buy Now
Questions 13

You need to determine the correct action to use for the time entry automation.

Which action should you use?

Options:

A.

invoke SOAP web service

B.

HTTP

C.

Invoke web service

D.

HTTP with Azure AD

Buy Now
Questions 14

You need to implement the expressions for the Time Entry Application automation.

Which expressions should you use to address the requirements and issues? To answer, move the appropriate expression to the correct requirement or issue. You may use each expression 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.

PL-500 Question 14

Options:

Buy Now
Questions 15

You need to resolve the issue with the IT support team.

Where should you direct them to resolve the problem? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

PL-500 Question 15

Options:

Buy Now
Questions 16

You need to determine the correct group for each connector used in the automations.

Which groups should you use? To answer, move the appropriate connector to the correct group. You may use each group once, more than once, or not at alt. You may need to move the split bar between panes or scroll to view content

NOTE: Each correct selection is worth one point.

PL-500 Question 16

Options:

Buy Now
Questions 17

You need to build the automation for Time Entry Application.

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.

PL-500 Question 17

Options:

Buy Now
Questions 18

You need to recommend a solution for the project closure steps.

Which solution should you recommend?

Options:

A.

Document Automation Toolkit

B.

Classic workflow

C.

Cloud flow

D.

Desktop flow

Buy Now
Questions 19

You need to recommend a solution to address the requirements and issues.

Which feature should you recommend? To answer, move the appropriate feature to the coned requirement or issue. You may use each feature 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.

PL-500 Question 19

Options:

Buy Now
Questions 20

You need to resolve the issue with the profile information system automation.

What should you do? you recommend?

Options:

A.

Set HTTP host URL

B.

Define a data loss prevention policy.

C.

Define a policy.

D.

Create custom code.

E.

Set query string parameter

Buy Now
Questions 21

You need to determine the formula to use for the time entry posting automation.

Which formula should you use?

Options:

A.

PL-500 Question 21 Option 1

B.

21

C.

21

D.

21

Buy Now
Questions 22

You need to identity the components required to deploy the automation for Project Planning Application.

Which three components should you identify? Each correct answer presents part of the solution.

NOTE: Each coned selection is worth one point.

Options:

A.

Username

B.

Application ID

C.

Tenant ID

D.

Password

E.

Client secret

Buy Now
Questions 23

You are creating a cloud flow that will use two Update Row actions to interact with Microsoft Dataverse. Neither of these actions are dependent on each other. You must minimize the amount of processing time required to complete the flow. You need to implement the actions in the cloud flow.

Solution: Create a do until loop.

Does the solution meet the goal?

Options:

A.

Yes

B.

No

Buy Now
Questions 24

You are developing a cloud flow.

The flow must be able to query several Azure endpoints and must use standard actions where possible.

You need to configure the flow.

Which actions should you use? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

PL-500 Question 24

Options:

Buy Now
Questions 25

You are developing a flow that interacts with a Microsoft Dataverse table named Account. The table includes the following columns:

PL-500 Question 25

The flow must only trigger when a record is added to the Accounts table and the following conditions are met:

• the websiteurl field is set to https://microsoft.com

• the crabd.triggerflow field is set to Yes

You need to configure the flow trigger.

Which trigger condition expression should you use?

Options:

A.

@and(equals(triggerOutputs()?['body/crabd_triggerflow'], '126690000'), equals(triggerOutputs()?['body/websiteurl'], 'https://microsoft.com ') )

B.

@and(equals(triggerOutputs()?['body/crabd_triggerflow'], 126690001), equals(triggerOutputs()?['body/websiteurl'], 'https://microsoft.com ') )

C.

@or(equals(triggerOutputs()?['body/crabd_triggerflow'], 126690000), equals(triggerOutputs()?['body/websiteurl'], 'https://microsoft.com ') )

D.

@or(equals(triggerOutputs()?['body/crabd_triggerflow'], '126690001'), equals(triggerOutputs()?['body/websiteurl'], 'https://microsoft.com ') )

Buy Now
Questions 26

You plan to create a Microsoft Visio process diagram.

You need to create the diagram and then export the diagram as a Power Automate flow.

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.

PL-500 Question 26

Options:

Buy Now
Questions 27

A company plans to implement Al models to perform business processes.

You need to determine whether to use prebuilt or custom Al models.

Which type of model should you use for each scenario? To answer, drag the appropriate model types to the correct scenarios. Each model 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.

PL-500 Question 27

Options:

Buy Now
Questions 28

You create a solution that includes a Power Automate cloud flow and desktop flow. You observe the following issues with the solution:

• A single Power Automate cloud flow action has a long run time.

• The Power Automate desktop flow encounters an error.

You need to debug the solution.

Which debug features should you use? To answer, select the appropriate options in the answer area.

PL-500 Question 28

Options:

Buy Now
Questions 29

You develop Power Automate flows for a company. You need to help users locate and run the flows. Where should you direct users to find the flows? To answer NOTE: Each correct selection is worth one point.

PL-500 Question 29

Options:

Buy Now
Questions 30

You are developing automation solutions for a company.

You need to use Microsoft Office scripts in a cloud flow to calculate the number of business days between two dates.

Which three actions should you perform in sequence?

To order, answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

PL-500 Question 30

Options:

Buy Now
Questions 31

You are creating a cloud flow that will use two Update Row actions to interact with Microsoft Dataverse. Neither of these actions are dependent on each other. You must minimize the amount of processing time required to complete the flow. You need to implement the actions in the cloud flow.

Solution: Create two sequential Update Row actions.

Does the solution meet the goal?

Options:

A.

Yes

B.

No

Buy Now
Questions 32

A user is evaluating the capabilities of both process mining and task mining.

You need to determine when you should use process mining or task mining.

Which Process advisor capability should you use? To answer, drag the appropriate capabilities to the correct requirements. Each capability 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.

PL-500 Question 32

Options:

Buy Now
Questions 33

You need to address the issue with the capacity planning flow. What should you do?

Options:

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.

Buy Now
Questions 34

You need to package the automations. What should you do?

Options:

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.

Buy Now
Questions 35

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.

PL-500 Question 35

Options:

Buy Now
Questions 36

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.

PL-500 Question 36

Options:

Buy Now
Questions 37

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.

Options:

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.

Buy Now
Questions 38

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.

PL-500 Question 38

Options:

Buy Now
Questions 39

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.

Options:

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.

Buy Now
Questions 40

You need to configure the RailStatusUpdater cloud flow. What should you do?

Options:

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.

Buy Now
Exam Code: PL-500
Exam Name: Microsoft Power Automate RPA Developer
Last Update: Apr 26, 2024
Questions: 156

PDF + Testing Engine

$59.5  $169.99

Testing Engine

$45.5  $129.99
buy now PL-500 testing engine

PDF (Q&A)

$38.5  $109.99
buy now PL-500 pdf
dumpsmate guaranteed to pass
24/7 Customer Support

DumpsMate's team of experts is always available to respond your queries on exam preparation. Get professional answers on any topic of the certification syllabus. Our experts will thoroughly satisfy you.

Site Secure

mcafee secure

TESTED 26 Apr 2024