Skip to contentSkip to footer
  • Community
  • Jobs
  • Companies
  • Salaries
  • For Employers
      Notifications

      Loading...

      Elevate your career

      Discover your earning potential, land dream jobs, and share work-life insights anonymously.

      employer cover photo
      employer logo
      employer logo

      Box

      Engaged Employer

      About
      Reviews
      Pay & benefits
      Jobs
      Interviews
      Interviews
      Related searches: Box reviews | Box jobs | Box salaries | Box benefits | Box conversations
      Box interviewsBox Staff Software Engineer interviewsBox interview


      Glassdoor

      • About / Press
      • Awards
      • Blog
      • Research
      • Contact Us
      • Guides

      Employers

      • Free Employer Account
      • Employer Center
      • Employers Blog

      Information

      • Help
      • Guidelines
      • Terms of Use
      • Privacy & Ad Choices
      • Do Not Sell Or Share My Information
      • Cookie Consent Tool
      • Security

      Work With Us

      • Advertisers
      • Careers
      Download the App

      • Browse by:
      • Companies
      • Jobs
      • Locations
      • Communities
      • Recent Posts

      Copyright © 2008-2026. Glassdoor LLC. "Glassdoor," "Worklife Pro," "Bowls," and logo are proprietary trademarks of Glassdoor LLC.

      Company Bowl sample

      Want the inside scoop on your own company?

      Check out your Company Bowl for anonymous work chats.

      Bowls

      Get actionable career advice tailored to you by joining more bowls.

      Followed companies

      Stay ahead in opportunities and insider tips by following your dream companies.

      Job searches

      Get personalized job recommendations and updates by starting your searches.

      Staff Software Engineer Interview

      Aug 4, 2017
      Anonymous Interview Candidate
      No offer
      Negative experience
      Average interview

      Application

      I interviewed at Box

      Interview

      Started off well. But the on-site interview is totally mismanaged. The interviewers need to be trained properly. One of the engineers was incomprehensible. Couldnt even understand his name. Very bad attitude and insensitive. No idea how communication happens on daily basis. Recruiters are disrespectful at best. Waste of time! Don't fall for so called cool culture and high salary. Not worthy.

      Interview questions [1]

      Question 1

      Project overview
      Answer question
      7

      Other Staff Software Engineer Interview Reviews for Box

      Staff Software Engineer Interview

      Sep 29, 2023
      Anonymous Interview Candidate
      No offer
      Negative experience
      Difficult interview

      Application

      I interviewed at Box

      Interview

      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.
      Answer question
      4

      Staff Software Engineer Interview

      Jun 10, 2022
      Anonymous Interview Candidate
      Redwood City, CA
      No offer
      Neutral experience
      Difficult interview

      Application

      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.
      Answer question

      Staff Software Engineer Interview

      Feb 26, 2020
      Anonymous Interview Candidate
      Redwood City, CA
      No offer
      Negative experience
      Average interview

      Application

      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.
      2 Answers