Tip 1 : Practice Leetcode on a daily basis
Tip 2 : Develop OS understanding by reading Operation system by Galvin.
Tip 1 : Write what you know
Tip 2 : Should have hands-on experience on projects which you have done
Have asked about whatsapp design.
How To Design A Messaging App(Whatsapp), what are the things which you will consider.
1. One-on-one chat/group chats feature.
2. data sharing (image,files,location,contact etc).
3. Chat history, the status of user, notification, etc
Coding round



As the answer can be large, return your answer modulo 10^9 + 7.
Can you solve this using not more than O(S) extra space?
Distributed system, upgrade scenarios
Need to solve a problem wherein the distributed system, how you will do the patching/upgrade of all the system without downtime.
1. Should have an understanding of the distributed systems.
2. Rolling upgrade understanding.
3. No downtime.

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
How do you remove whitespace from the start of a string?