Tip 1 : Practice all easy, medium and few hard problems on Leetcode of a particular DSA topic.
Tip 2 : Try to come up if possible with another approach to solving a problem which is not common.
Tip 3 : Work on atleast 1 project and have end to end understanding of that so that your are confident on answering any question related to your project.
Tip 1 : Write only those points which you can clearly explain and try not to exceed one page. Even simple clean formatting will work there is no such need for fancy templates.
Tip 2 : Keep the information truthful and honest.
Timing - Afternoon



The width of each bar is the same and is equal to 1.
Input: ‘n’ = 6, ‘arr’ = [3, 0, 0, 2, 0, 4].
Output: 10
Explanation: Refer to the image for better comprehension:

You don't need to print anything. It has already been taken care of. Just implement the given function.
Timing - Morning
From the two tables given find the column name of table 1 reside in the same city as column name of table 2
Tip 1 : practice DBMS joins and SQL queries

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?