Junior Software Developer Interview Questions

4,171 junior software developer interview questions shared by candidates

1st Round: Consider an array of 5 elements. You must create a new array such that at a given position 'i', the number should be product of all elements of original array except the 'i'th element. You have to solve this in least number of iterations possible.
avatar

Junior Software Developer

Interviewed at CONTENTSERV

3.1
Jan 2, 2016

1st Round: Consider an array of 5 elements. You must create a new array such that at a given position 'i', the number should be product of all elements of original array except the 'i'th element. You have to solve this in least number of iterations possible.

Write program that check is string palindrome. I wrote my version of this program(see answer). Later I've been asked to change code with using recursion. I have no idea why I should use recursion here, because it will make code more difficult to understand and maintain.
avatar

Junior Software Developer

Interviewed at HCL

3.6
Feb 2, 2015

Write program that check is string palindrome. I wrote my version of this program(see answer). Later I've been asked to change code with using recursion. I have no idea why I should use recursion here, because it will make code more difficult to understand and maintain.

Viewing 11 - 20 interview questions

Glassdoor has 4,171 interview questions and reports from Junior software developer interviews. Prepare for your interview. Get hired. Love your job.