ExamGecko
Home Home / Microsoft / PL-500

Microsoft PL-500 Practice Test - Questions Answers, Page 5

Question list
Search
Search

List of questions

Search

Related questions











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

What should you do? you recommend?

A.

Set HTTP host URL

A.

Set HTTP host URL

Answers
B.

Define a data loss prevention policy.

B.

Define a data loss prevention policy.

Answers
C.

Define a policy.

C.

Define a policy.

Answers
D.

Create custom code.

D.

Create custom code.

Answers
E.

Set query string parameter

E.

Set query string parameter

Answers
Suggested answer: A

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.

A.

The automation is attempting to open files that cannot be opened or edited based on per-user access permissions

A.

The automation is attempting to open files that cannot be opened or edited based on per-user access permissions

Answers
B.

The automation is not set up to handle an additional sign-in Ul element.

B.

The automation is not set up to handle an additional sign-in Ul element.

Answers
C.

The unattended automation process suppressed an alert that was generated.

C.

The unattended automation process suppressed an alert that was generated.

Answers
D.

The location of a specific user interface element has changed.

D.

The location of a specific user interface element has changed.

Answers
Suggested answer: A, B

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?

A.

Run a group of actions based on conditional input.

A.

Run a group of actions based on conditional input.

Answers
B.

Group actions together and ensure that all actions succeed or fail as a group.

B.

Group actions together and ensure that all actions succeed or fail as a group.

Answers
C.

Run a group of actions based on input from a switch statement

C.

Run a group of actions based on input from a switch statement

Answers
D.

Terminate a flow run.

D.

Terminate a flow run.

Answers
Suggested answer: B

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.

A.

Static results

A.

Static results

Answers
B.

Run from here

B.

Run from here

Answers
C.

Breakpoints

C.

Breakpoints

Answers
D.

Configure run after

D.

Configure run after

Answers
E.

Run next action

E.

Run next action

Answers
Suggested answer: B, C, E

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.

A.

%ExcelData[1][4]%

A.

%ExcelData[1][4]%

Answers
B.

%ExcelData[4][0]%

B.

%ExcelData[4][0]%

Answers
C.

%ExcelData['Column1'][4]%

C.

%ExcelData['Column1'][4]%

Answers
D.

%ExcelData[4]['Column1']%

D.

%ExcelData[4]['Column1']%

Answers
Suggested answer: A, D

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.

A.

Change the exception handling mode to Go to the beginning of the block.

A.

Change the exception handling mode to Go to the beginning of the block.

Answers
B.

Select Continue flow run.

B.

Select Continue flow run.

Answers
C.

Select Throw error.

C.

Select Throw error.

Answers
D.

Change the exception handling mode to Go to next action.

D.

Change the exception handling mode to Go to next action.

Answers
E.

Configure an On error condition for the first action.

E.

Configure an On error condition for the first action.

Answers
Suggested answer: A, B

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.

Create the flows within the solution to automatically create connection references.

A.

Create the flows within the solution to automatically create connection references.

Answers
B.

Select connections for connection references when you import solutions into an environment.

B.

Select connections for connection references when you import solutions into an environment.

Answers
C.

Add an existing connection reference into the solution in the same environment.

C.

Add an existing connection reference into the solution in the same environment.

Answers
D.

Add credential information to each connection reference.

D.

Add credential information to each connection reference.

Answers
E.

Modify each trigger and action when you add a flow into the solution to use connection references instead of connections.

E.

Modify each trigger and action when you add a flow into the solution to use connection references instead of connections.

Answers
Suggested answer: A, B, E

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?

A.

Environment variable

A.

Environment variable

Answers
B.

Web resource

B.

Web resource

Answers
C.

Managed identity

C.

Managed identity

Answers
D.

Connection reference

D.

Connection reference

Answers
Suggested answer: D

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?

A.

Move the file to the user's documents folder.

A.

Move the file to the user's documents folder.

Answers
B.

Move the file to the user's OneDrive storage.

B.

Move the file to the user's OneDrive storage.

Answers
C.

Delete and recreate the file.

C.

Delete and recreate the file.

Answers
D.

Change the location of the file to a specific path that is not dependent on the signed-in user.

D.

Change the location of the file to a specific path that is not dependent on the signed-in user.

Answers
Suggested answer: A

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.

A.

Create a desktop flow.

A.

Create a desktop flow.

Answers
B.

Create desktop flow and define an input variable of type file.

B.

Create desktop flow and define an input variable of type file.

Answers
C.

Implement the Retrieve email messages action from a desktop flow.

C.

Implement the Retrieve email messages action from a desktop flow.

Answers
D.

Implement the When a new email arrives trigger in a cloud flow.

D.

Implement the When a new email arrives trigger in a cloud flow.

Answers
E.

Implement the Create file action from the OneDrive connector in a cloud flow.

E.

Implement the Create file action from the OneDrive connector in a cloud flow.

Answers
Suggested answer: B, D, E
Total 160 questions
Go to page: of 16