Backend Developer applicants have rated the interview process at Uptycs with 3 out of 5 (where 5 is the highest level of difficulty) and assessed their interview experience as 100% positive. To compare, the company-average is 47.4% positive. This is according to Glassdoor user ratings.
Candidates applying for Backend Developer roles take an average of 14 days to get hired, when considering 1 user submitted interviews for this role. To compare, the hiring process at Uptycs overall takes an average of 11 days.
Here are the most commonly searched roles for interview reports -
I applied through a staffing agency. The process took 2 weeks. I interviewed at Uptycs
Interview
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
Interview questions [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)