Software Development Intern Interview Questions

2,990 software development intern interview questions shared by candidates

Group input strings by permutations and output as a set. For example, if your input is: "abc, acb, bce, dce, cde" then your output is: "(abc, acb) (bce) (dce, cde)". Assume all input strings are of the same size. Didn't actually have to write the code for this one, but rather gave an in-depth step-by-step explanation using data structures and time and space complexity.
avatar

Software Development Engineer Intern

Interviewed at Amazon

3.5
Feb 28, 2013

Group input strings by permutations and output as a set. For example, if your input is: "abc, acb, bce, dce, cde" then your output is: "(abc, acb) (bce) (dce, cde)". Assume all input strings are of the same size. Didn't actually have to write the code for this one, but rather gave an in-depth step-by-step explanation using data structures and time and space complexity.

Viewing 2431 - 2440 interview questions

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