PL-500 無料問題集「Microsoft Power Automate RPA Developer」
You manage automation solutions for a company.
You need to select the appropriate patch type for each scenario.
Which patch types should you use? To answer, drag the appropriate patch types to the correct requirements. Each patch type may be used once, more than once, or not at all. You may need to drag the bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.

You need to select the appropriate patch type for each scenario.
Which patch types should you use? To answer, drag the appropriate patch types to the correct requirements. Each patch type may be used once, more than once, or not at all. You may need to drag the bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.

正解:

You develop automation solutions for a company. The company does not permit changes to a deployed solution in user acceptance testing (UAT) a environments.
You need to package the solutions.
Which type of solutions should you create? To answer, drag the appropriate solution types to the correct requirements. Each solution type may be used once, more the 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.

You need to package the solutions.
Which type of solutions should you create? To answer, drag the appropriate solution types to the correct requirements. Each solution type may be used once, more the 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.

正解:

You need to create several desktop flow processes on the same application.
Each process uses different sign-in data.
You need to create and use a standalone sign-in process.
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.

Each process uses different sign-in data.
You need to create and use a standalone sign-in process.
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.

正解:

1 - Create sign-in process.
2 - Define input variables.
3 - Set input variables.
4 - Add Run subflow action in each process.
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.
A procurement department is using email to collect large volumes of quotes from vendors.
Data from quotes, including vendor data and quote terms, must be stored in Microsoft Dataverse.
You need to create a solution to automate the process.
Solution: Extract custom information from documents Al Builder model
Does the solution meet the goal?
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.
A procurement department is using email to collect large volumes of quotes from vendors.
Data from quotes, including vendor data and quote terms, must be stored in Microsoft Dataverse.
You need to create a solution to automate the process.
Solution: Extract custom information from documents Al Builder model
Does the solution meet the goal?
正解:A
解答を投票する
You develop a desktop flow. The flow performs five actions in sequence.
If an error occurs, you must restart the flow from the first action. You add the five actions to an On block error action.
You need to configure error handling.
Which two actions should you perform? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
If an error occurs, you must restart the flow from the first action. You add the five actions to an On block error action.
You need to configure error handling.
Which two actions should you perform? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
正解:A、C
解答を投票する
You are automating a form on a website. The website uses the following HI ML markup to define each field on the form:

The label for each field is unique in the form.
You need to write data to the form.
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.


The label for each field is unique in the form.
You need to write data to the form.
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.

正解:

A company publishes a list of contacts each day as an HTML table on a web page. The company has a customer relationship management (CRM) application that runs on employee desktop devices.
You need to implement an RPA solution that reads data from the HTML table and create records in the CRM 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.

You need to implement an RPA solution that reads data from the HTML table and create records in the CRM 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.

正解:

1 - Launch a new web browser instance.
2 - Use the Extract data from web page action to read data from the HTML table into a variable.
3 - Use the Run application action to start the CRM application.
4 - Use a For each loop to write data from the vriable to the CRM application.