# System Design Interview

## Links

* [System Design Interview Cheat Sheet](https://vahid.blog/post/2022-05-05-system-design-interview-cheat-sheet/)
* [Using the TERA approach to solve algorithm and technical interview questions](https://vahid.blog/post/2020-10-05-using-the-tera-approach-to-solve-algorithm-and-technical-interview-questions/)
* [Article: Load Balancer system design interview questions](https://www.geeksforgeeks.org/load-balancer-system-design-interview-question/?ref=rp)
* [Article: System Design Pastebin](https://systemdesign.one/system-design-pastebin/#how-does-pastebin-work) - very detailed example of a system design interview
* [Article: Wechat Architecture That Powers 1.67 Billion Monthly Users](https://newsletter.systemdesign.one/p/chat-application-architecture)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wiki.dmmax.me/system-design/interview.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
