Commit Graph

3 Commits

Author SHA1 Message Date
wonder da9667c265 feat: add 23 GMP questions to go-java-concurrency
Deploy Examination / deploy (push) Successful in 4s
新增题目覆盖 Go GMP 调度模型核心知识点:
- 单选 ×10: G状态机、M角色、GOMAXPROCS、netpoller、信号抢占、
  runtime.schedule、work-stealing、连续栈、sysmon、channel调度
- 判断 ×5: G状态转换、SIGURG异步抢占、本地队列容量、hand-off、栈保护
- 填空 ×5: GOMAXPROCS默认值、调度顺序、stackguard0、SIGURG、GOMAXPROCS(0)
- 代码阅读 ×3: 调度交错、M/P hand-off、无缓冲channel同步

Total: 45 → 68 questions
2026-09-13 14:47:57 +08:00
wonder 3447dbd4ee fix: convert question_files from dict to list in all interview-prep meta.json
Deploy Examination / deploy (push) Successful in 14s
2026-09-09 17:17:35 +08:00
wonder 0f68a64829 feat: add interview-prep topic group with 250 questions (6 subtopics, 5 question types)
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
2026-09-09 16:36:27 +08:00