All problems
Foundational·🚗 Transportation·Amazon · Google · Microsoft

Design
Parking Lot System

Design a parking lot system that manages vehicle entry/exit, tracks slot availability across multiple floors, and supports different vehicle sizes.

#OOP#Design Patterns
Start Solving 7F + 4NF requirements inside

01 -  Why interviewers ask this

It's the canonical "warm-up" LLD question — small enough to finish in 30-45 minutes, but rich enough to test whether you reach for interfaces and the Strategy pattern instead of hardcoding vehicle types.

02 -  Where this system exists in the real world

You interact with this design every day.

Airport and mall multi-level parking management systems

Automated valet parking used by dealerships and hotels

Smart city curbside parking meters with dynamic pricing

03 -  What you'll master

Solve this once. Know it forever.

01

Model a shared, contended resource (slots) safely

02

Use Strategy for pluggable fee-calculation rules

03

Practice entity design before jumping to code

04 -  What you'll design

7 functional · 4 non-functional requirements.

Support multiple floors and parking slots per floor

6 more requirements inside

Sign in to unlock the full brief and start designing

Unlock Requirements

05 -  Companies that ask this

You may face this exact question in your next interview.

A
Amazon
G
Google
M
Microsoft

Ready?

Open the canvas.
Design it yourself.

See all requirements, use staged hints, run your code, and compare with community discussions - all on the same canvas.

Start Solving