由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - failed bloomberg phone interview
相关主题
two functons and two threadsC++ 实现读写锁的问题 (vmware电面考过)
昨天onsite被问到的 multithreading 题目muliti-process 之间的communication 和multi- threads之间的
又tmd的面砸了一个,还是贴贴面经为啥说semaphore是进程间的一种通信机制?
qualcomm 新鲜电面面经人生中第一次面试
请教L家生成H2O水分子的题。multi thread复习请教
攒人品。面试经历(1)Google及其它面经 (长,慎入)
Bloomberg电面面经昨天面试遇到的两道题,编程语言和数据库设计相关
总是过不了2小时内的码工onsite交通灯OO design哪道题在哪里可以找到??
相关话题的讨论汇总
话题: bloomberg话题: online话题: mutex话题: multi话题: threads
进入JobHunting版参与讨论
1 (共1页)
b****a
发帖数: 4465
1
电话里聊料1小时10分钟
最后问他对我有什么感觉,他回答 you were doing very well. you are the exactly
person we looking for.
今天打电话去问,被 pass 了。
c*****o
发帖数: 519
2
Strong comfort.
Can you share what you were asked in the phone interview? Thanks!
b****a
发帖数: 4465
3
Q: if you have a system that accepts multiple data feed from other systems,
how are you going to handle it?
a: sockets
Q: write a server side and a client side socket, how do you handle multiple
ports?
a: select and multi-threads
Q: how the threads communicate to each other
a: global variable and mutex
Q: do you know condition wait? how to do it?
a: ....
Q: what is different between multi-threads and mutli-processes?
a: multi-threads is cheaper.
Q: how the multi-processes communicates each other

【在 c*****o 的大作中提到】
: Strong comfort.
: Can you share what you were asked in the phone interview? Thanks!

H*M
发帖数: 1268
4
Thanks for sharing!
It is strange that bloomberg cares so much about network programming.
I think what you ansewered is good.
just a few things.
Q: what is difference between semaphore and mutex?
a: semaphore is for multi-processes and mutex is for multi-threads
This is not correct ba.

,
multiple

【在 b****a 的大作中提到】
: Q: if you have a system that accepts multiple data feed from other systems,
: how are you going to handle it?
: a: sockets
: Q: write a server side and a client side socket, how do you handle multiple
: ports?
: a: select and multi-threads
: Q: how the threads communicate to each other
: a: global variable and mutex
: Q: do you know condition wait? how to do it?
: a: ....

H*M
发帖数: 1268
5
pretty broad:
C/C++, OS, network programming, Database...

,
multiple

【在 b****a 的大作中提到】
: Q: if you have a system that accepts multiple data feed from other systems,
: how are you going to handle it?
: a: sockets
: Q: write a server side and a client side socket, how do you handle multiple
: ports?
: a: select and multi-threads
: Q: how the threads communicate to each other
: a: global variable and mutex
: Q: do you know condition wait? how to do it?
: a: ....

d*****r
发帖数: 2583
6
他们公司其实一天到晚都在面试人...

exactly

【在 b****a 的大作中提到】
: 电话里聊料1小时10分钟
: 最后问他对我有什么感觉,他回答 you were doing very well. you are the exactly
: person we looking for.
: 今天打电话去问,被 pass 了。

b****a
发帖数: 4465
7
I really don't know the answer.
I used mutex in multi-threads and semaphore in multi-processes

【在 H*M 的大作中提到】
: Thanks for sharing!
: It is strange that bloomberg cares so much about network programming.
: I think what you ansewered is good.
: just a few things.
: Q: what is difference between semaphore and mutex?
: a: semaphore is for multi-processes and mutex is for multi-threads
: This is not correct ba.
:
: ,
: multiple

w********p
发帖数: 948
8
LZ已经很棒了,他家的ONLINE笔试很难过。 我试的是C,问的很底层。LZ再接再厉,会
有好成绩的。
LZ可以介绍一下ONLINE笔试的准备吗?

exactly

【在 b****a 的大作中提到】
: 电话里聊料1小时10分钟
: 最后问他对我有什么感觉,他回答 you were doing very well. you are the exactly
: person we looking for.
: 今天打电话去问,被 pass 了。

w********p
发帖数: 948
9
我正好有两道题的答案,其余的我想好后在一起讨论吧
Difference between MUTEX and Semaphore
"A mutex is a binary semaphore, usually including extra features like
ownership or priority inversion protection. The differences between mutexes
and semaphores are operating system dependent. Mutexes are meant to be used
for mutual exclusion only and binary semaphores are meant to be used for
event notification and mutual exclusion."
Mutex:
Is a key to a toilet. One person can have the key - occupy the toilet - at
the time. When fi

