I applied through a staffing agency. I interviewed at Solartis (Chennai) in July 2022
Interview
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
Interview questions [3]
Question 1
Result of each statements
1 + "2" + "3"
1 + 2+ "3"
1 + +"2" +3
"A" - "B" +1