Envié una solicitud electrónica. El proceso duró 4 semanas. Acudí a una entrevista en Turing (Lahore) en feb 2025
Entrevista
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.
Preguntas de entrevista [1]
Pregunta 1
Online coding activity question based on programming concepts related to data structures and recursion e.t.c.
Envié una solicitud electrónica. Acudí a una entrevista en Turing (Los Angeles, CA) en ago 2025
Entrevista
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.
Solicité el puesto a través de un captador. Acudí a una entrevista en Turing en mar 2025
Entrevista
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.
Solicité el puesto por otro medio. El proceso duró 1 semana. Acudí a una entrevista en Turing (Bengaluru) en feb 2025
Entrevista
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.