Round 1
Questions:
- Discussed current work and expectations.
- Managerial question: "Describe your favourite task till now."
Candidate's Approach
No approach provided.
Interviewer's Feedback
No feedback provided.
Round 2
Questions:
- Task: SSH into the remote machine. Read through the code and implement a multiplication functionality for CLI based input. Ensure that existing functionalities like addition and subtraction work as expected, while ensuring atomic operations. The whole codebase was written in C language.
Candidate's Approach
Successfully implemented the working solution with positive feedback, demonstrating the ability to explore a new codebase.
Interviewer's Feedback
No feedback provided.
Round 3
Questions:
- DSA based round.
- Specific question: Populating Next Right Pointers in Each Node, but the tree is not perfect, meaning leaves can exist on different levels.
Candidate's Approach
BFS was easy, but the candidate got stuck when trying to solve for O(1) space approach.
Interviewer's Feedback
No feedback provided.