I applied through university. I interviewed at UST (Pune)
Interview
Rounds :
First - Online coding test
Second - Group discussion
Third - Technical
Fourth - Managerial
Fifth - HR
Technical : SQL queries, OOP concepts, some questions on projects mentioned in your resume.
Interview questions [1]
Question 1
Coding :
Given a binary tree and a number, return true if the tree has a root-to-leaf path such that adding up all the values along the path equals the given number. Return false if no such path can be found.