J'ai postulé via une agence de recrutement. Le processus a pris 2 semaines. J'ai passé un entretien chez Uptycs
Entretien
There were three rounds
1. Introductory rounds
-> Previous work and projects
-> Roles and difficult problem faced.
2. Technical round
-> Questions related to how well versed you are in ES6.
-> Questions in Async JS
-> Two easy-medium algorithmic questions.
3. Technical round
-> Question related to Node.js -> Event loop, how it handles concurrency etc
-> Questions related to JS.
-> One easy medium Algorithmic Question
Questions d'entretien [1]
Question 1
1. Implement a simple callback function.
2. Difference between callback, promise and async-await
3. First non-repeating character in a string?
4. What are the different libraries that you've used?
5. Implement deep copy function
6. Find(implement) K where 2^k ~ N. (N is given)