Uipath Certified RPA Associate Uirpa · Free Practice Question Medium
Question 2
Which is the best workflow type for the following problem statement?
“We need to automate a banking process that moves the money from clients' accounts according to certain rules. It makes payments, it calculates interest rates and, each morning, it moves the amounts of money according to specific rules. The process is continuous.”
-
A
State Machine
-
B
Control Flow
-
C
Collection Flow
-
D
Sequence
-
E
Flowchart
Reveal correct answer
Correct answer: A
Explanation
A State Machine is an abstract machine consisting of a finite number of pre-defined states and transitions between these states. At any point, based on the external inputs and conditions verified, it can be in only one of the states.
State Machines can be used with a finite number of clear and stable states to go through. Some examples from your daily life include vending machines, elevators or traffic lights.
Discussion
Think the marked answer is wrong, or have a better explanation? Share it below — comments appear after review.
