J'ai postulé en ligne. Le processus a pris 2 semaines. J'ai passé un entretien chez Quantcast (New York, NY) en janv. 2020
Entretien
Phone call with an interviewer (using Coderpad) after the recruiter reached out to me through email. It is very clear interview process with detailed steps, but I did not pass the phone interview.
Questions d'entretien [1]
Question 1
You are tasked with building a service to find number of times we have bid with same value in a list of prev bids. Your service will be invoked several millions of times in a day and solution needs to be as fast as possible. Let us define api interface as "int countInHistory(int currentBid, int[] previousBids)".
E.g
prev bids - [4, 4, 4, 6, 6, 7, 9, 14, 14, 14, 14, 17]
cur bid - 14
ans - 4
basically, is asked me finding how many counts in the array by less than log(n)
Interview went with 7 interviews but got rejection because one person say no, all other says yes therefore I am confused that majority is saying and it is not about the technical part.
Take home assignment and follow up on the take home. Easy take home and easy follow up. Expect to explain your thought process and extend the take home assignment with another engineer.
J'ai passé un entretien chez Quantcast (Londres, Angleterre)
Entretien
Interview Screening - Talked to a hiring manager in a video call talked about the company, my experience, salary expectations, the next interview would have been a technical interview, and then a live coding interview.