Tip 1 : Do atleast 2 projects
Tip 3 : Practice Atleast 250 Questions
Tip 1 : Have some projects on resume.
Tip 2 : Do not put false things on resume.
Mcq Questions
Percentages.
Number Series.
Arithmetic Aptitude.
Profit and Loss.
They gave us one topic for group discussion and we had to discuss on that.
It was very difficult they go in depth of everything



• The left subtree of a node contains only nodes with data less than the node’s data.
• The right subtree of a node contains only nodes with data greater than the node’s data.
• Both the left and right subtrees must also be binary search trees.
For the given binary tree :

The BST will be:

Note: Each node is associated with a unique integer value.

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