First round technical interview of 1hr. Interviewer was very calm and started from easy to medium questions. Should have good understanding of SpringBoot and Java Advance like collections. Asked to write a program to find set of array segments(i to j index) whose sum is 0 in an Array without changing the order of elements in the array. Solve in O(n).
Interview questions [2]
Question 1
Dynamic Programming on Arrays/Lists. Asked to write a program to find set of array segments(i to j index) whose sum is 0 in an Array without changing the order of elements in the array. Solve in O(n).
Start of with usual interview regarding your experience. Will ask also about your skill level about a certain technology. Lastly, candidate will undergo live technical exam which is under a time limit.
I applied through a recruiter. I interviewed at Oracle (Hyderâbâd) in Dec 2023
Interview
Process is Offline and conducted at campus.
In situations where an interviewer emphasizes Data Structures and Algorithms (DSA) over Java-specific questions, it's essential to convey your proficiency in both areas.
Not asked many questions
Interview questions [1]
Question 1
1:- Difference between method overloading and overriding with real time examples.
2:-Coding Question:--Optimal way to solve the the Closest Palindrome for given n integer, where n >=1 to 10^8