Tip 1 : Practice from Leetcode, solve Leetcode medium level problems.
Tip 2 : Brush up computer fundamentals from subjects like OS, DBMS and CN.
Tip 3 : Have a good project or good internship experience and have in-depth knowledge regarding what you have done.
Tip 1 : Have some projects on resume.
Tip 2 : Do not put false things on resume.



A substring is a contiguous segment of a string.
This problem was expected to be solved by DP.



This problem was expected to be solved by kadane's algorithm, It was too a standard question.



You may assume that given ‘X’ and ‘Y’ definitely exist in the given binary tree.
For the given binary tree

LCA of ‘X’ and ‘Y’ is highlighted in yellow colour.
The interviewer asked me to tell the approach to solve this question, and then asked me to write the code on screen share.
After solving the question, he asked me some concepts about Binary Tree and how it is build briefly.

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?