Junior Java Interview Questions

4,077 junior java interview questions shared by candidates

Clearly understanding what the 2 developers where asking of me during the discussion. It seems like they want to push for an answer and you want to answer clearly in a practical manner to show that you know the language constructs.
avatar

Junior Java Applications Developer

Interviewed at ZE PowerGroup

3
Sep 22, 2014

Clearly understanding what the 2 developers where asking of me during the discussion. It seems like they want to push for an answer and you want to answer clearly in a practical manner to show that you know the language constructs.

Return the sum of the numbers in the array, returning 0 for an empty array. Except the number 13 is very unlucky, so it does not count and numbers that come immediately after a 13 also do not count. sum13([1, 2, 2, 1]) → 6 sum13([1, 1]) → 2 sum13([1, 2, 2, 1, 13]) → 6
avatar

Junior Java Developer

Interviewed at Synergy Technology Services

3.6
Sep 9, 2019

Return the sum of the numbers in the array, returning 0 for an empty array. Except the number 13 is very unlucky, so it does not count and numbers that come immediately after a 13 also do not count. sum13([1, 2, 2, 1]) → 6 sum13([1, 1]) → 2 sum13([1, 2, 2, 1, 13]) → 6

Viewing 3431 - 3440 interview questions

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