Software Development Intern Interview Questions

2,988 software development intern interview questions shared by candidates

Second Round: This was a bit difficult. The question is to generate sample math problems(additions) for a 8th grade student and the results should be stored in such a way that they can be printed when required. Sample problem is 7+8=_____ The constraints are:- 1) The numbers that are to be added should be <=9 2) The result should be <=17
avatar

Software Development Engineer Intern

Interviewed at Amazon

3.5
Jan 20, 2014

Second Round: This was a bit difficult. The question is to generate sample math problems(additions) for a 8th grade student and the results should be stored in such a way that they can be printed when required. Sample problem is 7+8=_____ The constraints are:- 1) The numbers that are to be added should be <=9 2) The result should be <=17

Implement a stack that supports push, pop and mode(the one from statistics) operation. Gave an O(log n ) push and pop and O(1) mode operation.Another good question was implement atoi function. I assumed it as base 10 but was asked to support from binary to any base numbers(even base 50).
avatar

Software Development Engineer Intern

Interviewed at Amazon

3.5
Mar 7, 2014

Implement a stack that supports push, pop and mode(the one from statistics) operation. Gave an O(log n ) push and pop and O(1) mode operation.Another good question was implement atoi function. I assumed it as base 10 but was asked to support from binary to any base numbers(even base 50).

Viewing 91 - 100 interview questions

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