General Java Questions which one can see over the Internet.
Developer Interview Questions
271,141 developer interview questions shared by candidates
How to remove duplicated items in a list? What's the complexity of your algorithm?
How would you extend Array in JavaScript so that it could add all the values stored in an array?
1.Write a C/C++ function that verifies the equation z*z*z + h*h = b*b*b and return true or false.
For the years 1901 to 2000, count the total number of Sundays that fell on the first of a month.
Write a function to return the nth fibonacci number. The first two can be assumed to be 1 and 1. The third and fourth are then calculated to be 2 and 3.
Write Hello World in C#.
What was a problem you faced with a previous employer and how did you handle it?
2 pieces of string of different length and non-uniform width, each take one hour to burn. the remaining length of a burning string doesn't tell you how much longer it burns for. with a lighter measure 45 mins.
Write a program to reverse each word in a string and remove spaces say "i am good" to "imadoog".
Viewing 761 - 770 interview questions