Software Engineer Intern Interview Questions

9,436 software engineer intern interview questions shared by candidates

The technical question was: You're given an array of strings. Sort it so that the result returns an array of an array of strings sorted into its anagrams. (e.g. input: ["aa", "ad", "da"], output: [ ["aa"], ["ad", "da"] ]
avatar

Software Engineer Intern

Interviewed at Yelp

3.2
Nov 30, 2013

The technical question was: You're given an array of strings. Sort it so that the result returns an array of an array of strings sorted into its anagrams. (e.g. input: ["aa", "ad", "da"], output: [ ["aa"], ["ad", "da"] ]

Questions asked included (only) printing the nodes of a linked list in reverse, finding the longest palindrome in a given string, finding maximum subarray sum (similar to Kadane's Algorithm) with the constraint that two numbers in the array that form the max sum cannot be next to each other.
avatar

Software Engineer Intern

Interviewed at Meta

3.6
Feb 27, 2013

Questions asked included (only) printing the nodes of a linked list in reverse, finding the longest palindrome in a given string, finding maximum subarray sum (similar to Kadane's Algorithm) with the constraint that two numbers in the array that form the max sum cannot be next to each other.

Viewing 151 - 160 interview questions

Glassdoor has 9,436 interview questions and reports from Software engineer intern interviews. Prepare for your interview. Get hired. Love your job.