J'ai postulé en ligne. Le processus a pris 2 semaines. J'ai passé un entretien chez Ghyston (Bristol, Angleterre) en févr. 2025
Entretien
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
J'ai passé un entretien chez Ghyston (Bristol, Angleterre)
Entretien
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.
Questions d'entretien [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.