I applied through an employee referral. The process took 2 weeks. I interviewed at GreyOrange in Feb 2023
Interview
Total 3 rounds - 2 technical & 1 HR All questions were based on DSA. Interviewers give enough hints to help you through solution. Try to give complete working solution and get to optimal solution,
Interview questions [5]
Question 1
Implement a min stack which contains a method returning min value in the stack and all stack operations including min stack should be O(1)
Minimize the number of iterations required to pass message from root node to all nodes in an n-ary tree. In one iteration only a parent can pass message to only one of its children.