Microsoft Azure

Microsoft Power Automate RPA Developer

PL-500

Validate your skills as a Microsoft Power Automate RPA Developer with the PL-500 exam.

147 questions 0 views Free
Start Mock Test Timed · Full-length · Scored

Questions 81–90 of 147

Q81

What happens when an automated flow exceeds its run duration limit?

  • A The flow continues running indefinitely.
  • B The flow pauses until resources are free.
  • C The flow terminates and fails.
  • D The flow retries automatically after a timeout.
Explanation When a flow exceeds its duration limit, it terminates rather than continuing indefinitely or pausing.
Q82

Which service is designed for building automated workflows?

  • A Power Automate
  • B Azure Functions
  • C Azure Logic Apps
  • D Azure DevOps
Explanation Power Automate specifically enables workflow automation, while the others serve different purposes.
Q83

A company needs to automate data entry from Excel to a SQL database every week. What should they use?

  • A Azure Machine Learning
  • B Power Automate
  • C Azure Functions
  • D Azure Data Factory
Explanation Power Automate efficiently handles periodic automated tasks like data entry, while the others are more complex or not focused on such scenarios.
Q84

What happens when a cloud flow fails in Power Automate?

  • A It automatically retries once.
  • B It sends a notification by default.
  • C It stops all other running flows.
  • D It logs the error and continues.
Explanation A failed flow logs the error and can continue depending on next steps, while others will not occur as stated.
Q85

Which service can automate document processing using AI?

  • A Azure Cognitive Services
  • B Power Automate
  • C Azure SQL Database
  • D Azure Blob Storage
Explanation Azure Cognitive Services includes AI tools for document processing, whereas the others focus on database or storage services.
Q86

A company needs to trigger a workflow when a new file is added to SharePoint. Which method would achieve this?

  • A Using a manual trigger
  • B Using a recurrence trigger
  • C Using a file system trigger
  • D Using a SharePoint trigger
Explanation A SharePoint trigger specifically listens for file changes in SharePoint libraries, making it ideal for this situation.
Q87

You are configuring a flow to handle error responses for a web service call. What happens when the 'Configure run after' settings are set to 'has failed'?

  • A The flow halts immediately.
  • B Subsequent actions will not execute.
  • C Success actions will be triggered.
  • D Error handling actions will execute.
Explanation Setting 'has failed' for 'Configure run after' means that only error handling actions will run if the previous step fails, while the other options relate to flow execution incorrectly.
Q88

Which service is used for data orchestration in Power Automate?

  • A Data Factory
  • B Power Apps
  • C AI Builder
  • D Logic Apps
Explanation Logic Apps facilitate data orchestration, while others serve different functions.
Q89

A company needs to automate a report generation process that pulls from multiple data sources. What should they use?

  • A Power Apps
  • B Power Automate
  • C Azure Functions
  • D Microsoft Teams
Explanation Power Automate is designed for process automation involving data sources, unlike the others.
Q90

You are configuring a flow that connects to a SharePoint list. What happens if the connection times out?

  • A The flow will auto-restart
  • B The flow will fail at that step
  • C The connection will refresh automatically
  • D The flow will skip to the next action
Explanation A timeout causes the flow to fail, halting any further actions unless handled.