Me postulé a través de un reclutador. Acudí a una entrevista en Lean Technologies (Londres, Inglaterra) en mar 2022
Entrevista
I was approached by an external recruiter. The process was quick and to the point.
1. Screening with HR
2. Interview with the hiring manager.
3. 2 hours on-site composed of System Design, Pair Programming Session (where a few technical questions are also thrown at you) and chat with the CTO.
Preguntas de entrevista [1]
Pregunta 1
Design a notification system.
Code a simple REST endpoint from scratch. Must use Spring Boot and JPA.
Several Spring specific questions like:
* What's the difference between @Service, @Repository and @Component?
* When would you use constructor vs field injection? etc