Procesos super demorados, entrevistas super largas. No tienen claro si el cliente te va a aceptar.
Las de RRHH se hacen las picantes y te quieren dirigir lo que decís, hacen caras raras cuando algo no comprenden o no es de su agrado. Los chicos de las entrevistas técnicas unos cracks.
Questions d'entretien [1]
Question 1
Preguntas teoricas, descripcion de experiencia, algun ejemplo practico
J'ai postulé via un recruteur. Le processus a pris 1 semaine. J'ai passé un entretien chez Leniolabs (Argentina) en mai 2022
Entretien
First the HR interview, they ask about you, your experience and how would you rate yourself in react from 1 to 10. Then the technical interview, JavaScript and React questions only (not HTML nor CSS).
Questions d'entretien [8]
Question 1
They show you some code and ask you to explain the difference between pass by value and pass by reference (mutable/immutable objects).
React exercise: they give you some react code and ask you to refactor it. It's not a difficult challenge, basically is a non-performant react component and all you need to is refactor it a little bit to add performance (useMemo and useCallback).