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
12,169 developer intern interview questions shared by candidates
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.
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.
Viewing 151 - 160 interview questions