> For the complete documentation index, see [llms.txt](https://blog.sunilgudivada.dev/notebook/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://blog.sunilgudivada.dev/notebook/designing-data-intensive-applications-oreilly/miscellaneous.md).

# Miscellaneous

## Template for system design interviews?

* Gather required information and assumption
* Back in the envelope calculation
  * Throughput
  * Daily active users?
  * Read and Write ratio?
  * Storage
* Basic outline - High-Level Overview
* Deep down in the design - Low-Level Overview - ( Satisfy all the requirements here )
* Wrap it up
