Me postulé a través de una agencia de empleos. Acudí a una entrevista en Sugoi Labs en ago 2021
Entrevista
I applied through a hiring platform. I got a call from HR for technical discussion round for Frontend developer/React.js developer. Interviewer of technical discussion seemed like he was just completing the formality of taking the interview and was not interested at all. During the whole interview he was busy in his other work. The same day I got rejection email.
Preguntas de entrevista [1]
Pregunta 1
1. Javascript specific question like output of this console.log(0.1+0.2)
console.log(undefined+"5")
console.log("undefine"+5)
2. Remove duplicates from an array .Follow up question on its time complexity
3.Second largest element in an array . Same follow up question as above
3. What are props in react.js ?
4.What is state in react.js?
5. What are functional components?
6.How can you have state inside your functional component ?