Goldman Sachs VO Interview Question: Design an Airplane Flight System with Customers

17 Views
No Comments

Design an airplane flight system with customers.

This is a system design problem centered on modeling flights and customers with clear entities and operations. A strong solution typically defines core objects such as Flight, Customer, and Reservation, then designs how bookings, cancellations, seat assignment, and status queries are handled while keeping data consistent. The key is to choose a clean abstraction and support efficient lookups from both the flight side and the customer side.

END
 0