Ho presentato la mia candidatura tramite un'agenzia di reclutamento personale. La procedura ha richiesto un giorno. Ho sostenuto un colloquio presso BYJU'S (Bengaluru) nel mese di set 2020
Colloquio
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.
Domande di colloquio [5]
Domanda 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();
}