J'ai postulé via un établissement d'enseignement supérieur ou universitaire. Le processus a pris 4 jours. J'ai passé un entretien chez Box
Entretien
2 Interviews back-to-back. Initially wanted to have them on-site, but decided to do it over Skype due to scheduling problems. Very enjoyable experience, and the questions I was asked were very open-ended and the interviewers were very friendly. Not extremely difficult, but they aren't a walk in the park either. The questions can be found on this site.
I received an offer at the end of the week, so the turn-around time was very quick. I was able to extend my deadline quite a bit as I was still interviewing with other companies.
Questions d'entretien [2]
Question 1
Question regarding cache inconsistencies, threads, show possible race conditions, how to avoid them, etc. They go quite in-depth in solving this problem, depending on what experience you've had so far. The fully detailed question is somewhere else on this site.
J'ai postulé via la recommandation d'un employé. Le processus a pris 2 mois. J'ai passé un entretien chez Box en mai 2025
Entretien
Very well described process, extremely good communication during the process. As an interns we had office hours on which the OA was described in details, we could ask questions about the OA but also about Box.
Questions d'entretien [1]
Question 1
Very common behavioral questions, questions about the previous projects/experience.
J'ai postulé en ligne. J'ai passé un entretien chez Box (Varsovie, Mazovie) en mai 2025
Entretien
After sending cv received an online assessment that included 3 Leetcode medium problems. Around 1.5hrs to solve, more than enough, manageable if you know what are you doing. Got rejected afterwards.
Questions d'entretien [1]
Question 1
Online assessment that included 3 Leetcode medium problems
2 hour long skype interviews.
Both were technical.
First was brain teasers and the second was about object oriented programming.
Here are the questions:
given a tree of nodes, how can you check whether or not the tree is 'unival' (all nodes have the same value) ?
given a tree of nodes how can you find out how many subtrees are 'unival' ?
both questions had recursive solutions