I applied through a staffing agency. The process took 1 day. I interviewed at BYJU'S (Bengaluru) in Sep 2020
Interview
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.
Interview questions [5]
Question 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();
}