Given a limited amount of RAM, how would you sort an entire disks worth of data?
Software Intern Interview Questions
20,198 software intern interview questions shared by candidates
Given a 8-bit string, determine how to find the most reoccuring character.
given an unordered list of numbers find all pairs that add up to x
Interview Question – two algorithm questions each phone interview. Two of them were a bit challenging . One of them was : given a value k and an array , design an efficient algorithm that should output the number of pairs that sum up to k. They wanted a n log n solution, wich i provided, but I wasn't handy with the implementation. We spent several minutes with questions like why would you want to work for us? or how did you heard and what you know about us ?
Find the border length created from a conglomeration of various 2D rectangles.
How do you find duplicates in a binary search tree?
Given a filled box inside an nXm matrix, count all boxes in contact with it, and which are filled. Return the count. A few questions on multi-threading as well.
How to retrieve a file with a specific string or keyword using UNIX command line
I've been asked three questions. The only one I missed is quite a basic question:If you want to do something before Java GC recycle the object?
Given a dollar value, write a function that calculates the number of possible coin combinations that make up that value.
Viewing 171 - 180 interview questions