Tip 1 : Practice aptitude questions according to previous year asked questions.
Tip 2 : Practice 5-10 new DSA problem per day.
Tip 3 : Practice 1-2 hard level DSA problem per day.
Tip 4 : For DBMS,OOPS and SQL give 1 week for each.
Tip 1 : Make 1-2 project according to your skills section.
Tip 2 : Write only those skills in which you are confident of.
Tip 3 : Always update your resume.
The round 1 consists of Aptitude(60 minutes) followed byTechnical Objective(90 minutes).At 2 p.m. the round started and the candidates selected in this round go to next round.
This round consists of technical interview.
The interviewer ask questions related to the 3 coding problems given in previous round i.e.de-bug the code and explain the time and space complexity.
In last they give one problem of nearest square integer and want the optimized solution only.
The students selected in this round are shortlisted for next round.

N = 21
The perfect square closest to 21 is 25, and the distance is 4.
This round consists of basic HR questions i.e. About re-location, strengths and weakness etc.
They basically check the confidence and communication skills of the student.

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?