yasinshaw
d80d1cf553
feat: add infrastructure interview questions
...
Add comprehensive interview materials for:
- Service Mesh (Istio, Linkerd)
- RPC Framework (Dubbo, gRPC)
- Container Orchestration (Kubernetes)
- CI/CD (Jenkins, GitLab CI, GitHub Actions)
- Observability (Monitoring, Logging, Tracing)
Each file includes:
- 5-10 core questions
- Detailed standard answers
- Code examples
- Real-world project experience
- Alibaba P7 bonus points
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com >
2026-03-01 00:06:28 +08:00
yasinshaw
bb4f59a6d7
feat: add advanced algorithm and data structure interview questions
...
- Add B+ Tree implementation with detailed explanations and Java code
- Add LRU Cache implementation with multiple approaches
- Add Red-Black Tree implementation with rotation operations
- Add Skip List implementation with probabilistic balancing
- Add Timing Wheel algorithm for task scheduling
- Include detailed time complexity analysis and practical applications
- Add comparison with other data structures and common interview questions
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com >
2026-02-28 23:44:18 +08:00
yasinshaw
71e3497bfd
feat: add comprehensive system design interview questions
...
- design-seckill.md: 秒杀系统设计
- design-shorturl.md: 短链接系统设计
- design-lbs.md: LBS附近的人系统设计
- design-im.md: 即时通讯系统设计
- design-feed.md: 社交信息流系统设计
Each document includes:
- Requirements analysis and data volume assessment
- Technical challenges
- System architecture design
- Database design
- Caching strategies
- Scalability considerations
- Practical project experience
- Alibaba P7 level additional points
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com >
2026-02-28 23:43:36 +08:00
yasinshaw
25e6afdcb7
feat: add message queue Q&A (RocketMQ/Kafka)
2026-02-28 21:10:27 +08:00
yasinshaw
3b61ef5935
feat: add MySQL index optimization Q&A
2026-02-28 21:07:32 +08:00
yasinshaw
503ac6281e
feat: add Redis cache problems Q&A (penetration/breakdown/avalanche)
2026-02-28 20:54:35 +08:00
yasinshaw
fafba719fa
feat: add distributed transaction Q&A
2026-02-28 20:50:13 +08:00