- Describe your recent job, Have you worked individually or part of a group?
- Why do you want to work for amazon?
Technical quiz:
- Having an infinite list of numbers from 0 to 100 in a file, how to you know which number is repeated the most, How fast to get to result. Can you have O (1) result where you don't have to parse the array
-If you have a search server, How do you know which string is searched the max in an efficient way and how do you write this algorithm so that finding the result is efficient like 0(1)
-If you have clusters of servers and you want to know which string is searched max, how do you implement that?
-What is the difference between a GET and POST?
-What is the difference between function overriding and function overloading?
-What is the difference between abstract class and an interface?
-If you have a CAR, TRUCK, BICYCLE, WHEEL, ENGINE. How do you design your classes in OOP?
-Write a program that takes a sorted array and return the items shuffled?