Software Engineering Intern Interview Questions

12,189 software engineering intern interview questions shared by candidates

Give a two dimentional array of registors that contains intensity value. It is feed to you one registor per cycle. How to design a hardware using FPGA to calculate the average of the 9 registors including 8 that locate right beside the center one.
avatar

Software Engineer Intern

Interviewed at Altera

3.4
Oct 10, 2013

Give a two dimentional array of registors that contains intensity value. It is feed to you one registor per cycle. How to design a hardware using FPGA to calculate the average of the 9 registors including 8 that locate right beside the center one.

you have a n by m matrix. if any row has a 0 turn all entries in that row to 0; same with columns. do this in O(1) constant space. also an interesting data-gathering-with-api question over the phone and some very basic statistics (bayes theorem, etc) for data science
avatar

Software Engineering Intern

Interviewed at Edmodo

3.7
Nov 24, 2013

you have a n by m matrix. if any row has a 0 turn all entries in that row to 0; same with columns. do this in O(1) constant space. also an interesting data-gathering-with-api question over the phone and some very basic statistics (bayes theorem, etc) for data science

The programming question consisted of writing a program to sum up the elements in an array that are divisible by two numbers given. So let's say you have an array [1, 2, 3, ... 10]. Then given two numbers, say 3 and 5, you want to sum up the numbers divisible by 3 or 5 in that array and return the value. So it would be 3+5+6+9+10. Also he asked me some general programming questions like what inheritance is and what the difference between an object and a class is.
avatar

Software Engineer - Intern

Interviewed at Vrbo

3.6
Oct 30, 2013

The programming question consisted of writing a program to sum up the elements in an array that are divisible by two numbers given. So let's say you have an array [1, 2, 3, ... 10]. Then given two numbers, say 3 and 5, you want to sum up the numbers divisible by 3 or 5 in that array and return the value. So it would be 3+5+6+9+10. Also he asked me some general programming questions like what inheritance is and what the difference between an object and a class is.

Viewing 391 - 400 interview questions

Glassdoor has 12,189 interview questions and reports from Software engineering intern interviews. Prepare for your interview. Get hired. Love your job.