【在 H*M 的大作中提到】
: Thanks for sharing!
: It is strange that bloomberg cares so much about network programming.
: I think what you ansewered is good.
: just a few things.
: Q: what is difference between semaphore and mutex?
: a: semaphore is for multi-processes and mutex is for multi-threads
: This is not correct ba.
:
: ,
: multiple

Q******e
发帖数: 85
10
bloomberg最近不是给了很多offer吗?感觉如果没准备好,online test比较麻烦,但
是过了后,难度相应减少。到onsite的阶段,应该就没问题了。
相关主题
攒人品。面试经历(1)C++ 实现读写锁的问题 (vmware电面考过)
Bloomberg电面面经muliti-process 之间的communication 和multi- threads之间的
总是过不了2小时内的码工onsite为啥说semaphore是进程间的一种通信机制?
进入JobHunting版参与讨论
H*M
发帖数: 1268
11
is the online test Brainbench's?
What is the percentage needed to pass?

【在 Q******e 的大作中提到】
: bloomberg最近不是给了很多offer吗?感觉如果没准备好,online test比较麻烦,但
: 是过了后,难度相应减少。到onsite的阶段,应该就没问题了。

Q******e
发帖数: 85
12
我没做过brainbench,但是很多人都说差不多。你如果想准备准备,brainbench应该不
错。至于percentage,我也不知道。30题做对25题应该有戏吧。我知道我没有全对。
H*M
发帖数: 1268
13
I see..Thank you Apple
How did you guys apply? through college recruiting or just normal online app
lication?
So if I register and apply for a couple jobs online, after several days, the
y will ask me to do a online test if they are interested in me?
Thanks!

【在 Q******e 的大作中提到】
: 我没做过brainbench,但是很多人都说差不多。你如果想准备准备,brainbench应该不
: 错。至于percentage,我也不知道。30题做对25题应该有戏吧。我知道我没有全对。

Q******e
发帖数: 85
14
just online application. Yes, you will get an email from HR to tell you the
link to do the online test after you tell them your favorite language.
H*M
发帖数: 1268
15
thanks..
You mean it will be like an automatic message from them telling you to do an
online test after you apply online, or the HR has to review your resume and
then decide if they invite you to do the online test or not?
Thanks.

the

【在 Q******e 的大作中提到】
: just online application. Yes, you will get an email from HR to tell you the
: link to do the online test after you tell them your favorite language.

w********p
发帖数: 948
16
可以介绍怎么准备的吗?

【在 Q******e 的大作中提到】
: bloomberg最近不是给了很多offer吗?感觉如果没准备好,online test比较麻烦,但
: 是过了后,难度相应减少。到onsite的阶段,应该就没问题了。

Q******e
发帖数: 85
17
I think HR will pre-screen it.
Q******e
发帖数: 85
18
其实很难专门准备,因为我看板上的人问的问题都是因人而异
我的电话面试和部分的onsite比较集中于C++/C,另一部分的onsite面试集中于behavior,还有做过的project.也涉及到了thread programming.
建议精通一门编程语言。如果你提及精通C++,我想很大几率会被问很多C++问题,因为听说Bloomberg用C++.
熟悉自己做过的project,懂得随即应变,跟Bloomberg挂钩。
好好准备behavior问题,e.g., why bloomberg.
你也可以问问其他拿到bloomberg offer的人,集思广益。不过说实在bloomberg给的是在不高。

【在 w********p 的大作中提到】
: 可以介绍怎么准备的吗?
m********0
发帖数: 2717
19
有没有可能,一个人跟你说话,
用免提,旁边有别的人听呢?
或者录音,然后事后有别人听呢?

exactly

【在 b****a 的大作中提到】
: 电话里聊料1小时10分钟
: 最后问他对我有什么感觉,他回答 you were doing very well. you are the exactly
: person we looking for.
: 今天打电话去问,被 pass 了。

I*****y
发帖数: 602
20
这个可能性很大。

【在 m********0 的大作中提到】
: 有没有可能,一个人跟你说话,
: 用免提,旁边有别的人听呢?
: 或者录音,然后事后有别人听呢?
:
: exactly

