Option A here. Parallel branches let both Update Row actions run simultaneously, which is the best way to save time if they aren't linked. Some might pick B thinking about possible data locks, but with no dependencies mentioned A fits. Let me know if you disagree.
HOTSPOT You develop Power Automate flows for a company. You need to help users locate and run the flows. Where should you direct users to find the flows? To answer NOTE: Each correct selection is worth one point.
HOTSPOT You create an environment for a company. You need to configure security to meet the company's requirements and follow the principle of least privilege. Which security roles should you assign? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.
Not totally sure about mapping all roles, but for least privilege, Environment Maker is only for full environment-level stuff like creating resources. Sharing machines is a separate role (Desktop Flows Machine User Can Share), while just running flows should be Desktop Flows Machine User. Managing machine groups would take Desktop Flows Machine Owner. Anybody see a different mapping?
HOTSPOT A company develops an automation solution. You need to manage the flows. To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.
For both requirements, seems pretty clear what options they're after. Move to top works directly for managing queue order, and changing the priority in the cloud flow action makes sure the desktop flow always gets prioritized. Saw a similar style question in other practice sets, so this feels spot on. Anyone see any catch here?
DRAG DROP A company publishes a list of contacts each day as an HTML table on a web page. The company has a customer relationship management (CRM) application that runs on employee desktop devices. You need to implement an RPA solution that reads data from the HTML table and create records in the CRM application. 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.
Yeah, the usual order here for RPA: first open the browser, then extract data using the extract web data action (not get details), run the CRM app and finally loop through your extracted list to push records in. Pretty standard process, but open to other approaches if someone made it work differently.
DRAG DROP You design an attended Power Automate desktop flow that updates orders in an older enterprise resource planning (ERP) system. A warehouse supervisor enters the order status and fulfilment date when an order is fulfilled. The flow must be installed on a desktop computer in the warehouse and triggered by using a shortcut. You need to configure the flow to deploy and run. 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.
Not quite Grace, the shortcut only works after you have a run URL generated for the desktop flow. So it should go: Create run URL, then make the shortcut, launch it, and finally input order status/fulfillment info. That matches how attended flows actually trigger. Agree?
Create run URL → Create desktop shortcut → Launch with shortcut → Enter order status and fulfilment date. Copying the environment URL or dismissing warnings isn't needed for this sequence. Saw a similar setup in practice exams, so I'm pretty sure about this. Disagree?
HOTSPOT You are creating a custom selector for a Microsoft Excel workbook by using a Power Automate desktop flow. 
Doesn't the table selector on line 5 use Name^="BudgetData"? If the table is renamed to Budget2022, wouldn't we need to update that part so Power Automate can match it?
YES, YES, THE VALUE OF COLUMN A ROW 1, CHANGE THE ROWIDX VARIABLE.
YES, YES, THE VALUE OF ANY CELL DEFINED BY ROWIDX VARIABLE IN COLUMN A, but for the last one I think you’d need to change the row index expression instead of the table name on line 5. The selector for table seems flexible so unless the format changes completely, shouldn’t have to update the table. Anyone else see it differently?




