I applied through a recruiter. The process took 4 weeks. I interviewed at Glovo in Oct 2021
Interview
Entrevista en varias fases:
- Screening con recruiter. En la misma fase te hacen algunas preguntas técnicas para tantear.
- Entrevista técnica teórica. Se solapa ligeramente con las preguntas del recruiter. Te preguntan sobre conceptos generales de ingeniería de software, estructuras de datos, rendimiento, etc. Además de algunas preguntas especificas sobre tu rama de especialización (en este caso frontend).
- Entrevista en pizarra sobre arquitectura de software y descomposición en componentes de un diseño.
- Live coding challenge. Pequeño ejercicio en el que te dan un enunciado y tienes que desarrollar una app muy simple en 1h aprox. Lo haces compartiendo pantalla y usando tu stack, IDE y herramientas con las que estes acostumbrado.
- Entrevista de culture fit y soft skills con engineering managers. Suelen preguntar sobre cosas mas transversales y menos centradas en tus conocimientos técnicos específicos.
- Entrevista con el recruiter para dar y recibir feedback del proceso. En este punto te dicen si estas dentro y bajo que titulo/posicion/nivel con su respectiva oferta salarial.
Interview questions [2]
Question 1
Explica como funcionan varias estructuras de datos.
I applied online. The process took 4 weeks. I interviewed at Glovo in Jan 2022
Interview
1.st Interview - HR
The person in the interview was sincere and friendly. In general, the job and expectations were well explained. The human resources person asked questions about the software and expected me to give answers similar to the results on the paper.
2nd - Technical
They asked a lot of questions about frontend, they were friendly but process was not well designed.
Interview questions [1]
Question 1
Simple questions about Html , Css , Javascript , Design Patterns.
I applied through an employee referral. The process took 2 weeks. I interviewed at Glovo in June 2021
Interview
The interview process is around 6 or 7 steps. While steps 1 and 2 were ok, after step 2 I received an invite to do a codility test, no deadline info. When doing the challenge I made a few mistakes here and there since the main challenge was about stepped graph traversal. I ended up submitting unfinished solution with 2 out of 3 tests passing for the second challenge. And all tests passing for first challenge. My overall score ended up in about 22%, but if you look at the code you will realise that I had just a few bugs and it could be corrected in 5 more minutes probably. Thats ok, I understand its a timed challenge. The following day a received a message stating that we are not a match, without any feedback. So I requested some feedback from an engineer who was reviewing my code (I assumed the code was reviewed), then a week later I received the feedback that was suggesting me to avoid using for loops and rather use array methods like forEach and reduce, and to avoid array mutations, but there were none in my code. Also the reviewer was recommending me to practice code challenges on some websites and read 'clean code', which I did btw... It did not seem to me that my code was reviewed still.
Interview questions [1]
Question 1
Traverse a graph coding challenge and filtering with complexity requirements.