UiPath Automation Developer Associate v1 — Question 20
What happens when there is a breakpoint on an activity and the project is started in Run mode?
Answer options
- A. The project pauses for 5 seconds when it reaches the activity.
- B. The project pauses at the activity until the Continue button is clicked.
- C. The project is executed without pausing at the activity.
- D. The project throws an error when it reaches the activity.
Correct answer: C
Explanation
The correct answer is C because when a project runs in Run mode, breakpoints are ignored, allowing the project to execute seamlessly. Options A and B suggest interruptions that do not occur in Run mode, while option D incorrectly indicates an error is thrown, which is also not true in this context.