Junior Software Developer Interview Questions

4,371 junior software developer interview questions shared by candidates

Here's the gist: you are to write a program to parse sentences into words and then keep track of the occurrence of each word. So, if the program is fed, "The cow jumped of the moon," every word but 'the' would be given a key of 1, while 'the' would be given a key 2.
avatar

Junior Software Developer

Interviewed at UBS

3.7
Feb 20, 2015

Here's the gist: you are to write a program to parse sentences into words and then keep track of the occurrence of each word. So, if the program is fed, "The cow jumped of the moon," every word but 'the' would be given a key of 1, while 'the' would be given a key 2.

Write a function in the programming language of your choice to solve the following problems. Each function should be an accompanied by a unit test.   1. Given an array of integers between 1 and 1,000,000. One integer is in the array twice. Find the duplicate. 2. Find the first non-repeating character in a string:("DEFD" -> E ) 3. A standard deck of 52 cards is represented in an array. Each card is represented as an integer. Write a method to shuffle the cards.
avatar

Junior Software Developer

Interviewed at Bluewolf

3.8
Jul 28, 2015

Write a function in the programming language of your choice to solve the following problems. Each function should be an accompanied by a unit test.   1. Given an array of integers between 1 and 1,000,000. One integer is in the array twice. Find the duplicate. 2. Find the first non-repeating character in a string:("DEFD" -> E ) 3. A standard deck of 52 cards is represented in an array. Each card is represented as an integer. Write a method to shuffle the cards.

Viewing 2251 - 2260 interview questions

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