J'ai postulé en ligne. Le processus a pris 4 semaines. J'ai passé un entretien chez Turing (Lahore) en févr. 2025
Entretien
The interview process was completely remote.
First was online coding excercises. HAcker rank stuff level. Afterwards there was an online interview with screen share and live coding. it was coding excercise , design level questions, and communication based questions.
Questions d'entretien [1]
Question 1
Online coding activity question based on programming concepts related to data structures and recursion e.t.c.
J'ai postulé en ligne. J'ai passé un entretien chez Turing (Los Angeles, CA) en août 2025
Entretien
Streamlined process, won't give you update if you are not selected and u might keep sitting. If you are shortlisted you will hear back in 2-3 working days. After that there will be an interview before contract.
J'ai postulé via un recruteur. J'ai passé un entretien chez Turing en mars 2025
Entretien
Teste foi complicado, e era muito barulhento, além de não entender quase nada que a pessoa falava. Os emails que eu recebia tinha um nome de uma pessoa e quem fazia a entrevista era outra totalmente diferente, até achei que poderia ser algum tipo de scam.
J'ai postulé via une autre source. Le processus a pris 1 semaine. J'ai passé un entretien chez Turing (Bengaluru) en févr. 2025
Entretien
1st round was a virtual video technical interview round. The problem I faced was that the interview platform froze for the last 15 minutes, which made me nervous, and I couldn't perform well. Even after rejoining, I still have the same issue.
DSA-based array-related question. It was easy, I took time to find the optimal solution for the problem.
input: [ 2, 3, 5, 6]
outut: [90, 60, 36, 30]
The output array is the multiplication of the remaining elements in the array.