Tip 1 : Prepare All basic Data Structure and OOPS concept in java
Tip 2 : Prepare for spring framework , Hibernate , SQL queries and Restful Web services
Tip 3 : Do atleast 3 projects
Tip 1 : Mention projects in details
Tip 2 : Mention you roles and responsibilities briefly
Round was in early morning , environment was coding friendly.
Interviewer was helpful and asked questions in details.



Given array/list can contain duplicate elements.
(arr[i],arr[j]) and (arr[j],arr[i]) are considered same.
I solved using another array and adding sum up to every index for unsorted array
Timing was early morning with coding friendly environment . interviewer was friendly and asked questions in depth.



We cannot use the element at a given index twice.
Try to do this problem in O(N) time complexity.
Solved problem by creating new array and adding array upto every index

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?