Tip 1 : focus on basics
Tip 2 : stick to basics
Tip 3 : Express yourself
Tip 1 : Mention skills that suits the profile the most.
Tip 2 : keep other skills to answer when asked what other than resume you do know.
Aptitude
Question based on regex operation
MySQL query to select group of data from two diff tables
MCQs related to reasoning, verbal and technical ability.in technical ability questions are related to OS,DB and oops concept
Number Of MCQs - 10
MySQL query to select group of data from two diff tables
SELECT x, y, concat('[', group_concat(z), ']') as z FROM tbl group by x, y;
Tell me about your final year project?
Give me the name of any sorting algorithm?
What is class, object, inheritance in java?
What is Thread and where is used for?
What types of DBMS you are familiar with?
If your team member is not working and you are the team leader how do you handle this situation?
If your team member not knowing the technology how you can support him?
Find the second largest value in column in table.
SELECT MAX (column_name) FROM table_name WHERE column_name NOT IN (SELECT Max (column_name) FROM table_name)
Introduce yourself?
Why I will hire you?
Tell me something which is not in resume.
Explain how you will benefit the organisation,explain your qualities and achievements in past if any

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?