Skip to content

Latest commit

 

History

History
100 lines (79 loc) · 6.35 KB

LowLevelDesign.md

File metadata and controls

100 lines (79 loc) · 6.35 KB

Low Level Design

OOPS Concepts

SOLID principal

Design Patterns

Creational patterns

Structural patterns

Behavioral patterns

Design Questions

Miscellaneous

Top Questions

Microsoft

  • Design Multiplayer Sudoku Game
  • Design LRU (Static + Dynamic Input Flow)
  • Follow Up : Implement LFU with Least Changes in the previous design (LRU)
  • Design In Memory Cache
  • Design Snake and Ladder Game
  • How would you change the design if wild cards are allowed.
  • Design Exception Class With Test Cases
  • Design Money Splitter
  • Design Notification Service
  • Design Message Queue
  • Design a Terminal/Command Prompt

55+ LLD/Machine Coding Solutions

LLDcoding - Machine Coding