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.
Software Development Engineer Intern Interview Questions
2,288 software development engineer intern interview questions shared by candidates
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.
problem solving dp greed arrays
Tile puzzle. What data structure represents its, defend your choice. And how to solve it, given a function that tests if it is done.
Questions on string manipulation and string handling. Questions on algorithms and data management. Questions on project and time management.
One DSA question on binary trees OS basics Sec round- Oops Projects resume
1- Introduce yourself 2- what are the main principles of OOP? 3- what is the main programming language i am expert at? 4- what is the longest project i worked on 5- what are threads? 6- how threads communicate with each other 7- what is the time complexity of deleting a node in a linked list? And why?
Purely DSA based. One of the question was based on sorting, other was of sliding window
Viewing 1151 - 1160 interview questions