PPPrashant Priyadarshiincodezym.hashnode.dev·Aug 5, 2023 · 4 min readLow level design: webpage visits counterSee the problem statement here: https://codezym.com/question/6 This is an easy question yet it gives you a taste of basic data structures to use in a multithreaded environment. This is an ideal question to start your low-level design interview prepar...00
PPPrashant Priyadarshiincodezym.hashnode.dev·Aug 1, 2023 · 12 min readLow level design: Food delivery app like zomato, swiggy, Door DashSee the problem statement here : https://codezym.com/question/5 In a food delivery app like zomato, swiggy, door dash etc, customers mostly do 3 things Order food : orderFood(String orderId, String restaurantId, String foodItemId) Rate order : rate...00
PPPrashant Priyadarshiincodezym.hashnode.dev·Jul 29, 2023 · 9 min readLow level design : Inventory Management System of an e-commerce websiteProblem Statement: https://codezym.com/question/4 Inventory is number of items of a particular product a seller has in their warehouse for selling to customers. e.g. 100 pieces of Boat stone 650 bluetooth speaker. An inventory management system manag...00
PPPrashant Priyadarshiincodezym.hashnode.dev·Jul 21, 2023 · 8 min readLow Level Design of a Parking LotSee the problem statement here : https://codezym.com/question/1 Design a parking lot is one of the famous object-oriented design questions. Use cases include : park or remove vehicle, search a vehicle where it is parked and display number of free ...00