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.
Developer Intern Interview Questions
5,285 developer intern interview questions shared by candidates
Find the rectangle of maximal area under a histogram
Given an array of integers, provide an efficient way of finding an integer that appears only once in this array.
Find the largest continuous sum given an array of integers. Given an array of characters and a dictionary sorted in alphabetical order, find the ten longest words in the given dictionary that could be formed using the characters in the array.
Reverse a string.
Would Java Bytecode generated by Java 7 work on a JVM made to function on Java 1.0?
Given a matrix of numbers in which all the numbers along the row are increasing. How to find the maximum value.
Given a string consisting of characters A,B,C in any order . Sort them such that all A`s,B`s and C`s are placed together .
What is your greatest weakness?
The good old, what are a couple of your greatest weaknesses. A very typical interview question that always catches myself, and I'm sure many others off guard. I had to take a few moments to think of this one, as I didn't deliver the predictable "I work to hard".
Viewing 31 - 40 interview questions