Entry Level Software Developer Interview Questions

3,184 entry level software developer interview questions shared by candidates

Given an array with each array elements containing a random cost (i.e {10, 5, 2, 200, 5, 1}). You can either step through element 1 by 1 or skip by 1 element (i.e array[0] > array[2] > array[3] > array[5]). Find the lowest cost from element 0 to N.
avatar

Software Engineer Entry Level

Interviewed at Jack Henry & Associates

4.1
Jul 27, 2015

Given an array with each array elements containing a random cost (i.e {10, 5, 2, 200, 5, 1}). You can either step through element 1 by 1 or skip by 1 element (i.e array[0] > array[2] > array[3] > array[5]). Find the lowest cost from element 0 to N.

They had me write code for a microcontroller. It was a basic sorting algorithm. The difficult part was the space constraint. If you weren't careful, you would run out of space if you used too much space in memory or if the project size was too large.
avatar

Entry Level Embedded Software Engineer

Interviewed at DPS Telecom

2.9
Feb 8, 2017

They had me write code for a microcontroller. It was a basic sorting algorithm. The difficult part was the space constraint. If you weren't careful, you would run out of space if you used too much space in memory or if the project size was too large.

1. Populate an array of numbers from 1 to N (inclusive). Given two numbers, p and q , if a number in the array is divisible by p print OUT if a number is divisible by q print THINK. If the number is divisible by both p and q, print OUTTHINK. Otherwise, print the number.
avatar

Entry Level Software Developer

Interviewed at IBM

3.9
Jul 9, 2018

1. Populate an array of numbers from 1 to N (inclusive). Given two numbers, p and q , if a number in the array is divisible by p print OUT if a number is divisible by q print THINK. If the number is divisible by both p and q, print OUTTHINK. Otherwise, print the number.

Viewing 31 - 40 interview questions

Glassdoor has 3,184 interview questions and reports from Entry level software developer interviews. Prepare for your interview. Get hired. Love your job.