1. HR call, quick chat about my resume and the roles available
2. online coding assessment, 2 coding questions in 90 minutes. Time is usually an issue, manage it wisely. Questions are all around fundamental algorithms and data structures, nothing crazy!!
Interview questions [1]
Question 1
1. Find a bug in a given function(the problem was around string manipulation)
2. Given a string and an additional array with the same size and consisting of scores for characters in the string, find the least costly way to eliminate repeating chars from the string
3. Tree manipulation