由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - Phone Interview面经
相关主题
Bloomberg, Amazon 面经,为onsite攒RPA家电面
amazon 电面面经我也来写个面经吧
bloomberg面经bloomberg 电面面经
请教一个phone interview 问题分享面经 mathworks
我想了想onsite面经
几个多次被问到的c++问题请教bloomberg on site面经,回报版面
Facebook Intern面经Bloomberg电面面经
攒人品,Amazon 二面面经Amazon电面面经
相关话题的讨论汇总
话题: what话题: design话题: vs话题: hash话题: thread
进入JobHunting版参与讨论
1 (共1页)
l**********3
发帖数: 161
1
刚刚面的,问了很多数据结构,design,OS,和OO的基本概念,面试了1个半多小时。
== Resume ==
1. Describe the projects listed in the resume.
== Data Structures & Complexity ==
2. Lookup in linked list and array (sorted, unsorted)
3. Sorting strategies (comparison-based & non-comparison-based)
4. Lookup, insert, delete in hash table.
5. How to resolve collision (chaining, open addressing)
6. How to support delete with using open addressing
7. What affects collision (hash table size & hash function)
8. What the complexity when using dynamic array for hash table?
(insert 1M elements takes how many steps when we always copy over => 2^n (
geometric serie))
9. What is BST, balanced BST? How to maintain balance with inputs like 1, 2,
3, 4, 5 ... (red-black tree)
== OS concepts ==
1. What is process & thread? Difference between kernel thread & application
thread.
2. What is virtual memory? What is it good for?
3. How to implement thread? (save/restore registers during context switch)
4. Write a program to check if stack grows downward or upward. (A calls B
and prints the addresses of two local variables)
== Design ==
1. Design an web-site for playing card games. (what classes, what are the
responsibilities, users vs players)
== OO ==
1. What is inheritence and polymorphism?
2. How to overload a function? Why return type is not enough?
3. Is-a vs Has-a
4. aggregation vs composition
5. Strategy design pattern
6. Issues with multiple inheritance (diamond problem)
7. Class member vs instance member
8. Implementation inheritance vs interface inheritance
9. How to reuse code? (inheritence, template, library, external program, web
-service, FPGA, etc)
Any questions?
d**e
发帖数: 6098
2
晕了……居然这么多

【在 l**********3 的大作中提到】
: 刚刚面的,问了很多数据结构,design,OS,和OO的基本概念,面试了1个半多小时。
: == Resume ==
: 1. Describe the projects listed in the resume.
: == Data Structures & Complexity ==
: 2. Lookup in linked list and array (sorted, unsorted)
: 3. Sorting strategies (comparison-based & non-comparison-based)
: 4. Lookup, insert, delete in hash table.
: 5. How to resolve collision (chaining, open addressing)
: 6. How to support delete with using open addressing
: 7. What affects collision (hash table size & hash function)

o******e
发帖数: 81
3
which company? the questions seem very good.

【在 l**********3 的大作中提到】
: 刚刚面的,问了很多数据结构,design,OS,和OO的基本概念,面试了1个半多小时。
: == Resume ==
: 1. Describe the projects listed in the resume.
: == Data Structures & Complexity ==
: 2. Lookup in linked list and array (sorted, unsorted)
: 3. Sorting strategies (comparison-based & non-comparison-based)
: 4. Lookup, insert, delete in hash table.
: 5. How to resolve collision (chaining, open addressing)
: 6. How to support delete with using open addressing
: 7. What affects collision (hash table size & hash function)

l**********3
发帖数: 161
4
对阿,我都没吃午饭呢,从12点一直问到1点半,加上我问问题,最后2点才结束。

【在 d**e 的大作中提到】
: 晕了……居然这么多
q******8
发帖数: 848
5
都是非常好的基础题啊,收藏了。
s*******t
发帖数: 248
6
BB?

【在 l**********3 的大作中提到】
: 刚刚面的,问了很多数据结构,design,OS,和OO的基本概念,面试了1个半多小时。
: == Resume ==
: 1. Describe the projects listed in the resume.
: == Data Structures & Complexity ==
: 2. Lookup in linked list and array (sorted, unsorted)
: 3. Sorting strategies (comparison-based & non-comparison-based)
: 4. Lookup, insert, delete in hash table.
: 5. How to resolve collision (chaining, open addressing)
: 6. How to support delete with using open addressing
: 7. What affects collision (hash table size & hash function)

f****g
发帖数: 313
7
Very classic set of questions. Thanks for sharing :S Good luck on your
hunting!
j******y
发帖数: 238
8
很多问题啊。不过证明楼主回答的很顺利,不然不会问这么多。
Thank you for your post!
h**********d
发帖数: 4313
9
感觉楼主很有戏阿,加油!
l**********3
发帖数: 161
10
上10大了,呵呵,谢谢大家的推荐
f***g
发帖数: 214
11
估计要是我,面完了也就虚脱了
1 (共1页)
进入JobHunting版参与讨论
相关主题
Amazon电面面经我想了想
Bloomberg面经几个多次被问到的c++问题请教
今天似乎没啥新面经……Facebook Intern面经
TripAdvsior 面经 (完败)攒人品,Amazon 二面面经
Bloomberg, Amazon 面经,为onsite攒RPA家电面
amazon 电面面经我也来写个面经吧
bloomberg面经bloomberg 电面面经
请教一个phone interview 问题分享面经 mathworks
相关话题的讨论汇总
话题: what话题: design话题: vs话题: hash话题: thread