UiPath Automation Developer Professional v1 — Question 165
In a UiPath development scenario, which type of process design would be the most appropriate for an automation task that executes actions in a straightforward progression without iteration or branching?
Answer options
- A. Sequential Process
- B. Linear Process
- C. Iterative Process
- D. Transactional Process
Correct answer: B
Explanation
The correct answer is B, as a Linear Process is designed to execute tasks in a straight line without any deviations. Options A, C, and D introduce complexity such as sequences, repetitions, or transactions, which do not suit the requirement for a straightforward execution.