I applied online. The process took 1 day. I interviewed at Nice Agency (London, England) in Mar 2017
Interview
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...
Interview questions [1]
Question 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;