LLD - Design — Elevator System
In an elevator state machine, which of the following correctly shows a transition from
Idle to MovingUp on receiving a GoUp event?Idle to MovingUp on receiving a GoUp event?CurrentState --Event--> NextState.Idle to MovingUp when it receives a GoUp event, so the correct syntax is Idle --GoUp--> MovingUp.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions