How do you see 5 years from now?
MISSING VALUE Interview Questions
6,571,159 interview questions shared by candidates
Given N credits cards, determine if more than half of them belong to the same person/owner. All you have is an array of the credit card numbers, and an api call like isSamePerson(num1, num2).
Question is verbose, uses search engine, string matching etc., but at the end boils down to this: There is two dimensional array where each sub array (row) is sorted, i.e. [[1 1000 2000] [20 10001 5000] [55 10002 222222]] Find a minimum range contain a number from each row. For above array it should be (1000-1002) range.
# Question 3: # Complete a function that returns a list containing all the mismatched words (case sensitive) between two given input strings # For example: # - string 1 : "Firstly this is the first string" # - string 2 : "Next is the second string" # # - output : ['Firstly', 'this', 'first', 'Next', 'second']
algorithm question, competition programming
Tell us about a situation you wished you had handled differently at work.
What a fibonacci function which return N th position number both in recursive and loop, also give the explanation on both implementation on their time efficiency.
what was i looking for
Why do you think you would be s good fit for this position?
How do customers and co-workers perceive you?
Viewing 2741 - 2750 interview questions