Me postulé a través de un reclutador. Acudí a una entrevista en G2i
Entrevista
The technical interview focused on Node.js, where the company began by asking about my experience with backend development and building scalable applications. I was asked to solve practical coding problems, discuss architecture patterns, and explain how I would implement video streaming and real-time features using Node.js, including handling performance, concurrency, and API integration considerations. The interviewer also explored my knowledge of asynchronous programming, error handling, and best practices for production-ready systems.
Preguntas de entrevista [1]
Pregunta 1
how can you implement video streaming with Node.js?
No matching results, press enter to execute your custom prompt add more
I have taken the 30-minute remote coding test. It went well, and I'm looking forward to hearing back about the results. I felt confident in my coding abilities and managed my time effectively during the test. I'm hopeful that my performance will reflect my skills and experience.
Preguntas de entrevista [1]
Pregunta 1
They have given me a 30-minute code review and asked me to correct the given code.
Me postulé en línea. El proceso tomó 3 semanas. Acudí a una entrevista en G2i (Johannesburg) en sep 2024
Entrevista
You get invited to an online coding challenge after you have submitted your CV. Have not received any feedback from them since. No even a thank you email after submitting the assessment.
Preguntas de entrevista [1]
Pregunta 1
You are given two functions to reverse a string. The first one uses slicing the second one returns just the last letter in a string.
You task is to correct any issues and explain when the first option is better than the second based on some criteria.