Tip 1 : Be clear on everything mentioned in Resume.
Tip 2 : Aptitude, Data structures are very important.
Tip 3 : Have some knowledge of some products of product based companies :P .
Tip 1 : Be Honest on resume.(atleast for Freshers)
Tip 2 : Try to keep it under 1 page.
There were several sections under this round.
1. English Proficiency.
2. Mathematics
3. Aptitude (Verbal and Non Verbal)
4. DS questions (Mostly on Linked List and advance Topics)
Explain normalization with the help of examples,
ACID properties,
Triggers, SQL queries.
One question was -> "What is Pragma".



Infix notation is a method of writing mathematical expressions in which operators are placed between operands.
For example, "3 + 4" represents the addition of 3 and 4.
Postfix notation is a method of writing mathematical expressions in which operators are placed after the operands.
For example, "3 4 +" represents the addition of 3 and 4.
Expression contains digits, lower case English letters, ‘(’, ‘)’, ‘+’, ‘-’, ‘*’, ‘/’, ‘^’.
Input: exp = ‘3+4*8’
Output: 348*+
Explanation:
Here multiplication is performed first and then the addition operation. Hence postfix expression is 3 4 8 * +.
MCQs on Java .... Collection framework, Multi threading etc.
MCQs on swapping, thrashing, semaphores, paging, scheduling algorithms.
Some computer network questions were also there.



As this value might be large, print it modulo 10^9 + 7
It was during the day time.... The interviewers were very friendly and comforted us before starting.
Different sorting algorithms and their implementation in real life.
Doubly linked list with real time examples.
Minor project
Difference between UNION and UNION ALL
Difference between UNION and JOIN
Different types of JOIN with examples.
Difference between #include "filename" and #include in C++.
Questions regarding java and project were asked.
Difference between prepared statement and callable statement were asked.
Asked to explain different methods for multithreading... (run and start method).
In depth explanation of JDBC... all 4 types of connectivity.
Basic HR questions were asked and one puzzle was asked.
Do you have any serious medical issues?
Did you ever have a conflict with your current/previous boss or professor?

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?