I applied through university. The process took 1 day. I interviewed at Hermès Engineering (Brussels) in May 2024
Interview
Structure of the Online Interview (1 Hour)
Introduction and Overview (10-15 minutes):
The interview typically begins with a brief introduction where the interviewer might introduce themselves, talk about the company, and give you an overview of what to expect during the interview. This is also the time when you can introduce yourself, briefly go over your background, and highlight key experiences from your CV.
Coding Problem (30 minutes):
The main technical portion of the interview will involve solving one or more coding problems. You will likely be asked to use an online coding platform where the interviewer can see your code in real time.
What to Expect:
The problems might range from algorithm and data structure challenges to more domain-specific problems, depending on the role.
You’ll be expected to write code that is not only correct but also optimized.
Clear communication is key. Talk through your thought process as you analyze the problem, explain your approach, and describe why you chose a particular solution.
The interviewer might ask follow-up questions or give hints if you get stuck.
Key Tips:
Break down the problem and write out a plan before diving into the code.
Focus on writing clean, readable code. Even if you don’t fully solve the problem, a well-structured approach can leave a good impression.
Test your code with different edge cases if time allows.
Discussion and Q&A (10-15 minutes):
After the coding portion, the interviewer might ask some follow-up questions about your solution. This could include discussing potential optimizations, alternate approaches, or reflecting on how you handled the problem.
This is also a great time to ask your own questions about the company, team dynamics, or the role you’re applying for. Engaging in this discussion can help show your interest in the position and the company.
Il y a eu deux entretiens via teams, avec petites questions techniques assez simple selon moi. En suite on à 30 jours pour signer le contrat après avoir reçu l'offre.
I applied through university. I interviewed at Hermès Engineering in Mar 2023
Interview
In the first part I introduced myself, talked about what led me to consulting, what knowledge I have in addition to what I was taught at university... I then received more information about the job, the company's spirit... and some examples of projects were presented to me In the second part I had to solve two very simple programming exercises, nothing to apprehend really In general, the interviewer sometimes stopped me in my explanations, told me to wait a second or whatever. I interpreted this as an exercise to judge how I fare when perturbed in such a stressful situation and how I react when disrespected. I wasn't told whether I would get an offer from this as I should have a second interview with them soon
Interview questions [2]
Question 1
Find the 100 bigger numbers on a list without sorting it
Given a set of intervals (a list of interval beginnings and one for their ends), create a new list containing the sub-intervals representing the combination of intervals active within them (hard to explain textually)