question: Write a function that takes two numbers and adds them together -- one is an unsigned int, and the other is a (possibly very large) number, represented in int array form. So e.g. add([1,2,3], 5) --> [1,2,8]
Software Engineer Interview Questions
467,266 software engineer interview questions shared by candidates
Write a program to test endianess of storage.
can we find the end of circular linked list?
write an algorithm to determine is "happy" ... a number is happy if the sum of the square of the digits ever equals one. An example of a happy number is 19: 1^2 + 9^2 = 82 8^2 + 2^2 = 68 6^2 + 8^2 = 100 1^2 + 0^2 + 0^2 = 1 If it is not happy then it will eventually hit repeat back to a number that it already saw
Take an input string and output the reverse of that string. May use any programming language.
The questions asked were about previous projects(how they were laid out, how I went about doing them and that sort of questions), about me in previous jobs and questions about me as a person
Write a function to divide a number by two without using the division operator
sum of k smallest number
Is JVM a process based system or a thread based system
One of the easier questions was gaining points while rolling 3 dice inputs (a, b, c).
Viewing 1791 - 1800 interview questions