NVIDIA Frontend interview
NVIDIA - Frontend Engineer - First round
Level: Senior Frontend Engineer
Education: BS
Years of Experience: 8
Questions Asked:
Given a dependency graph where each node is a async task.
A,B can run at the same time.
C needs to wait for A and B to be done
D needs C to be done
Implement executeAsync interface to generate right order