What happens when an automated flow exceeds its run duration limit?
AThe flow continues running indefinitely.
BThe flow pauses until resources are free.
CThe flow terminates and fails.
DThe 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?
APower Automate
BAzure Functions
CAzure Logic Apps
DAzure 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?
AAzure Machine Learning
BPower Automate
CAzure Functions
DAzure 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?
AIt automatically retries once.
BIt sends a notification by default.
CIt stops all other running flows.
DIt 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?
AAzure Cognitive Services
BPower Automate
CAzure SQL Database
DAzure 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?
AUsing a manual trigger
BUsing a recurrence trigger
CUsing a file system trigger
DUsing 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'?
AThe flow halts immediately.
BSubsequent actions will not execute.
CSuccess actions will be triggered.
DError 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?
AData Factory
BPower Apps
CAI Builder
DLogic 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?
APower Apps
BPower Automate
CAzure Functions
DMicrosoft 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?
AThe flow will auto-restart
BThe flow will fail at that step
CThe connection will refresh automatically
DThe flow will skip to the next action
Explanation
A timeout causes the flow to fail, halting any further actions unless handled.