Tip 1 : Practise DSA well
Tip 2 : Write Clean Code in the interviews
Tip 1 : Relevant to the job profile
Tip 2 : Good to mention achievements
Asked one design problem and another DSA question



Can you solve this in logarithmic time and space complexity?
Pure DSA round



[2,3,4] - median is 3.
[2,3] - median is floor((2+3)/2) = 2.
System Design
Design a notification service.
Tip 1 : Design HLD and get a buy out.

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?