Ho presentato la mia candidatura tramite un'agenzia di reclutamento personale. La procedura ha richiesto 3 giorni. Ho sostenuto un colloquio presso Triton Research (New York, NY) nel mese di gen 2016
Colloquio
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.
Domande di colloquio [3]
Domanda 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).