Hiring event: [4 rounds 1 hour each]
Round 1: [Hiring Manager]
Round 2: [Bar Raiser]
Round 3: [Potential Team member]
Round 4:
- Tell me about the time when you had to learn something new. I was asked more follow-up questions around this.
- Find an element in nearly sorted array with elements slightly shuffled in a span of indices where new position is +/- 1 or 2 of correct position .
e.g. Find element 5 where input: [3 ** 5** 4 7 11 23 51 60]. Notice the element 5 is at a location: [correct index - 1].
- Iterative solution of level wise traversal to find a difference between summation of odd and even levelled nodes of a binary tree.