Tip 1 : Get your core java and oops concepts cleared
Tip 2 : Prepare arrays and linked list data structures.
Tip 3 : Practice clean code clean design principles.
Tip 1 : Mention about your previous experience and projects clearly.
Tip 2 : Don't end up making your resume a user guide. Mention only what is required for the role you are applying. Try to give maximum information in minimum words.



This round mainly focused on my DSA skills , system design and Previous company project experince.



For the trees given below:-

The given trees are identical as:-
1. The number of nodes in both trees is the same.
2. The number of edges in both trees is the same.
3. The data for root for both the trees is the same i.e 5.
4. The data of root -> left (root’s left child) for both the trees is the same i.e 2.
5. The data of root -> right (root’s right child) for both the trees is the same i.e 3.
6. The data of root -> right -> left ( left child of root’s right child) for both the trees is the same i.e 6.
7. Nodes with data 2 and 6 are the leaf nodes for both the binary trees.
To identify if two trees are identical, we need to traverse both trees simultaneously, and while traversing we need to compare data and children of the trees



Can you solve this in logarithmic time and space complexity?
Introduce yourself .
Later briefly asked about my internship and what was my role and how I managed conflicts.
Asked why are you choosing Mindtree and what quality that Mindtree has that makes difference to you than other company.
Later asked whether i am okay with relocation.
At last he told me about himself and gave a brief introduction about company, role and salary and Asked whether a I have a pan card.

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: