https://mp.weixin.qq.com/s/gnXcQVGyFSQcYDV2a-Uj7Q
本文仅作为学术分享,如果侵权,会删文处理
1.内容框架
- 如何准备编程面试: https://yangshun.github.io/tech-interview-handbook/coding-round-overview
- 面试备忘录:(涉及面试前需要准备的问题,收到面试题的考虑方式、编程测试准备流程、面试总结)
https://yangshun.github.io/tech-interview-handbook/cheatsheet - 各类算法小贴士,以及按主题分类过的最容易考到的问题: https://yangshun.github.io/tech-interview-handbook/algorithms/algorithms-introduction
- 前端求职面试问题答案: https://github.com/yangshun/front-end-interview-handbook
- 互联网大厂的面试形式解析: https://yangshun.github.io/tech-interview-handbook/company-interview-formats
- 科技巨头们的通用常见问题,以及几个大厂的常见通用非技术问题: https://yangshun.github.io/tech-interview-handbook/behavioral-questions
- 适合在面试结束时问考官的好问题!: https://yangshun.github.io/tech-interview-handbook/questions-to-ask
- 做简历注意事项,让你的简历更能引起面试官注意: https://yangshun.github.io/tech-interview-handbook/resume
2. 工程师常见面试题
- 由于编程语言多样,题目变化过于繁杂,题海战术只适合时间充足、有大量时间去准备大厂面试工程师。
- 这份手册里有一份题目小抄,作者给总结下常见题目类型,包括排列问题、二进制问题、动态规划问题(DP)、几何机构问题、图形学、哈希表(Hash table)、矩阵、堆栈、数学基础、面向对象编程等。
- 对于每一个可能需要注意的算法,Yangshun总结了这类问题需要注意的事项,比如在数学基础类里,提醒你如果你用的时Java和C++等类型,记得检查处理overflow/underflow问题。
- 所以请带上技术面试手册干货地址: https://yangshun.github.io/tech-interview-handbook/resume
- GitHub地址: https://github.com/yangshun/tech-interview-handbook
- HackerNews避雷专用讨论区: https://news.ycombinator.com/item?id=20727126
网友评论