Design Amazon/grocerkart that supports the core feature -
Question : Where should Amazon store the products info to enable low-latency search ? Search should be allowed on multiple parameters such as price range, delivery time, category name, ratings, no. of reviews etc.
My answer : I suggested to use Oracle (with multiple tables) and was rejected.