I applied online. The process took 5 weeks. I interviewed at InnovaSystems International (San Diego, CA) in Jan 2020
Interview
Applied online. Received an email to schedule a phone interview that discussed about the experience I had for the position, the company and tech. stack, and what the definition of a Java object is. Two weeks later received another email to schedule an onsite interview that met with three people: the hiring manager, the tech. lead, and a developer. First I was asked to introduce myself and explain again the experience I had for the position then answer a few technical questions, behavior questions, and one whiteboard problem. Although I was quick to solve the whiteboard problem with no help and had valid answers for each tech. question which most weren't even listed in the job description, I received an automated rejection email the next day and have requested feedback.
Whiteboard: For every number between 1 and 100, print the word "Fizz" on a line if the number is a factor of 3 and print the word "Buzz" on a line if the number is a factor of 5. If the number is both a factor of 3 and 5 then print "FizzBuzz" on its own line. If the number is neither a factor of 3 or 5 then print the number on its own line.