J'ai postulé via un recruteur. Le processus a pris 2 semaines. J'ai passé un entretien chez Box (New York, NY) en nov. 2016
Entretien
The interview process was well coordinated. After a phone screen I was brought onsite. The recruiter called me ahead of time to let me know what to expect which was very helpful. The interviewers were all very nice. The offer was made very quickly after the interview. Overall it was a very pleasant experience.
Questions d'entretien [1]
Question 1
Describe a challenging project that you have done recently.
One of worst interviews I had. They neglected me only based on coding interview. No discussion, no Q&A, no system design interview, no "soft" questions, just plain coding interview which is far from accurate and fair evaluation of candidate.
Questions d'entretien [1]
Question 1
The coding task is about reading numbers from a CSV file, computing a rolling window statistics (average and maximum) over those numbers, and printing current statistics at every time step. It should be done in O(nlogn) time. To do it data structures like (in Java) TreeMap or PriorityQueue come handy. Unfortunately there's little time to do it (slightly more than an hour). Although I had idea how to do it, I stressed out and I failed to meet the O(nlogn) time in all cases, and only based on it I was rejected.
J'ai postulé via un recruteur. Le processus a pris 2 semaines. J'ai passé un entretien chez Box (Redwood City, CA) en mai 2022
Entretien
1 Hour Technical Screening followed by an on-site interview consisting of multiple interviews over the course of an afternoon. These interviews were a mixture of technical coding tests, architecture, and behavioral interviews.
Questions d'entretien [1]
Question 1
I can't discuss details but they were pretty standard leetcode/hackerrank style questions, a long coding challenge, and coding questions that were specific to the job.
J'ai postulé en personne. J'ai passé un entretien chez Box (Redwood City, CA) en févr. 2020
Entretien
Recruiter reached out based on my online profile and setup a technical phone screen. They obviously know what my background is and the skillset I bring to the table.
Phone screen setup relatively quickly and the interviewers seemed friendly and nice to talk to. 3 coding interview Qs of increasing difficulty level. Wrote code on coderpad for all 3 in the alloted time, walked through testcases and interviewers agreed on the solution and correctness.
2 days later get a cold rejection e-mail indicating my background does not fit the requirement.
Duh !! What a waste of time and effort...
Questions d'entretien [1]
Question 1
Bit manipulation, pagehit counter and some Qs to return topK integers in files in a directory.