J'ai postulé en ligne. Le processus a pris 2 jours. J'ai passé un entretien chez Azuqua (Seattle, WA)
Entretien
A phone screen followed by an on-site interview.
At first I was given the wrong address to their downtown Seattle location which caused some confusion and ended up cutting into the interview time. The on-site interview lasted about an hour and mostly involved whiteboarding.
Questions d'entretien [1]
Question 1
Basic programming questions (FizzBuzz, etc). and some questions about group work experience.
J'ai postulé en ligne. Le processus a pris 1 semaine. J'ai passé un entretien chez Azuqua (Seattle, WA) en juil. 2018
Entretien
Phone screen was easy. Basic questions about web development and minor networking. Told the interviewer my JavaScript was very basic to almost nonexistent but I am willing to learn. They said it wouldn't be a problem.
First part of the in person was basic palindrome in whatever language i felt comfortable in and check if a number is divisible by 3 and/or 5. Piece of cake!
Second part of the in person was to handle a JavaScript function that took an integer and two anonymous functions and parameters so that it always processes the error code even if there's no error without knowing what is to be passed in. I had no clue what this kid was talking about and I couldn't read his writing on the board and left me this tiny area to write my stuff out.
Questions d'entretien [1]
Question 1
Write a method that would print out "foo" if a number is divisible by 3, "bar" if a number is divisible by 5, and "foo bar" if the number is divisible by 3 and 5.