Free UIRPA Uipath UIRPA Practice Test Question

Loading demo links...

Showing 1–3 of 7 questions

Question 1 (Topic 1)

When a workflow is started in Run mode, what happens when there is a breakpoint on an activity?

Select an option, then click Submit answer.

  • Workflow executes without pausing at the activity
  • Worktlow pauses at the activity until the Continue button is clicked
  • Workflow throws an error when it reaches the activity
  • Workflow pauses for 5 seconds when it reaches the activity
Question 2 (Topic 1)

A developer is using the Step Into action in Debug mode to review a process as shown in the following exhibit. Which functionality does the Step Into action provide?

Select an option, then click Submit answer.

  • Adds a breakpoint at the current activity
  • Skips the execution of the activity
  • Executes only one activity at a time and then pauses
  • Re-executes the activity which threw an exception
Question 3 (Topic 1)

Which activity can be used to iterate through data tables?

Select an option, then click Submit answer.

  • For Each Row
  • If
  • Assign
  • Switch