The questions were mailny focused on DSA and CS fundamentals
Software Development Engineer Intern Interview Questions
2,288 software development engineer intern interview questions shared by candidates
To implement stack operations using queue.
Data Structures and Algorithms and also about OS and OOPs
Given XY coordinates of a line and a rectangle, calculate the where the line will intercept the rectangle.
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)
I would rather not disclose any interview questions. I will say that half the questions I got were very personalized, while the other half are similar to the ones you can find online... Know your algorithms, data structures, and design patterns. My networks, information security, databases, compilers, and finite state automata knowledge came in handy as well.
Viewing 1141 - 1150 interview questions