You have an unsorted array of numbers 1..10. One number is substituted by zero. Find which one.
Intern Software Engineer Interview Questions
9,750 intern software engineer interview questions shared by candidates
What is polymorphism
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.
find target in a unsorted array. I think it is straightforward. But in the signal of interviewer's face, I think i did not do well.
Viewing 591 - 600 interview questions