Tip 1 : Do love babar dsa sheet atleast till binary search trees
Tip 2 : prepare DBMS OS and oops notes , so that you can revise it for every interview
Tip 3 : Focus more on problem solving skills
Tip 1 : Maintain proper consistency
Tip 2 : mention internships and projects nicely
Three coding questions of medium level were given



Try to solve the problem in 'Single Scan'. ' Single Scan' refers to iterating over the array/list just once or to put it in other words, you will be visiting each element in the array/list just once.



Input: 'arr' = [1, 2, 7, -4, 3, 2, -10, 9, 1]
Output: 11
Explanation: The subarray yielding the maximum sum is [1, 2, 7, -4, 3, 2].
One coding question of binary search



If the input tree is as depicted in the picture:
The Left View of the tree will be: 2 35 2
System design interview
Build a Instagram design

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?