Solicité el puesto a través de una agencia de empleo. El proceso duró 1 día. Acudí a una entrevista en BYJU'S (Bengaluru) en sept 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.
Preguntas de entrevista [5]
Pregunta 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();
}