Tip 1 : Focus on learning practically.
Tip 2 : Having Projects is the best way to approach positively in an interview.
Tip 1 : Do mention your projects in your resume.
Tip 2 : Always try to keep resume around your experience and projects.
Data Structure Round




For the given binary tree: the LCA of (7,8,10) is 1
All of the node values of the binary tree will be unique.
N1, N2, and N3 will always exist in the binary tree.
I used recursion



A majority element is an element that occurs more than floor('N' / 2) times in the array.
In the first test case, floor(N/3) = floor(7/3) is equal to 2, and 2 occurs 3 times which is strictly more than N/3. No other element occurs more than 2 times.
Technical & HR round
Tip 1 : My skills can be proved as assets for the company.
Tip 2 : Company's Web App should have functionality and ui which attaches it to more customers and i think my skills are the best weapon towards this.
Tip 3 : My Skills presently revolves around the field in which Company is trying to do expansion so there could be my best use.

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