I applied online. The process took 3 days. I interviewed at Sugoi Labs
Interview
There is 3 rounds.
Communication between HR and candidate about process is good.
Screening test with third party website.
overall good experience but little bit slower process.
Got rejection email mail after second round.
I applied through a staffing agency. I interviewed at Sugoi Labs in Aug 2021
Interview
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.
Interview questions [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 ?
I applied online. I interviewed at Sugoi Labs (Bengaluru) in Aug 2021
Interview
The interview was basic pretty much simple console problems in js
like, which weren't a brainer to solve, the interview round lasted 10 mins and they didn't ask anything further and was almost a formality at this point as if they are conducting this to fulfill a formality
Interview questions [1]
Question 1
(0.1+ 0.2 == 0.3), and (0.1+0.3 ? )
and remove duplicate elements in an array