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