Tip 1: Give interviews as much as you can and learn from your mistakes.
Tip 2: Clear all your basic concepts. Prepare limited yet strong topics. Focus on quality over quantity.
Tip 3: Practice writing logical codes along with the complexity analysis.
Tip 1: Resume should not be more than 2 pages
Tip 2: Write your phone no, email, and previous experience in a clean way
The output of a specific query.



Merge Sort Algorithm -
Merge sort is a Divide and Conquer based Algorithm. It divides the input array into two-parts, until the size of the input array is not ‘1’. In the return part, it will merge two sorted arrays a return a whole merged sorted array.

The above illustrates shows how merge sort works.
It is compulsory to use the ‘Merge Sort’ algorithm.
I analyzed the problem and tried to write some logic



Bubble Sort implementation for the given array: {6,2,8,4,10} is shown below :-
It was a technical interview. I was asked many concept-related questions.
1.diff types of polymorphism
2.cloning , types of cloning, exception by clone method, type of exception thrown by the clone method.
3. Association
4.diff between get and load in hibernate
5.Restful api
6.Maven repository
7.index in dbms
8.diff between hashmap and hashset
9.value in hashset
10.object class methods
11. Executor framework
12. Types of collections used in your project
13. Algorithms of garbage collector
14.time complexity of arraylist and linkedlist
15. When to use arraylist and linkedlist
I tried to understand the question and answer accordingly
It was a problem-solving ability round.
These are situation-based questions where you have to think about your reaction to a situation.
What are your salary expectations?

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?