2018-08-28 12:16:15 +08:00

23 lines
450 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 腾讯面试问题
## 2018.08.24
1. 解释下CAP
2. 解释下ACID
3. Linux 如何查找一个进程的CPU和内存占用过高的原因
4. Linux buffer/cache 的区别
5. UDP为什么不可靠
## 2018.08.28
1. 实现字符串转Int函数需要注意的地方
2. 数字电路,大小端。
3. 语音通话保证质量和实时性如何选用TCP和UDP
4. 0-100万的数据保证快速升序遍历和降序遍历保证插入快。