Me postulé a través de una agencia de empleos. Acudí a una entrevista en Solartis (Chennai) en jul 2022
Entrevista
It was a virtual interview.
There was a technical round and a HR round.
The interviewer was nice he was already prepared with some JS MCQ like questions (small snippets or one liner) in his VS code where I had to predict the output/value
Preguntas de entrevista [3]
Pregunta 1
Result of each statements
1 + "2" + "3"
1 + 2+ "3"
1 + +"2" +3
"A" - "B" +1