DRAG DROP
-
You are developing desktop flows for a company.
You need to use Recorder to record steps that you are performing in target applications.
Which recording modes will Recorder use? To answer, drag the appropriate recording modes to the correct target applications. Each recording mode may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.
Show Answer
Correct Answer: Web browser – Standard
iFrame within a web browser – Web
Java applet – Image based
Windows application – Standard
Explanation: Standard recorder is used for typical desktop and browser interactions. Web mode is required for elements inside iFrames. Java applets are not natively supported, so image-based recording is used.
Question 83
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You are creating a cloud flow that will use two Update Row actions to interact with Microsoft Dataverse. Neither of these actions are dependent on each other.
You must minimize the amount of processing time require to complete the flow.
You need to implement the actions in the cloud flow.
Solution: Create a do until loop.
Does the solution meet the goal?
A. Yes
B. No
Show Answer
Correct Answer: B
Explanation: A Do Until loop runs actions sequentially and can repeat them multiple times until a condition is met, which increases processing time. Since the two Dataverse Update Row actions are independent and the goal is to minimize processing time, they should be executed in parallel branches instead. Therefore, using a Do Until loop does not meet the goal.
Question 84
You are developing a desktop flow.
You need to include an IF statement that contains AND logic within the flow.
Which expression should you use for the IF statement?
A. IF (IsEmpty(Variable1) AND IsEmpty(Variable2)) = $'''True'''
B. IF IsEmpty(IsEmpty(Variable1) AND IsEmpty(Variable2))
C. IF $'''%IsEmpty(Variable1)% AND %IsEmpty(Variable2)% ''' = $'''True'''
D. IF (IsEmpty(Variable1) OR IsEmpty(Variable2)) = $'''True'''
Show Answer
Correct Answer: A
Explanation: In Power Automate Desktop, an IF condition using AND logic evaluates to a Boolean expression. When you build the condition in the designer and copy it out, the syntax appears as:
IF (IsEmpty(Variable1) AND IsEmpty(Variable2)) = $'''True'''
Option A matches this native PAD syntax. Option C incorrectly treats the entire condition as a text string, while B is syntactically invalid and D uses OR instead of AND.
Question 85
HOTSPOT
-
You are developing an automation solution for a bank. The solution will use a cloud flow and a desktop flow. The cloud flow retrieves sensitive information from Azure Key Vault and must pass the information to the desktop flow.
You configure a Get secret action as shown in the Get secret exhibit.
You configure the desktop flow as shown in the Desktop flow exhibit.
You need to ensure that no one can preview sensitive information by viewing the cloud flow or desktop flow run details.
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.
Show Answer
Correct Answer: No
No
Yes
Explanation: Get secret has Secure Outputs turned off, so values can appear in run history.
Desktop input variables (login/password) are not marked as sensitive.
Extracted data is stored in a non‑sensitive output variable, making it visible in run details.
Question 86
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 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.
B. Delete and recreate the file.
C. Move the file to the user’s OneDrive storage.
D. Change the location of the file to a specific path that is not dependent on the signed-in user.
Show Answer
Correct Answer: D
Explanation: The desktop flow uses a file path that is tied to the original user’s profile (for example, a hard-coded Desktop path). When the solution is imported to another environment and runs on a different user’s machine, that path no longer exists even though the file is present on their desktop. To resolve this, the file should be placed in or referenced from a location that is not dependent on the signed-in user, or the flow should use a user-independent path. This prevents path failures across different machines and users.
Question 87
HOTSPOT -
You are developing automation solutions for a company.
You need to select the appropriate error handling action for the following scenarios.
Which actions should you use? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Show Answer
Correct Answer: Handle the error within the action only.
Handle the error within the On block error only.
Configure run after.
Explanation: Launching Excel with a blank workbook is a single action, so action-level handling is sufficient. Website sign-in involves multiple related actions and may fail intermittently, so block-level error handling is appropriate. In a cloud flow, updating a variable based on another action’s failure requires using Configure run after.
Question 88
HOTSPOT -
You are developing a cloud flow.
You write expressions for the following JSON object. (Line numbers are included for reference only.)
The flow parses JSON data by using the following schema:
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.
Show Answer
Correct Answer: No
No
No
Yes
Explanation: 1) customerName is not present; without safe navigation this results in an error, not true.
2) Accessing customerName with dot notation causes an error, so it does not return 10091.
3) customerPhones[2] is out of bounds (only indexes 0 and 1), so it errors and does not return true.
4) customerPhones[1] exists ("0114456129") and can be converted to integer 114456129.
Question 89
HOTSPOT -
You create a solution that includes a Power Automate cloud flow and desktop flow.
You observe the following issues with the solution:
• A single Power Automate cloud flow action has a long run time.
• The Power Automate desktop flow encounters an error.
You need to debug the solution.
Which debug features should you use? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Show Answer
Correct Answer: Timeout
Get last error
Explanation: A long-running cloud flow action is diagnosed using Timeout settings to identify execution delays. The most recent desktop flow failure is identified using Get last error to retrieve the latest error details.
Question 90
HOTSPOT -
You develop automation solutions for a company.
You need to implement actions to meet the company’s requirements.
What should you do? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Show Answer
Correct Answer: Move to the top
Change the priority
Explanation: For a flow already queued, moving it to the top guarantees it runs next. For a business-critical flow sharing a VM with ad-hoc flows, increasing its priority ensures it is selected ahead of other queued flows when execution is needed.
Question 91
HOTSPOT -
You create the following flow:
Use the drop-down menus to select the answer choice that answers each question based on the information presented in the graphic.
NOTE: Each correct selection is worth one point.
Show Answer
Correct Answer: 4
the Edge window launched in step 2
Explanation: The breakpoint icon is shown on line 4 in the flow. Step 9 sends keystrokes to the foreground window, which is Microsoft Edge because it is focused and maximized in steps 6 and 7.
$19
Get all 157 questions with detailed answers and explanations
Instant download HTML + PDF delivered the moment payment clears.
Secure Stripe checkout we never see or store your card details.
7-day refund if files are defective see our refund policy.