Intern Software Engineer Interview Questions

12,219 intern software engineer interview questions shared by candidates

Given a TV remote, write a script that would give directions to input some letters. Starting from the upper left-hand corner. If the buttons were in 3 columns, and you wanted to type "feed", you would want the output of the program to say "right, right, down, PRESS, left, PRESS, PRESS, left, PRESS"
avatar

Software Engineer Intern

Interviewed at Google

4.4
Jan 23, 2014

Given a TV remote, write a script that would give directions to input some letters. Starting from the upper left-hand corner. If the buttons were in 3 columns, and you wanted to type "feed", you would want the output of the program to say "right, right, down, PRESS, left, PRESS, PRESS, left, PRESS"

Generate a new array from an array of numbers. Start from the beginning. Put the number of some number first, and then that number. For example, from array 1, 1, 2, 3, 3, 1 You should get 2, 1, 1, 2, 2, 3, 1, 1 Write a program to solve this problem.
avatar

Software Engineer Intern

Interviewed at Meta

3.6
Sep 21, 2011

Generate a new array from an array of numbers. Start from the beginning. Put the number of some number first, and then that number. For example, from array 1, 1, 2, 3, 3, 1 You should get 2, 1, 1, 2, 2, 3, 1, 1 Write a program to solve this problem.

Viewing 11 - 20 interview questions

Glassdoor has 12,219 interview questions and reports from Intern software engineer interviews. Prepare for your interview. Get hired. Love your job.