How do you download a 1TB file in one second?
MISSING VALUE Interview Questions
6,571,877 interview questions shared by candidates
Why do you want to work for pepsi?
Why do you want to work for Uncommon?
what do you like like about the Ymca mission?
Express the number of ways, T(N) for climbing N steps. You can climb either one or two steps at a time. What is T(N)?
Whiteboard a solution to enhancing the experience of driving a car.
How can I get to some gold in the middle of the amazon in the cheapest way possible?
Select K largest number from N
It's the first OA coding sample of Google. The coding question is: Given a zero-indexed array A of N integers, return any of the indexes P of the element, which left sums of its left elements and right elements are equal. Sum of zero element is assumed to be equal to 0. This can happen if P = 0 or if P = N-1.For example, A = {-1, 3, -4, 5, 1, -6, 2, 1}, indexes 1, 3, and 7 are valid outputs.
Write a program that reads a file and counts the number of times each word in the file appears and at which lines.
Viewing 3771 - 3780 interview questions