Engineer Intern Interview Questions

15,357 engineer intern interview questions shared by candidates

Given a keyword (ex: "abc") and a list of words (ex: "aabc", "cab", "ab"), write a function that will return all words in the list that are the same/anagrams of the keyword. In this case, "cab" would be the only word returned. Later changes to the function were added: numbers and symbols might be included in the words but were to be ignored ("ca2b" still matched "abc"), make the function not case sensitive ("A" == "a"), etc...
avatar

Software Engineer Intern

Interviewed at Amazon

3.5
Mar 2, 2014

Given a keyword (ex: "abc") and a list of words (ex: "aabc", "cab", "ab"), write a function that will return all words in the list that are the same/anagrams of the keyword. In this case, "cab" would be the only word returned. Later changes to the function were added: numbers and symbols might be included in the words but were to be ignored ("ca2b" still matched "abc"), make the function not case sensitive ("A" == "a"), etc...

1. Describe the procedures, test cases, and frameworks you may use to test a traffic recording system. 2. Same as #1, but for a simple calculator. 3. Return an array representing the most frequently occurring integer within an integer array, where arr[0] is the value and arr[1] is its frequency.
avatar

Quality Assurance Engineer Intern

Interviewed at Amazon

3.5
Jan 28, 2021

1. Describe the procedures, test cases, and frameworks you may use to test a traffic recording system. 2. Same as #1, but for a simple calculator. 3. Return an array representing the most frequently occurring integer within an integer array, where arr[0] is the value and arr[1] is its frequency.

Viewing 1611 - 1620 interview questions

Glassdoor has 15,357 interview questions and reports from Engineer intern interviews. Prepare for your interview. Get hired. Love your job.