Microsoft PL-500 Practice Test - Questions Answers, Page 5
List of questions
Question 41
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
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
Question 42
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
DRAG DROP
A company is evaluating Al capabilities in Microsoft Power Platform. The company requires fulfillment of the following tasks:
* Scan and extract handwritten receipts from customers into text values.
* Analyze customer feedback for negative sentiments. If negativity reaches a specified threshold, generate text for an email to send to the customer.
* When analyzing an image, identify the number of times a product contains the company name.
* Analyze and automatically summarize all customer feedback statements received during a timeframe.
You need to recommend the capability to use for each requirement.
Which features should you recommend? To answer, move the appropriate Al capabilities to the correct requirements. You may use each Al capability 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.
Question 43
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
DRAG DROP
You create a solution that uses a custom connector to call an external API. The API has a test and production instance.
The connector must use the API instance related to the environment where it is deployed.
You need to configure the custom connector.
In which order should you perform the actions? To answer, move all actions from the list of actions to the answer area and arrange them in the correct order.
NOTE: More than one order of answer choices is correct. You will receive credit for any of the correct orders you select.
Question 44
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
HOTSPOT
You are creating a custom selector for a Microsoft Excel workbook by using a Power Automate desktop flow.
Use the dropdown 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.
Question 45
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
DRAG DROP
You are working on an automation solution that uses multiple approval stages.
You observe that each approval stage has the same logic. You build a dedicated child flow that handles a single approval step.
When you try to save the parent flow, it displays the following error: 'Action Run_a_Child_Flow' has defined a child flow that contains 'run-only user' connections. Update the child flow for action Run_a_Child_Flow' to not use 'run-only user' connections.'
You need to fix the solution to be able to save the parent flow.
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. Steps to save the parent flow.
Question 46
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
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.
Question 47
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
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.
Question 48
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
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
Question 49
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
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']%
Question 50
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
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.
Question