Former Meta interviewer teaches system design using file sync (Dropbox/Drive) as an example. Covers requirements, API design, scalability (chunking, parallel uploads), fault tolerance ("trust but verify"), and efficient syncing (delta sync, database polling vs. event bus). Emphasizes clear communication and pragmatic estimations. Notes Design Dropbox, similar to AWS S3