0e46a367c40ff62384151afff8bb8cfe82d30513
Organized 50 interview questions into 12 categories: - 01-分布式系统 (9 files): 分布式事务, 分布式锁, 一致性哈希, CAP理论, etc. - 02-数据库 (2 files): MySQL索引优化, MyBatis核心原理 - 03-缓存 (5 files): Redis数据结构, 缓存问题, LRU算法, etc. - 04-消息队列 (1 file): RocketMQ/Kafka - 05-并发编程 (4 files): 线程池, 设计模式, 限流策略, etc. - 06-JVM (1 file): JVM和垃圾回收 - 07-系统设计 (8 files): 秒杀系统, 短链接, IM, Feed流, etc. - 08-算法与数据结构 (4 files): B+树, 红黑树, 跳表, 时间轮 - 09-网络与安全 (3 files): TCP/IP, 加密安全, 性能优化 - 10-中间件 (4 files): Spring Boot, Nacos, Dubbo, Nginx - 11-运维 (4 files): Kubernetes, CI/CD, Docker, 可观测性 - 12-面试技巧 (1 file): 面试技巧和职业规划 All files renamed to Chinese for better accessibility and organized into categorized folders for easier navigation. Generated with [Claude Code](https://claude.com/claude-code) via [Happy](https://happy.engineering) Co-Authored-By: Claude <noreply@anthropic.com> Co-Authored-By: Happy <yesreply@happy.engineering>
后端面试准备 - P7 级别
项目概述
这是一个用于记录和追踪后端 P7 级别面试问题和答案的项目。
目录结构
questions/- 面试问题记录(按主题分类)answers/- 详细答案和知识点梳理progress.md- 面试准备进度追踪
面试官设定
- 角色:资深后端面试官
- 目标职级:P7(阿里 P7 相当于资深专家/技术专家)
- 技术栈:Go/Java/Node.js、微服务、分布式系统、数据库、缓存、消息队列等
使用方式
- 面试官会随机提问不同领域的问题
- 回答后,面试官会给出参考答案和点评
- 所有问题和答案会记录在项目中
- 追踪薄弱环节,重点复习
Git 提交策略
每次面试会话后会提交一个新的 git 版本,方便追踪历史记录。
Description
Languages
Markdown
100%