I applied through a recruiter. I interviewed at Box (Redwood City, CA) in July 2017
Interview
Very professional. Nice people, and smooth process. Had a chance to talk to several people after the on-site which went well, including VP of Engineering and also the CEO. I had several competing offers and they matched several times during the process.
Interview questions [1]
Question 1
We spent 1 hour going into the details of my pas projects.
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.
Interview questions [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.
I applied through a recruiter. The process took 2 weeks. I interviewed at Box (Redwood City, CA) in May 2022
Interview
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.
Interview questions [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.
I applied in-person. I interviewed at Box (Redwood City, CA) in Feb 2020
Interview
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...
Interview questions [1]
Question 1
Bit manipulation, pagehit counter and some Qs to return topK integers in files in a directory.