I applied through university. The process took 2 weeks. I interviewed at Indeed in Sept 2014
Interview
Met them at a college career fair, and then was invited to interview with them on campus. In this initial interview, they asked a fairly difficult question regarding strings that took almost the entire interview time of one hour. After this interview, I was invited to take a coding challenge on hacker rank. This coding challenge was 75 minutes long and had two coding questions involving determining if parentheses are balanced with a stack, and another question regarding adjacency lists and minimum spanning trees.
Interview questions [1]
Question 1
The adjacency list and minimum spanning tree was fairly difficult. You're given a list of prisoners that are handcuffed together, and must use this to determine how the prisoners are grouped.