Junior Java Developer Interviews

Junior Java Developer Interview Questions

"Junior developers are often responsible for writing the more monotonous and simple code required by senior members of the development team. Because of this, interviews will be designed to test your knowledge of the fundamentals of Java so be prepared to answer technical questions that you likely came across in college. Data structures and algorithms will be heavily emphasised. A bachelor's degree or equivalent work experience is required. "

3,803 junior java developer interview questions shared by candidates

3.Given 3 int values, a b c, return their sum. However, if one of the values is 13 then it does not count towards the sum and values to its right do not count. So for example, if b is 13, then both b and c do not count. luckySum(1, 2, 3) → 6 luckySum(1, 2, 13) → 3 luckySum(1, 13, 3) → 1
avatar

Junior Java Developer

Interviewed at Synergy Technology Services

3.6
Sep 9, 2019

3.Given 3 int values, a b c, return their sum. However, if one of the values is 13 then it does not count towards the sum and values to its right do not count. So for example, if b is 13, then both b and c do not count. luckySum(1, 2, 3) → 6 luckySum(1, 2, 13) → 3 luckySum(1, 13, 3) → 1

Can you tell me about a time when you have faced difficulty working with another member of the team, what happened and how did you resolve this? What is one of the most challenging problems you’ve encountered in work, either technical, within the team or with a client? What did you then do to come up with a solution for this problem?
avatar

Junior Java Developer

Interviewed at Tech Returners

4.3
Feb 1, 2023

Can you tell me about a time when you have faced difficulty working with another member of the team, what happened and how did you resolve this? What is one of the most challenging problems you’ve encountered in work, either technical, within the team or with a client? What did you then do to come up with a solution for this problem?

Viewing 1941 - 1950 interview questions

Glassdoor has 3,803 interview questions and reports from Junior java developer interviews. Prepare for your interview. Get hired. Love your job.