I applied through university. The process took 1 day. I interviewed at Citadel
Interview
Had 2 oncampus interviews, did not get a call back. Was asked about personal projects, then a couple coding questions like:
-Write a function that finds if a number is prime or not
-Code the in order traversal of a tree
-What is the game logic if you were to create a chess game in Java
Interview questions [1]
Question 1
What is the game logic if you were to create a chess game in Java
I applied through university. The process took 1 day. I interviewed at Citadel (Chicago, IL)
Interview
Internship. On campus - 1hr . 30 mins behavioural + 30 mins technical.
Behavioural: Usual; past experience, strengths/weaknesses, reason for choosing a finance firm.
Coding: Array of 1 to N. Find missing and duplicate number.
Interview questions [1]
Question 1
Brain Teaser: Blindfolded. In a room with 8 coins. What is the minimum number of flips required to guarantee that one of the permutations had all coins with the same side?
On Campus Interview, several probability questions, several C++ questions , several algorithm questions, in an hour. Lots of questions, need to move fast. You really need to know a lot about C++ and algorithm.
I applied through university. The process took 3 weeks. I interviewed at Citadel in Sept 2014
Interview
First had an on-campus interview, 2 rounds, 45min each. Asked about OOD, Fibonacci with DP.
Invited to Chicago for onsite, 4 rounds, 45min each.
Questions like 1.how does hashmap work, 2.how many ways are there to go from top left of chess board to bottom right. 3.How to sort 1 trillion bits of data. 4.operator= override in c++ 5. 50 white balls, 50 black balls, 2 jars. How to put balls into jars to maximize the probability of getting white ball when blindly get a ball from a random jar.