The first HR interview went very well. I discussed my past iOS experience in detail, explained the architectures I use in projects, and answered questions about SwiftUI, MVVM, and API handling confidently.
Other Senior IOS Developer interview reviews for Glovo
The interviews were thoughtfully organized, providing a clear structure that facilitated a smooth flow of conversation. Additionally, the interviewers demonstrated openness and a welcoming attitude, encouraging meaningful discussions and active engagement throughout the process.
Interview questions [1]
Question 1
Experience, engineering foundations, architecture, patterns, etc.
I applied online. The process took 2 weeks. I interviewed at Glovo (Barcelona) in Jun 2025
Interview
Everyone was very pleasant and stress free. At each steps interviewers asked correct questions and helped me if I was stuck in some answers.
- Product fit interview (read yellow book).
- Mobile system design
- Live coding interview
Interview questions [1]
Question 1
- General behavioural questions on first step, read yellow book.
- System design: design a chat application. Two screens, contacts and message list. Most focus on second screen and on high level diagram of that.
- Live coding: Refactor an old UIKit app. There was a collectionview inside a massive view controller with a list of something, fetched form api. Task was to refactor it to any kind of applicable architecture for testing. After that write tests for your chosen arch. And after small leetcode task with arranging integer elements inside an array.