Tip 1 : Graph should be on your tips.
Tip 2 : while explaining the solution to interviewer, dont just hop onto the most optimal solution. Start with the brute force one, give the cons of brute force solution, and then go step by step till you reach the optimal solution.
Tip 3 : Improve on your communication skills as well.
Tip 1 : Mention only what is required for your profile, for e.g. do not stress too much on your co curricular stuff. Rather, try explaining more of your technical stuff that is relevant for your job.
Tip 2 : keep it limited to 1 page. And make sure its a pdf and not an image.



Sometimes a removal may refer to a location with no stone, in that case, no stone fall.
Design a given signin page using HTML and CSS only.
Why you used object for storing the todo list rather than using an array?
Difference between inline, inline-block and block elements?
What is CDN?



A simple solution would be to generate all substrings of the given string and return the longest substring containing k distinct characters.

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