J'ai postulé via une agence de recrutement. J'ai passé un entretien chez Solartis (Chennai) en juill. 2022
Entretien
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
Questions d'entretien [3]
Question 1
Result of each statements
1 + "2" + "3"
1 + 2+ "3"
1 + +"2" +3
"A" - "B" +1