I applied through a staffing agency. The process took 3 days. I interviewed at Triton Research (New York, NY) in Jan 2016
Interview
Phone Interview with CTO followed by in person technical interview at their offices in SoHo. I was told if the interviews proceeded past that point, I would receive an invitation to meet the entire team. Phone interview was very easy, just talking. Technical interview was pretty difficult, white board coding in particular was something I was completely new to, and I found it hard to do.
Interview questions [3]
Question 1
Given requirements and designs for a web based project, how would you go about starting the project, what tools and platforms and libraries would you use, and why? How would you set up the development and production environments, Particularly interested in front end framework, package management, testing, and deployment tools.
(On the whiteboard) Assuming the left and right nodes of a binary tree have integer values, calculate the value at a given level of the binary tree. Now how would you do that recursively.
(On the whiteboard) You have a list of elements that can be resorted using drag and drop. Without using any libraries or helpers, how would you write the drop event to resort the list (don't worry about persisting the data on the server).