# 前言

📚中文面试指南，针对海外、外企、大厂CS岗位。

* 适用岗位：软件工程师(SDE)、机器学习工程师(MLE)、数据科学家(DS)、应用科学家(AS)、AI工程师、数据工程师
* 面试沟通：**逻辑通顺，框架思维，突出重点**
* 免费书籍：<https://longxingtan.gitbook.io/ml-interview/>

## 📖 面试内容

### 机器学习工程师 / 数据科学家(模型)

| Chapter   | Content                                                         |
| --------- | --------------------------------------------------------------- |
| Chapter 1 | [Data Structures and Algorithms](/mle-interview/01_leetcode.md) |
| Chapter 2 | [ML Breadth / Depth](/mle-interview/02_ml.md)                   |
| Chapter 3 | [ML System Design](/mle-interview/03_system/03_ml.md)           |
| Chapter 4 | [Behavioral Question](/mle-interview/04_bq.md)                  |

### 软件工程师 / 开发工程师

| Chapter   | Content                                                         |
| --------- | --------------------------------------------------------------- |
| Chapter 1 | [Data Structures and Algorithms](/mle-interview/01_leetcode.md) |
| Chapter 2 | [System Design](/mle-interview/03_system.md)                    |
| Chapter 3 | [Behavioral Question](/mle-interview/04_bq.md)                  |
| Chapter 4 | [Object Oriented Design](/mle-interview/03_system/01_ood.md)    |

### 数据科学家(分析)

| Chapter   | Content                                                                |
| --------- | ---------------------------------------------------------------------- |
| Chapter 1 | [Statistical and Causal Inference](/mle-interview/02_ml/00_ml_math.md) |
| Chapter 2 | [ML Breadth / Depth](/mle-interview/02_ml.md)                          |
| Chapter 3 | [Product Sense](/mle-interview/02_ml/97_product_sense.md)              |
| Chapter 4 | [SQL](/mle-interview/01_leetcode/99_sql.md)                            |

### 数据工程师

| Chapter   | Content                                                         |
| --------- | --------------------------------------------------------------- |
| Chapter 1 | [Data Structures and Algorithms](/mle-interview/01_leetcode.md) |
| Chapter 2 | [SQL](/mle-interview/01_leetcode/99_sql.md)                     |
| Chapter 3 | [Object Oriented Design](/mle-interview/03_system/01_ood.md)    |
| Chapter 4 | [Behavioral Question](/mle-interview/04_bq.md)                  |


---

# 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://longxingtan.gitbook.io/mle-interview/readme.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.
