UiPath Automation Developer Professional v1 — Question 48
Which of the following options is correct about a State Machine layout?
Answer options
- A. Can have only one initial state and multiple final states.
- B. Can have only one initial state and only one final state.
- C. Can have multiple initial states and multiple final states.
- D. Can have multiple initial states and only one final state.
Correct answer: A
Explanation
The correct answer is A because a State Machine can indeed have one initial state that transitions into multiple final states, allowing for different outcomes. Options B, C, and D are incorrect as they either limit the number of final states or incorrectly state the possibilities for initial states.