I applied through college or university. The process took 1 week. I interviewed at ExcelR (Pune) in Mar 2024
Interview
First there was a aptitude round that was basic and then the interview round where the interviewer asked mostly the technical question. The questions were quite easy. The interviewer was focused on checking my JavaScript understanding and my programming logic. There weren't any difficult or out of box questions.
Print Numbers from 1 to 10 but if the number is divisible by 2 print "fizz" , if number is divisible by 3 print "buzz" and if the number is divisible by both then print "fizzBuzz".