Dropbox Coding Interview Questions
Real coding, system design, and DSA questions from Dropbox loops - with worked solutions and active-recall review.
- Find Duplicate Files
Group identical files by content, keeping memory bounded while scanning, then add size pre-filtering and an opt-in symlink/min-size policy.
Codingmedium3mo+4
- Web Crawler
Build a web crawler on top of an injected get_links helper - breadth-first crawl with deduplication, then same-domain and fragment handling, then a concurrent version with a thread pool and a shared visited set, and finally depth and global rate limits.
Codinghard2mo+3