Using Strategy Design Pattern to solve questions asked in Low Level Design Interview RoundsWe use strategy design pattern to implement same functionality in different ways. e.g. when we search for a product like “smartphone” on…Nov 23, 20241Nov 23, 20241
Top 3 Questions to practice Multi-Threading for Low Level Design InterviewsMulti-Threading is an important topic for low level design interviews. It is discussed often in LLD rounds of companies like Microsoft…Nov 6, 20241Nov 6, 20241
Understanding Multi-Threading in Java through design of an Order and Inventory Management System…Design of order and inventory management system is a common occurrence in low level design rounds of Amazon, Flipkart, Walmart and other…Oct 29, 2024Oct 29, 2024
Simple explanation for design of an Elevator System in Java and Python using state pattern for low…Elevator system design is one of the common but complex problems that you can be asked in low level design interviews. There are too many…Oct 8, 2024Oct 8, 2024
Design of Chess Game in Python for Low Level Design Interviews using Factory and Strategy Design…Design of Game of Chess is all about different pieces and their moves. There are only two things that you need to figure out and rest is…Aug 28, 20241Aug 28, 20241
Design a Simple Parking Lot in Python for Low Level Design InterviewsDesign of a Parking Lot is the most common LLD interview question there is. Most people have started their low level design interview…Jul 30, 20241Jul 30, 20241
Design of a Food Ordering System like Zomato, Swiggy, DoorDash in both Java and Python for Low…We will stick only with specific functionalities which an interview expects to discuss with you in a low level design interview…Jul 25, 2024Jul 25, 2024
Low Level Design of a Parking Lot in Python using Strategy Design PatternThis version of parking lot has multiple parking strategies. Hence, we will be using strategy pattern to solve it.Jul 14, 20241Jul 14, 20241
4 Most Common Design Patterns that are essential to solve Low Level Design Interview QuestionsThe 4 most common design patterns used to solve LLD interviews questions are: Strategy, Observer, Factory and Singleton design pattern.Jul 12, 2024Jul 12, 2024
Solving Top 10 Low Level Design (LLD) Interview QuestionsLow Level Design Interviews are all about, how you arrange your code so that it is easy to manage, maintain and extend.Jul 11, 20242Jul 11, 20242