J'ai postulé via une agence de recrutement. J'ai passé un entretien chez Sugoi Labs en août 2021
Entretien
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.
Questions d'entretien [1]
Question 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 ?