Bubble sort and other behavioral questions
Software Development Intern Interview Questions
2,990 software development intern interview questions shared by candidates
How would you write a program to show a stack trace given a raw stack dump.
The DSP round: I was not expecting this, but I was bombarded with various questions on DSP. Though since I was interviewing for the video DSP team, I should have known better.
A question that I was not ready for was a networking question: about how traceroute works. The interviewer gave hints. It had to do with the TTL of a packet.
No unexpected question. Very basic.
How do you write and test a tictac toe problem?
Designing a process scheduling system that will call a certain process at a give possibility.
A lot of questions are pulled directly from "Programming Interviews Exposed", so read that book. One example is the telephone keypad to words question mentioned by others.
Questions involved multidimensional arrays, hash tables, linked lists, and pointer arithmetic.
An array that has 8 bit slots but is storing 12 bit integers, so position zero stores the first eight bits of the integer, and the first 4 bits of position one store the last 4 bits. The second 4 bits of position one store the highest bits in the second integer and position two stores the lowest 8 bits and so on. Devise a way to read these numbers from the array (in C)
Viewing 1491 - 1500 interview questions