今すぐPL-500問題を使おうPL-500問題集PDF [Q64-Q85]

Share

今すぐPL-500問題を使おうPL-500問題集PDF

問題集練習試験問題学習ガイドはPL-500試験合格させます

質問 # 64
You develop automation solutions for a company.
When a new record is added to a Microsoft Dataverse table, the solution must add the contents of the record to a Microsoft Word Online (Business) template The solution must convert the template to a PDF document and email the PDF document to a stakeholder.
You need to design the solution.
Which three actions should you perform? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.

  • A. Use the Convert Word Document to PDF and Send an email actions in a cloud flow.
  • B. Use the Convert Word Document to PDF and Send an email actions in a desktop flow.
  • C. Use the Populate a Microsoft Word Online (Business) template action in a cloud flow.
  • D. Create a cloud flow that uses the When a row is added or modified trigger in Microsoft Dataverse.
  • E. Use the Populate a Microsoft Word Online (Business) template action in a desktop flow.

正解:A、C、E


質問 # 65
You need to identify the values or the behavior for the pattern added to the tenant Microsoft Power Platform data loss prevention (DIP) policy.
What should you identify? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

正解:

解説:

Explanation


質問 # 66
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.

正解:

解説:

Explanation:


質問 # 67
A company hires you to develop a solution that helps the company manage new hires. Users will enter information about the new employee into an app and the app will save the information to a database.
The app must be simple to use and must rely on a data model. You must implement a workflow that automatically notifies the IT department when new employee records are created in the database.
You need to create the solution.
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.

正解:

解説:

Explanation
Graphical user interface, text, application, email Description automatically generated


質問 # 68
A company has an unattended cloud flow solution. The solution includes a desktop flow that runs on a virtual machine.
The company reports that the cloud flow processes more transactions per day than the planned capacity.
You need to scale the solution to keep up with demand.
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 - Provision virtual machines.
2 - Register the machines toe the correct environment by using the machine runtime application.
3 - Add the machines to a machine group.
4 - Update the machine connections to target the machine group in the cloud flow.


質問 # 69
You are developing automation solutions for a company.
You need to select the appropriate error handling action for the following scenarios. Which actions should you use? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.

正解:

解説:

Explanation:

Scenario A: Handle the error within the On block error or within the action. Explanation: For desktop flows, you can use the On block error option to handle errors for a group of actions or a single action within the block
4. Alternatively, you can use the Configure run after option to handle errors for a single action only2.
Scenario B: Handle the error within the action only. Explanation: For desktop flows, you can use the Configure run after option to handle errors for a single action only2. This option allows you to specify what actions should run after a failure, a timeout, or a skip2. You can use this option to retry the action or perform some other logic.
Scenario C: Configure run after Explanation: For cloud flows, you can use the Configure run after option to handle errors for a single action only2. This option allows you to specify what actions should run after a failure, a timeout, or a skip2. You can use this option to update a variable or perform some other logic.


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

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?

  • A. @or(equals(triggerOutputs()?['body/crabd_triggerflow'], '126690001'), equals(triggerOutputs()?['body/websiteurl'], 'https://microsoft.com') )
  • B. @and(equals(triggerOutputs()?['body/crabd_triggerflow'], '126690000'), equals(triggerOutputs()?['body/websiteurl'], 'https://microsoft.com') )
  • C. @or(equals(triggerOutputs()?['body/crabd_triggerflow'], 126690000),
    equals(triggerOutputs()?['body/websiteurl'], 'https://microsoft.com') )
  • D. @and(equals(triggerOutputs()?['body/crabd_triggerflow'], 126690001), equals(triggerOutputs()?['body/websiteurl'], 'https://microsoft.com') )

正解:B


質問 # 71
You are developing an automation solution for a bank. The solution will use a cloud flow and a desktop flow.
The cloud flow retrieves sensitive information from Azure Key Vault and must pass the information to the desktop flow.
You configure a Get secret action as shown in the Get secret exhibit. (Click the Get Secret tab.)

