I applied online. The process took 7 months. I interviewed at Tower Research Capital (Gurgaon, Haryana) in Apr 2017
Interview
First, I was asked to appear for a HackerRank test which had 3 questions. After several months, I was contacted to appear for a telephonic interview using Code Pair on HackerRank again.
Interview questions [2]
Question 1
2 Dynamic Programming problems and 1 subset sum in matrix
I applied through college or university. The process took 1 day. I interviewed at Tower Research Capital (Gurgaon, Haryana) in Dec 2016
Interview
Starts with 16 questions in 2 hours (around 6-7 coding and other subjective)
then onsite interview
Three interviews (total 2 hours)
Good questions heard them for the first time in the interview.
They will grill you on everything from Processors to processes to everything which has been covered in your degree courses.
Interview questions [1]
Question 1
Given a Binary Tree, we know it's complete, but we don't know how many nodes are in the tree.
Can you insert another node in less than O(n) complexity? Was able to do in (logn)^2.