由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - Bloomberg, Microsoft, Indeed, ebay面试题
相关主题
gg面试题一个coding题目
Google电面被拒,郁闷中两个Amazon面试题
早上的面试题 -问道面试题
Bloomberg的电面 希望对你有用兼攒rp贡献一道面试题
Java 面试题问个关于排序的面试题
Amazon一道synchronization的面试题一道面试题看不懂
一道面试题请教个面试题
一道多线程的面试题请问一道special singleton class的题
相关话题的讨论汇总
话题: minimum话题: indeed话题: bloomberg话题: microsoft话题: what
进入JobHunting版参与讨论
1 (共1页)
e*****0
发帖数: 82
1
全部都是第一轮的,希望能有on-site
Bloomberg
1st on campus, 45min * 2
1. why choose bloomberg
2. latest project
3. reverse an integer
4. 25 horses, 5 horses in a race, minimum number of races needed to find top
3 horses (answser: 7)
5. 3 mislabeled boxes, 1 with apple, 1 with orange, 1 mixed, each time one
can take 1 fruit from a box, minimum number of times needed to label the
boxes (answer:1)
1. what sorting algorithms u know
how is merge sort improved over bubble sort
2. binary search tree, in-order traversal
3. currency caculation, graph
Question for them:
1. how do u like working there?
2. management style
3. training program
Microsoft
1st on campus,30min
1. recent project
2. string editing, find the minimum number of edits to convert one string to
another
Indeed
1st on campus, 30min * 2
1. Given a file system, a root node, and path string, find the child node
Follow up, what if there are “..” and “.” in the path
e.g., /tmp/log/../lib/./tree ⇔ /tmp/lib/tree
1. recent project
2. check if an integer number is palindrome or not
solution: reverse the integer and compare with the original one
3. Given a stack, get the minimum number
a. first tried to store the values in a min-heap, ask about how to
insert, delete and re-balance the tree
b. use another stack to keep the minimum numbers every time there is an
update
ebay, X.Commerce
1. The most challenging technical problems
2. The most interesting part in the project
3. HashMap vs HashTable
4. How much you know about Thread
5. What design patterns u know. mentioned Singleton and Strategy, asked
about Factory
6. What data structures I used, which one is synchronized
7. disadvantage and advantage of synchronization
r*******y
发帖数: 1081
2
thanks.
Could you give an example of Mircrosoft #2: convert a string to another ?

top

【在 e*****0 的大作中提到】
: 全部都是第一轮的,希望能有on-site
: Bloomberg
: 1st on campus, 45min * 2
: 1. why choose bloomberg
: 2. latest project
: 3. reverse an integer
: 4. 25 horses, 5 horses in a race, minimum number of races needed to find top
: 3 horses (answser: 7)
: 5. 3 mislabeled boxes, 1 with apple, 1 with orange, 1 mixed, each time one
: can take 1 fruit from a box, minimum number of times needed to label the

G****2
发帖数: 37
3
同问 MS #2 ,没看明白,thx
e*****0
发帖数: 82
4
e.g., s1 = "student", s2 = "stipend",找到把s1变成s2需要的最少操作
可以用操作有replace a character, insert/delete a character, swap two
characters
这个例子就是把‘u'替换成'i','d'替换成'p','t'替换成’d'

【在 r*******y 的大作中提到】
: thanks.
: Could you give an example of Mircrosoft #2: convert a string to another ?
:
: top

c*****l
发帖数: 879
5
bb的准 我也被问道了
s******c
发帖数: 1920
6
你wiki一下Levenshtein distance

【在 r*******y 的大作中提到】
: thanks.
: Could you give an example of Mircrosoft #2: convert a string to another ?
:
: top

l*******o
发帖数: 791
7
How do you solve how to reverse an integer?
f***i
发帖数: 162
8
3. currency caculation, graph
这个题是什么?

top

【在 e*****0 的大作中提到】
: 全部都是第一轮的,希望能有on-site
: Bloomberg
: 1st on campus, 45min * 2
: 1. why choose bloomberg
: 2. latest project
: 3. reverse an integer
: 4. 25 horses, 5 horses in a race, minimum number of races needed to find top
: 3 horses (answser: 7)
: 5. 3 mislabeled boxes, 1 with apple, 1 with orange, 1 mixed, each time one
: can take 1 fruit from a box, minimum number of times needed to label the

1 (共1页)
进入JobHunting版参与讨论
相关主题
请问一道special singleton class的题Java 面试题
OO design 题一般思考的方向?Amazon一道synchronization的面试题
Can a 10-year-Java guy answer these 2 questions promptly?一道面试题
bloomberg电话面试求祝福一道多线程的面试题
gg面试题一个coding题目
Google电面被拒,郁闷中两个Amazon面试题
早上的面试题 -问道面试题
Bloomberg的电面 希望对你有用兼攒rp贡献一道面试题
相关话题的讨论汇总
话题: minimum话题: indeed话题: bloomberg话题: microsoft话题: what