J'ai postulé en ligne. Le processus a pris 2 semaines. J'ai passé un entretien chez Sift en févr. 2016
Entretien
I applied online and got a reply within a few days. The first round was a take home coding assignment testing standard data structures knowledge. I was given 4 days to solve the assignment, but it didn't take more than 4 hours to do it in one go. The next round consisted of a phone screen with discussion on past experience and two coding questions. The coding questions tested both knowledge of recursive algorithms and basic probability.
Questions d'entretien [1]
Question 1
1. Given a graph and a node in the graph, return a deep copy of the node.
2. Given a frequency distribution of objects, write a random object generator which produces objects based on their probability distribution.