Tip 1 : Should have command in coding.
Tip 2 : Should have knowledge of theory subjects.
Tip 1 : Everyone who has been referred gets the link.
Tip 2 : Have some projects on resume.



‘?’ – matches any single character
‘*’ – Matches any sequence of characters(sequence can be of length 0 or more)




You have to return the deepest node which has both x, y as its descendants.
There may be cases where one of u or v is not present in the tree. In those cases, the reference provided to u or v will be NULL.



Project questions in deep.
OS, OOPS and Networking questions in deep.



Do not print anything, just return the number of set bits in the binary representation of all integers between 1 and ‘N’.



A subsequence is a sequence that can be derived from another sequence by deleting zero or more elements without changing the order of the remaining elements.



Conditions for valid parentheses:
1. All open brackets must be closed by the closing brackets.
2. Open brackets must be closed in the correct order.
()()()() is a valid parentheses.
)()()( is not a valid parentheses.
Introduce yourself.
How will you handle conflict in your team?
What is your strength and weakness?
What is your expectation from the job?

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?