Tip 1 : Development part is more important in startup's compared to DSA and coding
Tip 2 : System design is must
Tip 1 : Don't put false things on resume
Tip 2 : Mention your projects in descriptive manner
Tip 3 : Give a detailed explanation of your projects during the interview
The round was scheduled on Google meet and was taken by the co-founders of the company. Both of them were very helpful during the interview. They gave me full opportunity to put my views in front of them. It was more of a mix of HR+Tech round rather than a complete technical round.
How would you design a chat application like Whatsapp? Discuss it's use cases.



1. There will be no leading zeros in any string in the list ‘BINARYNUMS’.
Consider N = 5 and the list ‘binaryNums’= [“0”, “01”, “010”, “100”, “101”]. This list consists of the binary representation of numbers [0, 1, 2, 4, 5]. Clearly, the missing number is 3 and its binary representation will be “11”. So you should return string “11”.

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
What is recursion?