Sort by:
LikesFiltered by tag: interview
|
5
5
Interview Question - Databases
This is a common interview question at companies like Google and Amazon:
“Explain a database in three sentences to your eight-year-old nephew.”
This question has an infinite number of solutions. Fee
...
|
Doable
|
|
3
6
Crazy Google Interview Question
You are shrunk to the height of a nickel and your mass is proportionally reduced so as to maintain your original density. You are then thrown into an empty glass blender. The blades will start moving
...
|
Doable
|
|
3
2
Products Algorithm
Given an array A[1...N] of integers, create an array O[1...N] where O[i] = the product of all elements in A except for the ith element.
For example, if N = 3, and A = {6, 4, 2}, O = {8, 12, 24}
The t
...
|
Doable
|
|
2
1
Clock Works - Google Interview Question
How many degrees are there in the angle between the hour and minute hands of a clock when the time is a quarter past three?
|
Doable
|