What are some of the computer science topics you have learned so far at the University of Michigan?
Software Intern Interview Questions
17,744 software intern 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.
apply a linkedlist by java
Find the largest sum of consecutive integers in an array?
Knapsack Problem
Viewing 471 - 480 interview questions