Software Development Intern Interview Questions

2,990 software development intern interview questions shared by candidates

Most difficult for me was: Write code to - Given a list of numbers, return a list of all possible permutations. eg. given {1,2,3}, return {{},{1},{2},{3},{1,2},...,{1,2,3}} Had to use bit manipulation where I fumbled.
avatar

Software Development Engineer Intern

Interviewed at Amazon

3.5
Feb 14, 2014

Most difficult for me was: Write code to - Given a list of numbers, return a list of all possible permutations. eg. given {1,2,3}, return {{},{1},{2},{3},{1,2},...,{1,2,3}} Had to use bit manipulation where I fumbled.

Given a list of numbers, in which every number occurs an even number of times except one number, which occurs an odd number of times, return the value of the odd number. Question should be done with a hash map but I used a n log n solution.
avatar

Software Development Intern

Interviewed at Amazon

3.5
Feb 20, 2014

Given a list of numbers, in which every number occurs an even number of times except one number, which occurs an odd number of times, return the value of the odd number. Question should be done with a hash map but I used a n log n solution.

Hashing, data structures, and design questions. They also asked me if i took the algorithms class, then they proceeded to ask me about NP-Complete problems etc. They were very nice overall. I recommend getting a good cell phone reception and internet access before the interview, because my call kept dropping on me during the interview. It dropped at least 6 times during my first technical interview, and I think they weren't happy about it, therefore I was sent to a third technical interview.
Feb 27, 2014

Hashing, data structures, and design questions. They also asked me if i took the algorithms class, then they proceeded to ask me about NP-Complete problems etc. They were very nice overall. I recommend getting a good cell phone reception and internet access before the interview, because my call kept dropping on me during the interview. It dropped at least 6 times during my first technical interview, and I think they weren't happy about it, therefore I was sent to a third technical interview.

Very typical codeable question for an undergrad - something you would get from cracking the coding interview. Only one question was asked - I then chatted with both interviewers for 45 minutes each separately for two back-to-back interviews.
avatar

Software Development Engineer Intern

Interviewed at Amazon

3.5
Mar 17, 2014

Very typical codeable question for an undergrad - something you would get from cracking the coding interview. Only one question was asked - I then chatted with both interviewers for 45 minutes each separately for two back-to-back interviews.

Viewing 791 - 800 interview questions

Glassdoor has 2,990 interview questions and reports from Software development intern interviews. Prepare for your interview. Get hired. Love your job.