Analysis updated 2026-05-18
Review core LLM concepts like Transformers, RLHF, and quantization before a job interview.
Use the cheat sheet page to quickly search and filter 49 common interview questions.
Find linked papers and videos to go deeper on a specific topic like MoE or RAG.
Pick a starter project idea from the linked project list to build hands on experience.
| laoshan-song/awesome-llm-interview | clarkemedia/email-signature-generator | doanlong1412/ha-optimizer | |
|---|---|---|---|
| Stars | 75 | 77 | 72 |
| Language | HTML | HTML | HTML |
| Setup difficulty | easy | easy | — |
| Complexity | 1/5 | 1/5 | 2/5 |
| Audience | researcher | general | general |
Figures from each repo's GitHub metadata at analysis time.
Awesome LLM Interview is a collection of study notes for people preparing for job interviews about large language models. The notes are written in Chinese and updated regularly, and each topic combines the most common interview questions, the core theory behind them, links to the original research papers, and video explanations. The material is organized into five sections: basic architecture (things like tokenization, the Transformer design, positional encoding, and comparisons between models such as LLaMA, Qwen, and DeepSeek), training and alignment (pretraining versus fine tuning, supervised fine tuning, RLHF, DPO, PPO, and LoRA style parameter efficient tuning), inference and optimization (KV cache, quantization methods like INT8, INT4, GPTQ and AWQ, decoding strategies, and inference frameworks such as vLLM and SGLang), distributed training (data and model parallelism, memory saving tricks), and a frontier topics section covering mixture of experts, retrieval augmented generation, agents and tool calling, prompt engineering, hallucination evaluation, test time compute scaling, and multimodal models. There is also a companion cheat sheet web page with 49 frequently asked interview questions across seven modules, meant to be skimmed in the 30 minutes before an interview, with search and filter options. A separate project list points readers toward hands on projects in areas like RAG, fine tuning, deployment, agents, and multimodal work, so the notes are not purely theoretical. The project welcomes contributions such as clarifying an existing note, suggesting a good video, adding a relevant paper, or writing up a new topic, done through the usual fork, branch, and pull request process. The README does not mention any code to run or install, it functions as a documentation repository rather than a software library. It is released under the MIT license.
A Chinese-language collection of study notes and a cheat sheet website covering the core topics needed for large language model job interviews.
Mainly HTML. The stack also includes HTML, Markdown.
Use freely for any purpose, including commercial use, as long as you keep the copyright notice.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly researcher.
This repo across BitVibe Labs
Verify against the repo before relying on details.