I applied through an employee referral. The process took 6 weeks. I interviewed at Glovo in Aug 2022
Interview
It took three interviews (live coding, architecture, behavioural) and almost two months only to learn that the feedback is 'extremely positive', but the company 'can't make an offer' at this stage due to some internal reorganisation.
Overall, quite satisfied with the interviewers themselves. Extremely dissatisfied with the way the company handles prospective candidates after such time investments.
Live coding: Valid parentheses. Write an algorithm that given a string containing any combination of various types of parentheses (round, curly, square) determines if the input string is valid.
Had a call with the HR manager, he introduced the company and its plans, asked about my motivation and experience. The conversation was friendly and polite. I received clear answers to all my questions. However, I didn’t feel any particular interest in me as a candidate. One of the questions seemed a bit suspicious, what would I do if a production issue occurred on a Friday evening.
The response from the company came the next day, automatically, from a no-reply address. That made it impossible to ask for immediate feedback or any follow-up questions.
To me, receiving an automatic response from a no-reply sender is somewhat telling about the internal culture.
Interview questions [1]
Question 1
what would I do if a production issue occurred on a Friday evening
I applied online. The process took 1 week. I interviewed at Glovo (Barcelona) in Apr 2025
Interview
Leetcode-style question with a clever twist, incorporating unique constraints and edge cases. The solution includes thorough unit test coverage and insightful discussions on multi-threading, concurrency control, synchronization techniques, potential race conditions, and performance trade-offs in real-world, production-grade scenarios.
I applied through a recruiter. The process took 1 week. I interviewed at Glovo in Jan 2025
Interview
I had a two-step interview. The first was a casual chat about my background and what I’m looking for. The second was a live coding session with a medium problem, followed by questions on time and space complexity and how a HashMap works under the hood
Interview questions [2]
Question 1
What is the time and space complexity of your solution?