Java Software Engineer Interview Questions

4,188 java software engineer interview questions shared by candidates

Problem solving: There will be 2 linked lists L1 and L2 and an variable x. Task is to find out number of pairs from one element from L1 + one element from L2 = x . Example: L1=12->11->10->0 L2=1->2->20->7->15->13 x=13 Expected output: 3 Explanation: (12, 1) , (11,2), (0,13) => 3 pairs
avatar

Software Engineer - Java Developer

Interviewed at Recro

4.2
Dec 10, 2021

Problem solving: There will be 2 linked lists L1 and L2 and an variable x. Task is to find out number of pairs from one element from L1 + one element from L2 = x . Example: L1=12->11->10->0 L2=1->2->20->7->15->13 x=13 Expected output: 3 Explanation: (12, 1) , (11,2), (0,13) => 3 pairs

1)What is the toughest bug you fixed in your project? Describe. 2) What are the new features introduced in Java8 3) Write a programm in java 8- Create a list of 5 people. find the peoples who's name starts with 'a' and make last word of them Capital
avatar

Java Software Developer

Interviewed at Globant

3.6
Oct 6, 2022

1)What is the toughest bug you fixed in your project? Describe. 2) What are the new features introduced in Java8 3) Write a programm in java 8- Create a list of 5 people. find the peoples who's name starts with 'a' and make last word of them Capital

The technical round was of 1 hr in this firstly all the core java questions were asked like object class, polymorphism, method hiding, abstraction, then Singleton class, then one coding question: print frequency of each letters in string. Then from spring boot: autowire, rest controller, how you are connect your data base in your application. Describe your application. Your day to day task Managerial round: why you are leaving your current org. Are you comfortable in relocation, tell me about day to day responsibility, tell me about yourself. Hr: are you comfortable in the work which we are hiring for, how will tackle your work as you have experience of service based org. Are you comfortable in relocation. How much you are expecting from us.
avatar

Software Engineer - Java Developer

Interviewed at Amdocs

3.7
Oct 10, 2022

The technical round was of 1 hr in this firstly all the core java questions were asked like object class, polymorphism, method hiding, abstraction, then Singleton class, then one coding question: print frequency of each letters in string. Then from spring boot: autowire, rest controller, how you are connect your data base in your application. Describe your application. Your day to day task Managerial round: why you are leaving your current org. Are you comfortable in relocation, tell me about day to day responsibility, tell me about yourself. Hr: are you comfortable in the work which we are hiring for, how will tackle your work as you have experience of service based org. Are you comfortable in relocation. How much you are expecting from us.

Viewing 241 - 250 interview questions

Glassdoor has 4,188 interview questions and reports from Java software engineer interviews. Prepare for your interview. Get hired. Love your job.