Junior Java Interview Questions

4,081 junior java 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 2091 - 2100 interview questions

Glassdoor has 4,081 interview questions and reports from Junior java interviews. Prepare for your interview. Get hired. Love your job.