Ho presentato la mia candidatura tramite un'agenzia di reclutamento personale. Ho sostenuto un colloquio presso Solartis (Chennai) nel mese di lug 2022
Colloquio
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
Domande di colloquio [3]
Domanda 1
Result of each statements
1 + "2" + "3"
1 + 2+ "3"
1 + +"2" +3
"A" - "B" +1