Candidatei-me por meio de uma agência de recrutamento. O processo levou 1 dia. Fui entrevistado pela BYJU'S (Bengaluru) em set. de 2020
Entrevista
It was contract to hire position with ongoing project with Byju's
Round 1: Technical
Mode : Google Meet
It was good interview experience, I was not much confident for UI development at that period. So wasn't got selected. Sharing my question might help job seeker candidate in future. Also have given my though toward the answers.
Perguntas de entrevista [5]
Pergunta 1
What would be the output of the following JavaScript code?
console.log(fun1(123));
console.log(fun1(1230));
function fun1(str){
return (str+"").split();
}