注册一亩三分地论坛,查看更多干货!
您需要 登录 才可以下载或查看附件。没有帐号?注册账号 
x
刚面完Indeed Karat店面,分享一下,求大米支持
Indeed的第一轮面试是外包给一家叫做Karat的公司,可以自由约面试时间(包括周末),第一次如果感觉挂了还可以redo一次。Coding环境是https://coderpad.io/
流程
- 1-2 min Self Introduction
- 10 min Knowledge-based questions
- 50 min coding (2-3 questions, finish at least 2 of the 3 coding exercises to be invited for the on-site interview)
楼主看了地里的经选了System Internals&OOP。全是地里的题,一般是对方听到满意的答案后会move on, 时间到了就停。楼主最后两问没答好。
System Internals
1. Different between thread and process? How to communicate between threads? How to communicate between processes?
2. What is the difference between garbage collection and the traditional method? Give an example which can't be well managed by garbage collection
3. Difference between stack and heap
OOP
1. What composition and inheritance? When to choose composition and when to choose inheritance?
2. What is dependency injection?
3. 如果向Collection framework (例如Tree, Map) 加入一个新的class, 需要加上哪些文档?
Coding
3个问题,会给测试数据,要求现场测试通过
|