Solicité el puesto a través de una agencia de empleo. El proceso duró 2 semanas. Acudí a una entrevista en Uptycs
Entrevista
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
Preguntas de entrevista [1]
Pregunta 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)