Ho presentato la mia candidatura online. La procedura ha richiesto un giorno. Ho sostenuto un colloquio presso Nice Agency (Londra, Inghilterra) nel mese di mar 2017
Colloquio
Barely got a chance to speak before I was placed in front of a test. It wasn't really an interview, and more just a test. I got the feeling they weren't that impressed with me, and suspect the interviewer secretly signalled someone to interrupt and cut it short without appearing rude.
Overall, not particularly nice...
Domande di colloquio [1]
Domanda 1
Write a function that satisfies the following:
add(1)(2).value() = 3;
add(1, 2)(3).value() = 6;
add(1)(2)(3).value() = 6;
add(1)(2) + 3 = 6;