I applied online. The process took 2 weeks. I interviewed at Ghyston (Bristol, England) in Feb 2025
Interview
technical coding interview based in python with 3 questions. Other than that just general basic interview questions like why did you apply what do you think makes you a good fit for the role
The final interview process was split into three sections.
First is a Assembly Code type questions with very primitive instruction set; coordinating a robot to make certain movements. You are assessed by two engineers. Maybe practice Little Man Computer to become comfortable with these type of questions.
Second is python programming; Leetcode easy type questions and explaining thought process to two engineers.
Third is behavioural/conversational. No surprises in terms of questions asked.
Interview questions [1]
Question 1
Q: Implement Fibonacci Sequence.
Q: Sort list of numbers where the numbers range from 1 to 10 (bucket sort)
Q: Greedy coin change type question.