Tip 1 : Be confident
Tip 2 : Prepare well
Tip 3 : Throughly revose all the topics before interview
Tip 1: Write only those things which you know very well
Tip 2: Study all the projects which you have written
online test having mcq questions based on database, oops, c#, sql and javascript



For N = 5 , K = 2
Series = [ 5, 3, 1, -1, 1, 3, 5]
It was a technical round scheduled at 4:00 pm. It went for like 30 mins. The interviewer was calm and listing to me properly.



Input: Let the binary tree be:

Output: 2
Explanation: The root node is 3, and the leaf nodes are 1 and 2.
There are two nodes visited when traversing from 3 to 1.
There are two nodes visited when traversing from 3 to 2.
Therefore the height of the binary tree is 2.
I called the recursion on left and right binary tree and return whichever is greater +1
It was scheduled at 4:30 pm. It went for like 30 mins.
You have a birthday cake and have to cut it into 8 equal pieces by making 3 cuts only. How do you do it?
Tip 1: Read the question carefully
Tip 2: think of the soln by taking some time but not much.
Tip 3: Give an aswer to the interviewer
It was very easy and You just have to answer diplomatically.
If you get higher packages from a company, what will you do?
Tip 1: Say I will abide to your values.
Tip 2: See youtube videos to answer all such questions.
Tip 3: Don't take a pause to answer

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