Tip 1 : Prepare sorting algorithms
Tip 2 : Prepare linked list problems and string related problems
Tip 3 : Prepare SQL questions
Tip 1 : Mention about the projects
Tip 2 : Know your resume
Questions were based on:
1.Java
2.SQL
3.DBMS
4.OS
Number Of MCQs - 30
Technical Round



Bubble Sort implementation for the given array: {6,2,8,4,10} is shown below :-



The given linked list is 1 -> 2 -> 3 -> 4-> NULL. Then the reverse linked list is 4 -> 3 -> 2 -> 1 -> NULL and the head of the reversed linked list will be 4.
Can you solve this problem in O(N) time and O(1) space complexity?
They gave me a table and said to find the top value, second greatest value.
Asked me about some joins.
Tip 1 : Learn about joins
Tip 2 : Learn to use aggregate functions
Multithreading, Deadlock
Tell me about yourself.
Why you want to join this company?
Tell me about your interests.
Your strengths and weaknesses.
Tip 1 : Be confident
Tip 2 : Prepare yourself

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?