0f68a64829
Deploy Examination / deploy (push) Successful in 10s
Subtopics: - distributed-microservice: 45 questions (分布式微服务架构) - message-queue: 45 questions (消息队列) - k8s-observability: 45 questions (K8s与可观测性) - go-java-concurrency: 45 questions (Go/Java并发模型) - database-advanced: 35 questions (数据库进阶) - ai-engineering: 35 questions (AI工程实践) Question types: single_choice, true_false, fill_blank, short_answer, code_reading
103 lines
3.1 KiB
JSON
103 lines
3.1 KiB
JSON
{
|
|
"slug": "interview-prep",
|
|
"name": "面试准备",
|
|
"description": "面试第一轮系统性复习:覆盖语言并发模型、分布式微服务、数据库进阶、消息队列、K8s与可观测性、AI工程实践",
|
|
"subtopics": [
|
|
{
|
|
"slug": "distributed-microservice",
|
|
"name": "分布式微服务架构",
|
|
"description": "服务注册与发现、负载均衡、限流熔断、配置中心、幂等控制、分布式锁、分布式事务",
|
|
"path": "topics/interview-prep/distributed-microservice",
|
|
"stats": {
|
|
"total": 45,
|
|
"by_type": {
|
|
"single_choice": 15,
|
|
"true_false": 10,
|
|
"fill_blank": 10,
|
|
"short_answer": 5,
|
|
"code_reading": 5
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"slug": "message-queue",
|
|
"name": "消息队列",
|
|
"description": "主流中间件选型、路由、持久化原理、事务、死信队列、推拉模式、集群化部署",
|
|
"path": "topics/interview-prep/message-queue",
|
|
"stats": {
|
|
"total": 45,
|
|
"by_type": {
|
|
"single_choice": 15,
|
|
"true_false": 10,
|
|
"fill_blank": 10,
|
|
"short_answer": 5,
|
|
"code_reading": 5
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"slug": "k8s-observability",
|
|
"name": "K8s与可观测性",
|
|
"description": "K8s应用发布、弹性扩缩容、灰度发布、健康检查、可观测体系建设",
|
|
"path": "topics/interview-prep/k8s-observability",
|
|
"stats": {
|
|
"total": 45,
|
|
"by_type": {
|
|
"single_choice": 15,
|
|
"true_false": 10,
|
|
"fill_blank": 10,
|
|
"short_answer": 5,
|
|
"code_reading": 5
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"slug": "go-java-concurrency",
|
|
"name": "Go/Java并发模型",
|
|
"description": "GMP调度、CSP模型、AQS/ForkJoinPool、goroutine泄漏、JMM、happens-before、pprof/JFR",
|
|
"path": "topics/interview-prep/go-java-concurrency",
|
|
"stats": {
|
|
"total": 45,
|
|
"by_type": {
|
|
"single_choice": 15,
|
|
"true_false": 10,
|
|
"fill_blank": 10,
|
|
"short_answer": 5,
|
|
"code_reading": 5
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"slug": "database-advanced",
|
|
"name": "数据库进阶",
|
|
"description": "B+树索引优化、EXPLAIN执行计划、Redis集群/哨兵、混合持久化、慢查询优化",
|
|
"path": "topics/interview-prep/database-advanced",
|
|
"stats": {
|
|
"total": 35,
|
|
"by_type": {
|
|
"single_choice": 10,
|
|
"true_false": 5,
|
|
"fill_blank": 10,
|
|
"short_answer": 5,
|
|
"code_reading": 5
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"slug": "ai-engineering",
|
|
"name": "AI工程实践",
|
|
"description": "Context Engineer、Harness Engineer、智能体架构、MCP协议、权限治理、可插拔配置",
|
|
"path": "topics/interview-prep/ai-engineering",
|
|
"stats": {
|
|
"total": 35,
|
|
"by_type": {
|
|
"single_choice": 10,
|
|
"true_false": 5,
|
|
"fill_blank": 10,
|
|
"short_answer": 5,
|
|
"code_reading": 5
|
|
}
|
|
}
|
|
}
|
|
]
|
|
} |