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.