1) A puzzle to find 3 numbers in an array which summed to 0.
Engineer Interview Questions
843,586 engineer interview questions shared by candidates
Given a list of n elements...every element has a duplicate except one...Find that lone number?
Did you implement text analytics?
You have 8 balls. All are identical except one is slightly heavier. You have a balance. What is the minimum number of weighings required to find the heavier ball?
Describe a function (in C) that does the following Input : an integer. Output: if that integer is 4, the function returns 7. if that integer is 7, the function returns 4. constraints: the input is SURE to be either 4 or 7. no need to validate. you are not allowed to use any condition/flow commands (if, switch, while, for, trinary operator...) you are not allowed to use any external library or import anything (like math..) you are not allowed to use %(modulu), * (multiplication)
Describe a time you had to change your style to adapt to a situation or accommodate others.
is there any benefit to use cache if there is read miss for every access?
There is a singly linked list of ints, write a function that takes the head pointer, and prints the list in reverse order
Do you always dress like that?
Code a program to check if a given string is matching a given regular expression
Viewing 741 - 750 interview questions