Software Engineer Summer Intern Interview Questions

9,341 software engineer summer intern interview questions shared by candidates

Basic data structure questions. LL, HashTable, BT Given an array of ints, sum up all the even numbers and print it. Then return true if any number in the array is evenly divisible by 7, false otherwise. Given a two words, write a function/method to determine if they are anagrams Given a singly linked list, split that into two lists one containing just the elements in odd position and another containing just the elements in even position.
avatar

Software Engineer Intern

Interviewed at Amazon

3.5
Feb 21, 2014

Basic data structure questions. LL, HashTable, BT Given an array of ints, sum up all the even numbers and print it. Then return true if any number in the array is evenly divisible by 7, false otherwise. Given a two words, write a function/method to determine if they are anagrams Given a singly linked list, split that into two lists one containing just the elements in odd position and another containing just the elements in even position.

There are a lot of questions that can be solved by arrays, sorting can be done in O(nlogn)... but they are looking for more than just correct answers, having an answer with a high time / space complexity won't help you. There was a tough question about linked lists with next and arbitrary pointers.
avatar

Software Development Engineer Intern

Interviewed at Amazon

3.5
Mar 26, 2014

There are a lot of questions that can be solved by arrays, sorting can be done in O(nlogn)... but they are looking for more than just correct answers, having an answer with a high time / space complexity won't help you. There was a tough question about linked lists with next and arbitrary pointers.

Viewing 9031 - 9040 interview questions

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