Sr Java Entwickler Interview Questions

411 sr java entwickler interview questions shared by candidates

A mix of your ordinary algorithm questions like sorting, etc. Very typical of an interview. Then some "break it" questions - what is wrong with this, create something with this issue, etc. Questions that only experienced developers can answer.
avatar

Senior Java Software Engineer

Interviewed at eBay

3.9
Sep 20, 2022

A mix of your ordinary algorithm questions like sorting, etc. Very typical of an interview. Then some "break it" questions - what is wrong with this, create something with this issue, etc. Questions that only experienced developers can answer.

1. quick , merge sort 2. hibernate caching 3. sessionfactory vs session 4. Spring DI, constructor vs setter DI, which is better 5. exception vs error 6. runtime vs comile time error, need 7. classDefException vs noClassfoundExcption ,which 1 occurs at compile time,how to avoid compile excption 8. arraylist vs linkedList 9. hashset 10. datastructure for hashset n arraylist 11. internal working of hashset 12. Employee e =new employee(); Employee e1= e; e == null; syso(e1) ?
avatar

Senior Java Software Engineer

Interviewed at Capgemini

4.1
Apr 27, 2017

1. quick , merge sort 2. hibernate caching 3. sessionfactory vs session 4. Spring DI, constructor vs setter DI, which is better 5. exception vs error 6. runtime vs comile time error, need 7. classDefException vs noClassfoundExcption ,which 1 occurs at compile time,how to avoid compile excption 8. arraylist vs linkedList 9. hashset 10. datastructure for hashset n arraylist 11. internal working of hashset 12. Employee e =new employee(); Employee e1= e; e == null; syso(e1) ?

Game: Initially starting with 1 Two Steps 1.Increment the number by 1, x = x + 1 2.Double the number , x = x * 2 Step 2 can be used atmost maxStepTwoTimes Find the minimum number of steps to reach a number N Example N=19 maxStepTwoTimes=2 Increment 1 ,3 times ,result into 4 Double 4 ,becomes 8 Increment by 1, becomes 9 Double 9 ,becomes 18 Increment by 1 , becomes 19 total Steps 7 NOTE: This is almost same as "Number Line Jumps" in hanckerrank. I wrote code , initially it has some bugs. I modified it .But he is not satisified with my code.
avatar

Senior Software Engineer - Java

Interviewed at Ezetap

4.2
Mar 7, 2022

Game: Initially starting with 1 Two Steps 1.Increment the number by 1, x = x + 1 2.Double the number , x = x * 2 Step 2 can be used atmost maxStepTwoTimes Find the minimum number of steps to reach a number N Example N=19 maxStepTwoTimes=2 Increment 1 ,3 times ,result into 4 Double 4 ,becomes 8 Increment by 1, becomes 9 Double 9 ,becomes 18 Increment by 1 , becomes 19 total Steps 7 NOTE: This is almost same as "Number Line Jumps" in hanckerrank. I wrote code , initially it has some bugs. I modified it .But he is not satisified with my code.

Viewing 41 - 50 interview questions

Glassdoor has 411 interview questions and reports from Sr java entwickler interviews. Prepare for your interview. Get hired. Love your job.