Microsoft PL-500 Practice Test - Questions Answers, Page 5
List of questions
Related questions
You need to resolve the issue with the profile information system automation.
What should you do? you recommend?
Set HTTP host URL
Define a data loss prevention policy.
Define a policy.
Create custom code.
Set query string parameter
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.
The automation is attempting to open files that cannot be opened or edited based on per-user access permissions
The automation is not set up to handle an additional sign-in Ul element.
The unattended automation process suppressed an alert that was generated.
The location of a specific user interface element has changed.
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?
Run a group of actions based on conditional input.
Group actions together and ensure that all actions succeed or fail as a group.
Run a group of actions based on input from a switch statement
Terminate a flow run.
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.
Static results
Run from here
Breakpoints
Configure run after
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.
%ExcelData[1][4]%
%ExcelData[4][0]%
%ExcelData['Column1'][4]%
%ExcelData[4]['Column1']%
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.
Change the exception handling mode to Go to the beginning of the block.
Select Continue flow run.
Select Throw error.
Change the exception handling mode to Go to next action.
Configure an On error condition for the first action.
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.
Create the flows within the solution to automatically create connection references.
Select connections for connection references when you import solutions into an environment.
Add an existing connection reference into the solution in the same environment.
Add credential information to each connection reference.
Modify each trigger and action when you add a flow into the solution to use connection references instead of connections.
You have a flow that interacts with different SharePoint sites. You add the flow to a solution.
You redeploy the solution to production each time you make a change to the flow. You do not want to change the SharePoint site URL every time you redeploy the solution. You need to configure the solution. Which solution component should you use?
Environment variable
Web resource
Managed identity
Connection reference
You have an automation solution that uses a desktop flow. The flow reads data from a file that is stored on a user's machine and writes the data to an application. You import the solution to an environment that is connected to another user's machine.
The user reports that the flow fails. An alert indicates that the path to a file does not exist. You confirm that the file is present on the user's desktop. You need to resolve the issue. What should you do?
Move the file to the user's documents folder.
Move the file to the user's OneDrive storage.
Delete and recreate the file.
Change the location of the file to a specific path that is not dependent on the signed-in user.
A company uses Microsoft 365 apps. You are building a flow that is triggered when a new email arrives. If an email message contains a Microsoft Excel workbook attachment the solution must post the Excel data to an external customer relationship management (CRM) system that runs on a user's workstation. The CRM system is not accessible by using an API.
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.
Create a desktop flow.
Create desktop flow and define an input variable of type file.
Implement the Retrieve email messages action from a desktop flow.
Implement the When a new email arrives trigger in a cloud flow.
Implement the Create file action from the OneDrive connector in a cloud flow.
Question