I applied online. The process took 4 weeks. I interviewed at Turing (Lahore) in Feb 2025
Interview
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.
Interview questions [1]
Question 1
Online coding activity question based on programming concepts related to data structures and recursion e.t.c.
I applied online. I interviewed at Turing (Los Angeles, CA) in Aug 2025
Interview
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.
I applied through a recruiter. I interviewed at Turing in Mar 2025
Interview
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.
I applied through other source. The process took 1 week. I interviewed at Turing (Bengaluru) in Feb 2025
Interview
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.