相关主题
人生中第一次面试昨天面试遇到的两道题,编程语言和数据库设计相关
multi thread复习请教交通灯OO design哪道题在哪里可以找到??
Google及其它面经 (长,慎入)embedded software engineer面经
进入JobHunting版参与讨论
w********p
发帖数: 948
21
谢谢你,好辛苦码了很多字。你的经验我收藏了。
我想问关于bloomberg online testing的准备。有相关的网站吗?有人提到Brainbench
.com有
免费的试题。为啥我看到C, C++都是收费的了?

behavior,还有
做过的project.也涉及到了thread programming.
为听说
Bloomberg用C++.
是在不
高。

【在 Q******e 的大作中提到】
: 其实很难专门准备,因为我看板上的人问的问题都是因人而异
: 我的电话面试和部分的onsite比较集中于C++/C,另一部分的onsite面试集中于behavior,还有做过的project.也涉及到了thread programming.
: 建议精通一门编程语言。如果你提及精通C++,我想很大几率会被问很多C++问题,因为听说Bloomberg用C++.
: 熟悉自己做过的project,懂得随即应变,跟Bloomberg挂钩。
: 好好准备behavior问题,e.g., why bloomberg.
: 你也可以问问其他拿到bloomberg offer的人,集思广益。不过说实在bloomberg给的是在不高。

Q******e
发帖数: 85
22
Brainbench.com 的题我也没做过, 因为我也找不到免费的。你可以看看跟其他人一起
share。
别忘了看STL algorithm, 比如find之类的。
w********p
发帖数: 948
23
Thanks again.
H*M
发帖数: 1268
24
一个感觉: 在面试中当你面狠夸你的,基本是没戏了?

exactly

【在 b****a 的大作中提到】
: 电话里聊料1小时10分钟
: 最后问他对我有什么感觉,他回答 you were doing very well. you are the exactly
: person we looking for.
: 今天打电话去问,被 pass 了。

c******g
发帖数: 19294
25
re

【在 H*M 的大作中提到】
: 一个感觉: 在面试中当你面狠夸你的,基本是没戏了?
:
: exactly

r**u
发帖数: 1567
26
http://www.bestsamplequestions.com/technical-questions/c-sample-questions/c-sample-questions.html
如果你选C,这上面的题足够了。我做了大概2遍吧,然后看看那本经典的C
programming language就过了,感觉不是很难啊。phone-interview很烂,那会都没怎
么准备,连怎么用queue implement stack都答不上,呵呵。

Brainbench

【在 w********p 的大作中提到】
: 谢谢你,好辛苦码了很多字。你的经验我收藏了。
: 我想问关于bloomberg online testing的准备。有相关的网站吗?有人提到Brainbench
: .com有
: 免费的试题。为啥我看到C, C++都是收费的了?
:
: behavior,还有
: 做过的project.也涉及到了thread programming.
: 为听说
: Bloomberg用C++.
: 是在不

r**u
发帖数: 1567
27
是不是要对方的feedback是面试的大忌?

【在 H*M 的大作中提到】
: 一个感觉: 在面试中当你面狠夸你的,基本是没戏了?
:
: exactly

H*M
发帖数: 1268
28
不太清楚.感觉挺怪的.

【在 r**u 的大作中提到】
: 是不是要对方的feedback是面试的大忌?
a********a
发帖数: 219
29
你的算法看着已经超强了。为什么还在找?比较挑?

app
the

【在 H*M 的大作中提到】
: I see..Thank you Apple
: How did you guys apply? through college recruiting or just normal online app
: lication?
: So if I register and apply for a couple jobs online, after several days, the
: y will ask me to do a online test if they are interested in me?
: Thanks!

H*M
发帖数: 1268
30
我只是个喜欢疯狂问问题的菜鸟

【在 a********a 的大作中提到】
: 你的算法看着已经超强了。为什么还在找?比较挑?
:
: app
: the

1 (共1页)
进入JobHunting版参与讨论
相关主题
交通灯OO design哪道题在哪里可以找到??请教L家生成H2O水分子的题。
embedded software engineer面经攒人品。面试经历(1)
某start-up on-site 小感Bloomberg电面面经
一道涉及OO,算法,多线程的设计题总是过不了2小时内的码工onsite
two functons and two threadsC++ 实现读写锁的问题 (vmware电面考过)
昨天onsite被问到的 multithreading 题目muliti-process 之间的communication 和multi- threads之间的
又tmd的面砸了一个,还是贴贴面经为啥说semaphore是进程间的一种通信机制?
qualcomm 新鲜电面面经人生中第一次面试
相关话题的讨论汇总
话题: bloomberg话题: online话题: mutex话题: multi话题: threads