What are some of the computer science topics you have learned so far at the University of Michigan?
Intern Engineer Interview Questions
18,169 intern engineer interview questions shared by candidates
You have detected a memory leak. What steps would you take to isolate it?
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.
One of the last questions on interview zen involved a problem that had an extremely simple to implement O(n^2) solution, and a solution that had less complexity but was less intuitive.
If you have an input of a list of strings and you want an output of a list of all the duplicates, how would you do that in O(n)?
There was this question on shuffling a deck of cards. I was asked why the array length decreases at each iteration.
I think the one related with strings in data structures were more difficult.
Questions are not difficult. The interviewer asked me to talk about the experience that what is the most difficult problem I have met and how I solve it
apply a linkedlist by java
Find the largest sum of consecutive integers in an array?
Viewing 391 - 400 interview questions