You are configuring an RPA bot. Which of the following actions can the bot NOT perform?
AExtract data from documents
BSend emails to users
CInteract with web APIs
DInstall software on VMs
Explanation
RPA bots automate repetitive tasks but cannot install software on virtual machines; they can extract data, send emails, and interact with web APIs given the right permissions.
Q112
What happens when a Power Automate flow runs and encounters an error?
AThe flow stops executing immediately.
BThe flow retries indefinitely.
CThe error is logged and flow resumes.
DThe flow sends a failure notification.
Explanation
When a flow fails, it typically sends a failure notification based on its configuration; options A and B are incorrect as the flow does not stop or retry indefinitely without settings for that, and option C is incorrect as the flow does not resume after a failure.
Q113
Which service can be integrated with Power Automate for real-time notifications?
AAzure Logic Apps
BAzure Service Bus
CMicrosoft Teams
DAzure Functions
Explanation
Microsoft Teams can be directly integrated for real-time notifications, while the others serve different purposes in Azure services.
Q114
A company needs to automate data entry from Excel to Dynamics 365. What is the best action in Power Automate?
ACreate a schedule trigger.
BUse the Excel connector.
CUse the Dynamics 365 connector.
DCombining both connectors in one flow.
Explanation
You should combine both the Excel and Dynamics 365 connectors in one flow to automate data entry efficiently; options A, B, and C alone do not create a complete solution.
Q115
Which connector is used for SharePoint in Power Automate?
ASharePoint Online
BAzure Data Factory
CSalesforce
DOneDrive
Explanation
SharePoint Online connector enables automation with SharePoint, while others do not relate directly to SharePoint.
Q116
A company needs to automate sending weekly sales reports. Which trigger would be most appropriate?
AWhen an item is created
BOn a schedule
CWhen an HTTP request is received
DWhen a file is modified
Explanation
A scheduled trigger is best for weekly automation, while the others are event-driven.
Q117
You are configuring an action in Power Automate. What happens when you set 'Run After' to 'Has Failed'?
AAction runs if previous failed
BAction runs regardless of outcome
CAction runs if previous succeeded
DAction does not run at all
Explanation
Setting 'Run After' to 'Has Failed' executes the action if the previous step fails, unlike other options provided.
Q118
Which service is primarily used for automating repetitive tasks in Power Automate?
APower Automate
BAzure Logic Apps
CAzure Functions
DPower BI
Explanation
Power Automate is designed specifically for task automation while others serve different purposes.
Q119
A company needs to extract data from emails and save it to SharePoint. Which connector should they utilize in Power Automate?
AOffice 365 Outlook
BSharePoint
CSQL Server
DOneDrive
Explanation
The Office 365 Outlook connector is used for extracting email data, while others do not handle emails.
Q120
You are configuring a flow that triggers when a new file is created. What will happen if the trigger is deleted after the flow is saved?
AFlow will continue without triggers.
BFlow becomes inactive but not deleted.
CFlow runs on all previous triggers.
DFlow deletes all associated actions.
Explanation
Deleting a trigger makes the flow inactive but does not delete it entirely or run it on previous instances.