Has anyone received an email and actually got an offer?
MISSING VALUE Interview Questions
6,571,160 interview questions shared by candidates
Did you believe that you learn something new everyday?
why are u the best candidate for this role?
Do you always dress like that?
Code a program to check if a given string is matching a given regular expression
How do you print all elements of a linked list.
what do you expect to learn from facebook? (this was unexpected, not difficult)
Given two unsorted arrays, one with event start times and one with end times, find out if any two events overlap.
Given an array where each entry can be another array, and so forth, flatten the array. [4, [3, 6, [9, 1, 9, [5, 1]]], 8] -> [4, 3, 6, 9, 1, 9, 5, 1, 8]
Letters are represented by numbers, e.g. A = 1 B = 2 ... J = 10 K = 11 etc. Given a number (e.g. 113), how many different combinations of letters could this be converted to?
Viewing 3491 - 3500 interview questions