Explanation : The given table for NFA-ϵ Transition is
The process is we start with ϵ-closure of q2 then for each input first take the transition then calculate ϵ-closure
q2 is the start for processing we take ϵ-closure which is {q0, q2 and process “aba”
q2 can reach q0, q1, and q2 after reading “aba”.