Tip 1 : Do projects by yourself
Tip 2 : Practice Algorithms and Data Structures
Tip 3 : Good communication skills and patience
Tip 1 : Do not put false information on resume
Tip 2 : Don't hesitate to clear your queries
The interviewer was good and it went well
What are the types of OS available?
OS structure
What does kernal do
Tip 1 : Basic knowledge of OS
Tip 2 : Do practice codes for technical round
Tip 3 : Data Structures was most covered part during interview
Timings: 2pm -5pm
Environment was good
No significant activity
Interviewer was food



1. Roots of both the given trees are same.
2. Left subtree of the root of the first tree is the mirror of the right subtree of the root of the second tree.
3. Right subtree of the root of the first tree is the mirror of the left subtree of the root of the second tree.
For example,both the given trees are mirror image of each other:


Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
How do you remove whitespace from the start of a string?