Exam UiADPv1 All QuestionsBrowse all questions from this exam
Question 106

Based on the following exhibit, which output is displayed in the Output panel if Step Out is clicked on the Debug ribbon tab of UiPath Studio?

    Correct Answer: A

    When the 'Step Out' action is clicked in the Debug ribbon tab in UiPath Studio, it completes the execution of the current sequence and returns to the calling sequence. In this case, 'Step Out' will complete Child Sequence 1 by writing 'UiPath' and 'RPA' to the Output panel, and then Child Sequence 2 will be executed, writing 'Automation'. Therefore, the output displayed will be 'UiPath RPA Automation'.

Discussion
EricHsuOption: A

The answer is A, by step out it will execute the main sequence

milindkumarOption: A

A is the correct one as it will complete the execution of activities in the current container, before pausing the debugging

Birk54Option: A

There is no qutation marks on Automation. It should be "Automation" otherwise there would be an error. Teset in studio. With qutation markd the answer is A

AndresPCOption: A

A is the correct one