Round 1
Questions: Trie based question - Find all words with certain prefix. It had some catch over and above a normal prefix match - find all words question. But pattern was trie - prefix based.
Candidate's Approach
No approach provided.
Interviewer's Feedback
No feedback provided.
Round 2
Questions: Graph based question -- Currency conversion. The question was extended later to touch upon all BFS based weighted question / Dijkstra etc. The interviewer essentially wanted to cover up all basic graph based algorithms by extending the currency conversion question.
Candidate's Approach
No approach provided.
Interviewer's Feedback
No feedback provided.
Round 3
Questions: Build an event assignment module. Imagine an office where you want to book rooms. We basically need to assign a room to an input calendar event.
Candidate's Approach
No approach provided.
Interviewer's Feedback
No feedback provided.