I applied online. The process took 2 days. I interviewed at Tower Research Capital in Oct 2014
Positive experience
Average interview
Application
I applied online. The process took 2 weeks. I interviewed at Tower Research Capital in Feb 2015
Interview
I had applied them online, i got a call after two weeks. It was technical round. The interviewer was conducting it well and he was helping during interview. No python questions were asked.
Interview questions [3]
Question 1
The interview started with OOP concepts and design question- how would you design a game chess or File system (Pick any one).
I applied through online. I was contacted by HR. An phone interview was setup the next week. 2 days later, the HR sent me an email to say that they do not want to proceed with my application. The guy who interviewed me was from Australia and I had significant trouble understanding his English.
Interview questions [1]
Question 1
Ques 1: Describe any design pattern
Ques 2: OOP design for any of the three problems:
a. Filesystem
b. HTML
c. Chess game
Ques 3: What data structures in Python have you used? What does dictionary in Python resemble to
in Java?
Ques 4: What algorithm is used in Dictionary/ Hashmap/ Hash table
Ques 5: Write a code (the very basic one) in Python to filter even no's from a given list. If the list is very big, what in your code might contribute to a memory problem? How will you solve it? The answer was to use Yield.
Ques 6: How will you check if the MSB in a positive integer is 0/1?
Ques 7: What is binary tree? What are the algorithms to traverse a binary tree?
Ques 8: You are given a very big list of positive integer. You need to find out if any two items in the list sum up to an integer, say x. Solve it in an efficient manner.