J'ai postulé en ligne. Le processus a pris 1 semaine. J'ai passé un entretien chez Zoocha (Hertford, England) en août 2018
Entretien
Sat down and given a short programming test to do with pen and paper.
Test was quite simple, and asked you to write or correct some code for a few problems, in any language you wish.
Then asked you to write some sql queries, how to do some html and css stuff.
After that there was an interview with 2 people.
Some general get to know you questions, some technical questions, and then some more laid back fun questions.
Questions d'entretien [2]
Question 1
(something like) Write a code to... When given an array of ints, count the maximum amount of consecutive numbers when ordered numerically. E.G. in an array [3, 6, 2, 5, 1], the answer would be 3, as 1,2 and 3 are consecutive.