You configure the desktop flow as shown in the Desktop flow exhibit. (Click the Desktop flow tab.)

You need to ensure that no one can preview sensitive information by viewing the cloud flow or desktop flow run details.
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.

正解:

解説:

Explanation
No. output is not secure.
No. variable should be marked as sensitive.
Yes. variable not marked as sensitive.


質問 # 72
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.

正解:

解説:

Explanation:


質問 # 73
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. Modify the owner's connection credentials.
  • B. Override the DLP policy.
  • C. Add or remove other owners.
  • D. Modify or delete a flow.
  • E. View the run history.
  • F. Set the cloud flow priority.

正解:D、E、F


質問 # 74
You develop automation solutions for a company.
You need to package the solutions.
What should you use? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.

正解:

解説:

Explanation
Graphical user interface, text, application, chat or text message Description automatically generated


質問 # 75
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.

正解:

解説:

Explanation


質問 # 76
You are developing automation solutions for a company.
You need to select the appropriate error handling action for the following scenarios. Which actions should you use? To answer, select the appropriate options in the answer are a. NOTE: Each correct selection is worth one point.

正解:

解説:


質問 # 77
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.

正解:

解説:

Explanation:
http
http with azure AD
http with azure ad
http with azure ad
http request to sharepoint.


質問 # 78
You have a machine that runs an automation solution.
You need to move the machine to a different environment.
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 coned order.

正解:

解説:

Explanation:
Graphical user interface, text, application, email Description automatically generated


質問 # 79
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.

正解:

解説:

Explanation:


質問 # 80
You are developing a new release for an automation solution.
You need to use the right feature.
Which feature should you use? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

正解:

解説:

Explanation:


質問 # 81
You are developing a custom connector.
You need to create the definition for the connector.
Which features should you use? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

正解:

解説:

Explanation
Graphical user interface, application Description automatically generated


質問 # 82
You are designing a user interface automation that uses a Power Automate for desktop flow.
The solution must allow you to use wildcard characters including question marks and asterisks to define a window on a desktop.
You need to select the window mode for the automation.
Which window mode should you use?

  • A. By title and/or class
  • B. By window instance/handle
  • C. By variable
  • D. By window UI element

正解:A

解説:
https://learn.microsoft.com/en-us/power-automate/desktop-flows/actions- reference/uiautomation#focuswindowbase


質問 # 83
You must create new flows within a solution and import existing flows into the solution. You need to configure the solution.
Which three actions can you perform? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point.

  • A. Add credential information to each connection reference.
  • B. Create the flows within the solution to automatically create connection references.
  • C. Select connections for connection references when you import solutions into an environment
  • D. Modify each trigger and action when you add a flow into the solution to use connection references
  • E. Add an existing connection reference into the solution in the same environment.

正解:B、C、E


質問 # 84
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. Modify the owner's connection credentials.
  • B. Override the DLP policy.
  • C. Add or remove other owners.
  • D. Modify or delete a flow.
  • E. View the run history.
  • F. Set the cloud flow priority.

正解:D、E、F

解説:
Explanation
According to the scenario, PipelineManager1 is an owner of the RailStatusUpdater cloud flow. As an owner, PipelineManager1 can perform various actions on the flow, such as modifying or deleting it, viewing its run history, and adding or removing other owners. However, PipelineManager1 cannot override the DLP policy, modify the owner's connection credentials, or set the cloud flow priority, as these actions require higher permissions or roles.
Topic 1, 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.


質問 # 85
......

無料Microsoft Certified: Power Automate RPA Developer Associate PL-500試験問題:https://www.jpntest.com/shiken/PL-500-mondaishu

PL-500問題集には練習試験問題解答:https://drive.google.com/open?id=1Q0vrm4iou7UMjuo4gfelw25xSR8GDEjc

弊社を連絡する

我々は12時間以内ですべてのお問い合わせを答えます。

オンラインサポート時間:( UTC+9 ) 9:00-24:00
月曜日から土曜日まで

サポート:現在連絡