I applied online. The process took 1+ week. I interviewed at OKG
Interview
The process was smooth.
1. Hackerrank test without coding questions but MCQs.
2. Interview with 3 senior developers (1 hour). Focussed on Java basic knowledge, OOPs, DBMS and 1-2 coding question without actual coding but just explaining them with their time complexities.
Got result in a week.
Interview questions [1]
Question 1
4 pillars of OOPs
Garbage collection
Stack vs Heap memory
DBMS design based on situations
CV Based question
Coding question- You have a large array and you have to get the top k largest elements. (You cannot do sort() in C++ but something more efficient. I went for Heap and then had to explain how will the program work and the time complexity of each step)
The last 15mins were for me to ask questions.