Tip 1 : Revise data structures and algorithm.
Tip 2 : Revise HTML, CSS, JS and show your projects.
Tip 3 : Be confident.
Tip 1 : Mention your projects
Tip 2 : Put things in chronological order.
What is Dangling pointer?
Difference between array and pointer.
What are different type of polymorphism.



In the given linked list, there is a cycle, hence we return true.

Tech +HR round



• 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 level order traversal: 5 3 6 2 4 7
The BST will be:

The Inorder Traversal of this BST is 2 3 4 5 6 7.
Where do you see yourself in 5 years?
What are your hobbies?

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