Exam UiPath-ADAv1 Topic 11 Question 349 Discussion

Actual exam question for UiPath's UiPath-ADAv1 exam
Question #: 349
Topic #: 11
A developer has created the following workflow:

Based on the exhibit, which output is produced in the Output panel?

Suggested Answer: C Vote an answer

Explanation
The output panel will display "Hello World" because the workflow is designed to first display "Hello" and then "World" in the output panel. The workflow starts with an Assign activity that initializes the Boolean flag to True. Then, the While activity checks if the flag is True. If it is, the workflow enters the Body section of the While activity. Inside the Body section, the workflow checks if the flag is True. If it is, the workflow enters the Then section of the If activity and displays "Hello" in the output panel. Then, the Assign activity sets the flag to False. Since the flag is now False, the workflow enters the Else section of the If activity and displays
"World" in the output panel. Finally, the workflow exits the While activity since the flag is now False.
References:
[Assign Activity - UiPath Activities]
[While Activity - UiPath Activities]
[If Activity - UiPath Activities]
[Write Line Activity - UiPath Activities]

by Elvis at Jan 13, 2026, 05:38 AM

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Nick name: Submit Cancel
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

0
0
0
10