System Design Questions
· 1 min read
Originally at https://tanchao.github.io/2018/04/10/system-design.html
Question Bank
- Voting system
- Basic Problem:
- Followups:
- How to scale? Huge volume.
- How to present realtime results?
- Rule of valid vote change, say each viewer can only vote one candidate, last vote counts.
- LRU Cache
- Parking Lot