What is polymorphism
Software Intern Interview Questions
17,721 software intern interview questions shared by candidates
There was a crash in a system of processes, and each process has children that also crash when the parent crashes. Find the highest level crash given an input of processes and children.
Design a stock alert system
N people seated around a round table. Kth person removed every turn, until only one remains. Code the solution
How to calculate the square root of a number?
sort on linked list
You have a linked list. How would you detect a loop in it, without using DFS of BFS?
If I give you a new book, and ask you to create the index which is found at the end of the book, how will you do it.
Given a large dataset of people, distinct phone numbers, non-unique names. How would you store the data so that you could efficiently look up someone's data by phone number? By name? What about partial searches, i.e. a few letters of the name?
Using standard C, detect the endianness of the underlying hardware.
Viewing 1151 - 1160 interview questions