Tip 1 : Prepare for DBMS especially SQL queries
Tip 2 : Prepare for OOPS especially basic oops concepts
Tip 1 : Make the resume simple and clean
Tip 2 : Add certifications to it and also provide programming links.
Tip 3 : Add only skills that you mastered.
Technical round


Simple Quick Sort approach



You can only stack a box on top of another box if the dimensions of the 2-D base of the lower box ( both length and width ) are strictly larger than those of the 2-D base of the higher box.
You can rotate a box so that any side functions as its base. It is also allowed to use multiple instances of the same type of box. This means, a single type of box when rotated, will generate multiple boxes with different dimensions, which may also be included in stack building.

The height, Width, Length of the type of box will interchange after rotation.
No two boxes will have all three dimensions the same.
Don’t print anything, just return the height of the highest possible stack that can be formed.
Go through DBMS Concepts
It was a simple and short round. Consisted just one standard DS Problem




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