How to find al the files which contain any email addresses in a server.
Intern Software Interview Questions
17,740 intern software interview questions shared by candidates
I went to library and had this interview with a Sr manager in mobile group. He looked though my resume and asked almost all of my projects on resume, when it came to image process, he asked me about the detail of this algorithm. And I had also a android project, he asked me how to handle the situation if an operation took too long and the view was hanged there. Also he asked about hash table and how to avoid collision.
Explain how you would keep a count of the most frequently occurring words in a text file too large to fit into memory.
Coin game: board divided in quarters. A coin rests in each spot. You do not know their original configuration. In each turn, you can choose flip any number of coins. Specify a sequence of turns that guarantees that at some point all coins will be facing the same direction. Second question: between each of your turns, the board will be rotated an arbitrary amount (90, 180, 270 degrees). Specify a sequence of moves that guarantees that at some point all coins will be facing the same direction.
If you have 9 pool balls and a scale, and one of the balls is heavier than the rest, how do you find the heaviest in the most efficient way possible?
Print out the numbers from 0 to 999. If a number is divisible by 3, print a "!" after it. If a number is divisible by 11, print a "?" after it. Each number should be printed only once, and should be on a new line.
Write a method to return all permutations of a string.
Find the rectangle of maximal area under a histogram
Calculating the max execution time of a program that had to fit into a certain size of memory on an embedded device.
How to delete the file "-f" with rm.
Viewing 291 - 300 interview questions