Give an array that has only the values 1, 2 or 3, sort the array in place.
Senior Interview Questions
321,998 senior interview questions shared by candidates
Given an array of numbers, replace each number with the product of all the numbers in the array except the number itself *without* using division.
Asked me in detail about my previous work experience.
Write a C function to return the number of set bits in an integer.
Explain the data structure you would use to implement pop() and push(Object, int) for a Priority Queue.
Code to find character count in a given string.
Wie viele Briefkästen der Deutschen Post stehen auf den Straßen innerhalb Deutschlands?
Would you say the iPhone is a competitor to the Blackberry
What do you think of the team?
what's wrong with the following code : <template type T > T accumulate ( vector<T> in) { T total = in[0]; for (int i =0; i < in.length() ; i++) { total = total + in[i]; } return T }
Viewing 41 - 50 interview questions