Lead Full Stack Developer
Anonymous User
181

Round 1

JavaScript basics, implement deepClone, difference between call, apply, bind etc

Round 2

DSA -
Longest Increasing Subsequence (https://leetcode.com/problems/longest-increasing-subsequence/)
Stack with getMin (https://leetcode.com/problems/min-stack/)

Round 3

System Design

Questions regarding current project, design a system to take a website url, and download the page, it should also download any redirect link urls
Example - say abc.com has three sub pages as well abc.com/a, abc.com/b, abc.com/c
Download all four and store them

Comments (2)