Me postulé a través de un reclutador. El proceso tomó 1 semana. Acudí a una entrevista en Turing en feb 2025
Entrevista
Round 1 focuses on fundamental JavaScript concepts and solving data structure problems. Round 2 is a deep dive into Node.js and system design. Round 3 assesses leadership, communication, and management capabilities.
Me postulé en línea. 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.
Me postulé a través de un reclutador. 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.
Me postulé a través de otra fuente. El proceso tomó 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.