s********r 发帖数: 4 | 1 First of all, Thank people for sharing their experience and questions.
I had interviews (Phone and onsite) with L recently.
Most questions were in the previous posts of MITBBS.
sqrt, WordDistanceFinder,Reverse Polish Notation.
The rumor that L using An Internal Interview Question Library may be true.
So make sure search and read all 面经 of L before your interviews.
Good luck everyone! | h******1 发帖数: 20 | 2 赞!Does 'WordDistanceFinder' stand for minimumn edit distance? | y*****e 发帖数: 712 | 3 考到multithreading的知识了吗lz, 会不会写完题之后问怎么变成thread safe的code
,我现在一看到这几个字就发慌 | H*****s 发帖数: 28 | 4 follow-up一般会问一下大数据分布式或者multi-thread safe怎么处理吧?不一定要写
code,就是high-level讨论一下
code
【在 y*****e 的大作中提到】 : 考到multithreading的知识了吗lz, 会不会写完题之后问怎么变成thread safe的code : ,我现在一看到这几个字就发慌
| s*******m 发帖数: 228 | 5 System Design 是什么题?
【在 s********r 的大作中提到】 : First of all, Thank people for sharing their experience and questions. : I had interviews (Phone and onsite) with L recently. : Most questions were in the previous posts of MITBBS. : sqrt, WordDistanceFinder,Reverse Polish Notation. : The rumor that L using An Internal Interview Question Library may be true. : So make sure search and read all 面经 of L before your interviews. : Good luck everyone!
| s********r 发帖数: 4 | 6 1. WordDistanceFinder is very simple: for example input =
"the", "quick", "brown", "fox", "quick"
output : "fox","the" = 3
note: think about handling duplicate words: "the", "the", "quick", "brown",
"fox", "quick","quick"
2. multi-thread is common question: write a bocking queue, or producer-
consumer. you may do some code exercises in Java or a language you know best
.
3. System Design: big data problems - such as logs -
query and ranking. no coding, you may know more about map-reduce,hadoop etc | b**********5 发帖数: 7881 | 7 为什么有的人的面试, 这么简单, 而我的面试简单地, 都答出来了, 不要。 然后
好公司, 都比这难多了 |
|