Tip 1 : Practice at least 350 coding question
Tip 2 : Having recent project
Tip 3 : Good knowledge of OS,DBMS
Tip 1 : Have some projects on resume.
Tip 2 : Do not put false things on resume.
Two panellist were there, one was asking question based upon CN + OS + DBMS, one was asking question based upon DS + Algo.
1. Working of PING and TRACEROUTE command
2. OSI layers and it’s responsibility
3. Indexing in database
4. B/B+ tree used in index, asked me to explain node structure of both
5.Question based upon projects that I have mentioned in resume
What problems you faced and how you tackle them
Were you satisfied with outcome etc..



A binary search tree is a binary tree data structure, with the following properties :
a. The left subtree of any node contains nodes with a value less than the node’s value.
b. The right subtree of any node contains nodes with a value equal to or greater than the node’s value.
c. Right, and left subtrees are also binary search trees.
It is guaranteed that,
d. All nodes in the given tree are distinct positive integers.
e. The given BST does not contain any node with a given integer value.





• 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.
'P' = 1, 'Q' = 3
tree = 2 1 4 -1 -1 3 -1 -1 -1,
The BST corresponding will be-

Here, we can clearly see that LCA of node 1 and node 3 is 2.
1. Asked me about my work experience and project I worked on
2. Asked me about most difficult challenge I faced and how I tackled it
3. Implement multiplication without using multiplication operator, asked logic and approachonly
4. Why I left my last job and joined Mtech, why I did not join mtech after btech directly
What are your strengths and weakness?
What do you expect from this organization?
Where do you see yourself in 5 years?

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
To make an AI less repetitive in a long paragraph, you should increase: