I applied online. The process took 1 day. I interviewed at SmowCode (Mumbai) in June 2024
Interview
Question were about express, and DSA. The express part had questions like what was express, why it is used and its code implementation.
DSA part had question : Unique (non-repeating) random numbers in list from 0 to N (size). Had to find the solution with O(N) time complexity and O(1) space complexity.
Interview questions [1]
Question 1
1. Write express code.
2. Unique (non-repeating) random numbers in list from 0 to N (size).