What does a team member need to provide good customer service?
MISSING VALUE Interview Questions
6,570,074 interview questions shared by candidates
Does anyone else have the same f2f date?
What excites you about moving to a new base
They asked me to extract words from the parse tree. e.g. ((NJ (NN James) XX is) (AJ tall)) -> James is tall. Another question is to reverse a string an capitalize all the starting positions of words and lower case all the ending positions of words. e.g. Hello World -> Dlrow Olleh
Write a function addSubtract that will do the following: addSubtract(5)(8)(3) -> 5 + 8 - 3 -> 10 addSubtract(2)(1)(1)(5)(3)(2) -> 2 + 1 - 1 + 5 - 3 + 2 -> 6 etc.
There were 2 questions: 1 design and 1 implementation. The design was something like the following: you have a billion google searches a day, design a data structure which lets you pull out the top 100 unique ones at the end of the day.
Find the maximal and minimal number in an array of integers
If integer array used to store big integers (one integer store one digit), implement arithmetic operations.
Define binary search tree. Develop a procedure to verify a binary search tree.
Wie würden Sie eine Reihung von einer Million Zahlen sortieren?
Viewing 2891 - 2900 interview questions