J'ai postulé en ligne. Le processus a pris 7 mois. J'ai passé un entretien chez Tower Research Capital (Gurgaon, Haryana) en avr. 2017
Entretien
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.
Questions d'entretien [2]
Question 1
2 Dynamic Programming problems and 1 subset sum in matrix
J'ai postulé via un établissement d'enseignement supérieur ou universitaire. Le processus a pris 1 jour. J'ai passé un entretien chez Tower Research Capital (Gurgaon, Haryana) en déc. 2016
Entretien
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.
Questions d'entretien [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.