Problem solving # 1 : (9 marks) Input is [1,34,3,98,9,76,45,4] and the output should be 998764543431
Developer Interview Questions
269,106 developer interview questions shared by candidates
Given a vector of integer elements. Remove the duplicates. Do not change the order of elements.
giving numbers 2,3,5,7,11 , 1.multiply each number by 2, 2.if the result is bigger than 25 , then go to next step, otherwise repeat the 1st step. 3. multipy the result by 3. 4. add XX 5. divide with XX. question: which number will produce maximun output
Write a function to convert First Name, Last Name to Last Name, First Name.
how will you find a digit in a specific decimal place of a very large power of 2
give you 3L bottle and 5L bottle, to get 4L water.
Given a dollar value, write a function that calculates the number of possible coin combinations that make up that value.
I've been asked three questions. The only one I missed is quite a basic question:If you want to do something before Java GC recycle the object?
Reverse character string in python
I was asked to iterate through binary strings by character and then add the individual integers from the strings.
Viewing 681 - 690 interview questions