> For the complete documentation index, see [llms.txt](https://fungkao.gitbook.io/backendinterview/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://fungkao.gitbook.io/backendinterview/readme.md).

# README

* GitBook 地址： [后端程序员面试问题集锦](https://fungkao.gitbook.io/backendinterview/)
* 英文原版： [Backend developer interview questions](https://github.com/arialdomartini/Back-End-Developer-Interview-Questions)
* 中文作者： [高峰](https://gaufung.github.com) (<gaufung@outlook.com>)
* GitHub 地址： [Backend Interview](https://github.com/gaufung/Backend-Interview)
* 使用 [Typora](https://www.typora.io) 或 Gitbook 以获取最佳阅读体验

## 目录

### [1 关于设计模式](/backendinterview/01-guan-yu-she-ji-mo-shi.md)

### [2 代码设计](/backendinterview/02-dai-ma-she-ji.md)

### [3 语言](/backendinterview/03-yu-yan.md)

### [4 Web开发](/backendinterview/04web-kai-fa.md)

### [5 数据库](/backendinterview/05-shu-ju-ku.md)

### [6 NoSQL](/backendinterview/06nosql.md)

### [7 代码版本管理](/backendinterview/07-dai-ma-ban-ben-guan-li.md)

### [8 并发](/backendinterview/08-bing-fa.md)

### [9 分布式系统](/backendinterview/09-fen-bu-shi-xi-tong.md)

### [10 软件生命周期和团队管理](/backendinterview/10-ruan-jian-sheng-ming-zhou-qi-he-tuan-dui-guan-li.md)

### [11 逻辑和算法](/backendinterview/11-luo-ji-he-suan-fa.md)

### [12 软件架构](/backendinterview/12-ruan-jian-jia-gou.md)

### [13 SOA 和 MicroServices](/backendinterview/13soa-he-microservices.md)

### [14 安全](/backendinterview/14-an-quan.md)

### [15 通用问题](/backendinterview/15-tong-yong-wen-ti.md)

### [16 开放问题](/backendinterview/16-kai-fang-wen-ti.md)

### [17 Bill Gates 问题](/backendinterview/17billgates-wen-ti.md)

## CONTRIBUTION

非常欢迎为这些问题提供答案，欢迎提出 Issue。

## LICENSE

[CC-BY 4.0](https://github.com/gaufung/Backend-Interview/blob/master/LICENSE/README.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://fungkao.gitbook.io/backendinterview/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
