A brief chat with a recruiter, followed by a tech interview and then a tech task in the format of an informal task along with a chat. Actually the best 'tech task' I've ever experienced in an interview, especially in the way it was conducted as a narrative together in less than an hour!
Interview questions [1]
Question 1
In particular look out for questions around immutability and threading. However, the people that interviewed me are long longer there, so I doubt they're thiss good now.
I applied through a recruiter. The process took 2 weeks. I interviewed at Fugro (Leidschendam) in Feb 2018
Interview
Although I said I don't know Angular / Typescript to recruiter and Fugro, It was the surprise that they asked me a question to write a Angular / Typescript code on online coding test.
Interview questions [3]
Question 1
Write a Angular component for like and dislike button.
Write an algorithm to divide array between "winter" and "summer" given a variable number of monthly temperature readings, with the rule that all winter temperatures are lower than all summer temperatures. Solution should be O(n).