State Machine - processing

On the Advanced Developer practice exam, the State Machine sequence in my mind should be.

Entry
Exit
Trigger Condition
Trigger Action

What do I have wrong?

@jeremy_rank
When you debug you will see
Entry
Check Condition - calculate relevant trigger
Execute relevant trigger
Exit

Hello guys. I’m also having a hard time understanding the correct answer to this question. Even after researching all the UiPath docs I’m still not able to understand what I’m answering wrong to this question.

Initially I tried Entry, Exit, Trigger Condition, Trigger Action - which was wrong.

After that, I tried Entry, Trigger Condition, Trigger Action, Exit - again wrong.

What am I not doing right? Or is this question bugged in the Advanced Developer exam prep?