Software Development Engineer Intern Interview Questions

2,286 software development engineer intern interview questions shared by candidates

OA1 questions can be found online. It's random. Final round interview questions can be varied and found online (Leetcode premium, etc.) however I did not get one found on the list and it stumped me. I had to implement a Sandbox class for a hypothetical AWS Lambda team, coding the constructor, add, and put functions based on various criteria. The question was most similar to implement LRU cache.
Mar 30, 2022

OA1 questions can be found online. It's random. Final round interview questions can be varied and found online (Leetcode premium, etc.) however I did not get one found on the list and it stumped me. I had to implement a Sandbox class for a hypothetical AWS Lambda team, coding the constructor, add, and put functions based on various criteria. The question was most similar to implement LRU cache.

1.Code Question 1 Amazon Shopping provides a product search feature that makes browsing products easier. Instead of showing exact matches only, it also displays transformable results for better browsing. A word a is said to be transformable to a word b if a is a subsequence of b. Given searchWord and resultWord, find the minimum number of characters that must be appended at the end og the searchWord, such that resultWord is a subsequence of the modified searchWord. Note: A subsequence of a string is a string that results from deleting 0 or more characters from the string without changing the order of the remaining characters. For example, Amazon is a subsequence of abcmmdaqzxopn while abc is not a subsequence of cdhbqaab.
Apr 30, 2022

1.Code Question 1 Amazon Shopping provides a product search feature that makes browsing products easier. Instead of showing exact matches only, it also displays transformable results for better browsing. A word a is said to be transformable to a word b if a is a subsequence of b. Given searchWord and resultWord, find the minimum number of characters that must be appended at the end og the searchWord, such that resultWord is a subsequence of the modified searchWord. Note: A subsequence of a string is a string that results from deleting 0 or more characters from the string without changing the order of the remaining characters. For example, Amazon is a subsequence of abcmmdaqzxopn while abc is not a subsequence of cdhbqaab.

Viewing 1791 - 1800 interview questions

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