This was the first technical interview after a phone interview.
First he told me some more details about the company, and asked if I have any questions. Then I had to review a code and then write some code.
Domande di colloquio [1]
Domanda 1
Implement a generic queue using node of linked list with O(1) for enqueue and dequeue.