由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - bloomberg offer附面经
相关主题
请教几道bloomberg面试题请问一道c++题目
各位总结一下区别:virtual function and virtual destructor?等微软onsite结果,求bless(附面经)
One C++ questionAmazon offer 选择 附面经
C++ Q36: derivation specification (B8_9)(附面经) cap-exempt H1B 到cap-subject H1B的问题
C++ virtrual destructor求教Analytics的职位怎么样? 附面经
hehe新人报道(附面经)
请问有没有面试过关于derivative的问题的?报M的offer 附面经 求指导
Bloomberg offer (附面经)intel onsite 被秒拒,踩地雷了么-附面经
相关话题的讨论汇总
话题: poisoned话题: bottle话题: 1023话题: derived话题: base
进入JobHunting版参与讨论
1 (共1页)
h****8
发帖数: 599
1
昨天刚拿到 感谢版上所有战友的面经 我也来写我的
background: EE fresh MS,学校一般,成绩一般
1。phone screen
1. introduce your past projects, whats your input and output, how do you
handle exceptions
2. class base{ base() {}; ~base() {};};
class derived : base { derived() {}; ~derived() {};);
base* ptr = new derived;
explain what will happen
3. hows virtual table constructed
4.hows virtual function invoked
5. whats the difference between struct and class
6. whats the purpose of declaring a function const
7. class A{}; what
f*********t
发帖数: 271
2
zan!!!
能分享一下背景么?谢谢~~
W******e
发帖数: 388
3
Congs!

【在 h****8 的大作中提到】
: 昨天刚拿到 感谢版上所有战友的面经 我也来写我的
: background: EE fresh MS,学校一般,成绩一般
: 1。phone screen
: 1. introduce your past projects, whats your input and output, how do you
: handle exceptions
: 2. class base{ base() {}; ~base() {};};
: class derived : base { derived() {}; ~derived() {};);
: base* ptr = new derived;
: explain what will happen
: 3. hows virtual table constructed

h****8
发帖数: 599
4
请看原贴 我已加上

【在 f*********t 的大作中提到】
: zan!!!
: 能分享一下背景么?谢谢~~

g*****u
发帖数: 298
5
10个小老鼠那个是不是缺条件呢?如果一瓶一瓶试的话一个小老鼠就够了,多少瓶都能
测出来。

【在 h****8 的大作中提到】
: 昨天刚拿到 感谢版上所有战友的面经 我也来写我的
: background: EE fresh MS,学校一般,成绩一般
: 1。phone screen
: 1. introduce your past projects, whats your input and output, how do you
: handle exceptions
: 2. class base{ base() {}; ~base() {};};
: class derived : base { derived() {}; ~derived() {};);
: base* ptr = new derived;
: explain what will happen
: 3. hows virtual table constructed

h****8
发帖数: 599
6
这道题版上早已讨论过 我这里没有写完整条件
条件是可以任意混合,让十个老鼠排好队大家一起喝掉,每只只能喝一次,没死也不能
再喝了

【在 g*****u 的大作中提到】
: 10个小老鼠那个是不是缺条件呢?如果一瓶一瓶试的话一个小老鼠就够了,多少瓶都能
: 测出来。

s********l
发帖数: 998
7
恩?
EE的还学过database啊~

【在 h****8 的大作中提到】
: 昨天刚拿到 感谢版上所有战友的面经 我也来写我的
: background: EE fresh MS,学校一般,成绩一般
: 1。phone screen
: 1. introduce your past projects, whats your input and output, how do you
: handle exceptions
: 2. class base{ base() {}; ~base() {};};
: class derived : base { derived() {}; ~derived() {};);
: base* ptr = new derived;
: explain what will happen
: 3. hows virtual table constructed

S******a
发帖数: 862
8
赞!
被BB无情鄙视的飘过

【在 h****8 的大作中提到】
: 昨天刚拿到 感谢版上所有战友的面经 我也来写我的
: background: EE fresh MS,学校一般,成绩一般
: 1。phone screen
: 1. introduce your past projects, whats your input and output, how do you
: handle exceptions
: 2. class base{ base() {}; ~base() {};};
: class derived : base { derived() {}; ~derived() {};);
: base* ptr = new derived;
: explain what will happen
: 3. hows virtual table constructed

h****8
发帖数: 599
9
自己啃了一点sql,很弱很弱。。。

【在 s********l 的大作中提到】
: 恩?
: EE的还学过database啊~

s******f
发帖数: 3984
10
想知道LZ有没有做它的ONLINE TEST?

【在 h****8 的大作中提到】
: 自己啃了一点sql,很弱很弱。。。
相关主题
hehe请问一道c++题目
请问有没有面试过关于derivative的问题的?等微软onsite结果,求bless(附面经)
Bloomberg offer (附面经)Amazon offer 选择 附面经
进入JobHunting版参与讨论
h****8
发帖数: 599
11
有阿 第一轮就是online test呀

【在 s******f 的大作中提到】
: 想知道LZ有没有做它的ONLINE TEST?
x******3
发帖数: 245
12
cong
p******a
发帖数: 1355
13
cong!Bloomberg招了很多中国人嘛。
k****c
发帖数: 49
14
GXGX
m******s
发帖数: 1469
15
gxgx....

【在 h****8 的大作中提到】
: 昨天刚拿到 感谢版上所有战友的面经 我也来写我的
: background: EE fresh MS,学校一般,成绩一般
: 1。phone screen
: 1. introduce your past projects, whats your input and output, how do you
: handle exceptions
: 2. class base{ base() {}; ~base() {};};
: class derived : base { derived() {}; ~derived() {};);
: base* ptr = new derived;
: explain what will happen
: 3. hows virtual table constructed

c******f
发帖数: 2144
16
gxgx看来Bloomberg考得题目还挺多的
y*****i
发帖数: 727
17
如何设计一套钞票的面值,使得当表示1~31的数字时,所需要的钞票总张数最小?
题目不是很清楚,最小指的什么呢?指的一套的话,那就1张1元。如果指的表示的数字
最少,那就1-31各1张。
y*****i
发帖数: 727
18
如何设计一套钞票的面值,使得当表示1~31的数字时,所需要的钞票总张数最小?
题目不是很清楚,最小指的什么呢?指的一套的话,那就1张1元。如果指的表示的数字
最少,那就1-31各1张。
f****4
发帖数: 1359
19
cong
t******m
发帖数: 255
20
cong
相关主题
(附面经) cap-exempt H1B 到cap-subject H1B的问题报M的offer 附面经 求指导
求教Analytics的职位怎么样? 附面经intel onsite 被秒拒,踩地雷了么-附面经
新人报道(附面经)请问Oracle口头offer多久正式offer能下来?【附面经】
进入JobHunting版参与讨论
m**x
发帖数: 790
21
cong!
y****l
发帖数: 97
22

Work with Bloomberg for 1-2 years then move on to another company, it's
getting worse how it treats H1-B's.

【在 h****8 的大作中提到】
: 昨天刚拿到 感谢版上所有战友的面经 我也来写我的
: background: EE fresh MS,学校一般,成绩一般
: 1。phone screen
: 1. introduce your past projects, whats your input and output, how do you
: handle exceptions
: 2. class base{ base() {}; ~base() {};};
: class derived : base { derived() {}; ~derived() {};);
: base* ptr = new derived;
: explain what will happen
: 3. hows virtual table constructed

h**********d
发帖数: 4313
23
恭喜,第一轮13题可以讲一下解法吗
b*******y
发帖数: 1240
24
gxgx
感觉好难啊

【在 h****8 的大作中提到】
: 昨天刚拿到 感谢版上所有战友的面经 我也来写我的
: background: EE fresh MS,学校一般,成绩一般
: 1。phone screen
: 1. introduce your past projects, whats your input and output, how do you
: handle exceptions
: 2. class base{ base() {}; ~base() {};};
: class derived : base { derived() {}; ~derived() {};);
: base* ptr = new derived;
: explain what will happen
: 3. hows virtual table constructed

g*********s
发帖数: 1782
25
不写完整条件很误导。又不是每个人都参与过以前的讨论。

【在 h****8 的大作中提到】
: 这道题版上早已讨论过 我这里没有写完整条件
: 条件是可以任意混合,让十个老鼠排好队大家一起喝掉,每只只能喝一次,没死也不能
: 再喝了

g*********s
发帖数: 1782
26
btw, what's the diff b/w phone #11 and onsite #3?

【在 h****8 的大作中提到】
: 昨天刚拿到 感谢版上所有战友的面经 我也来写我的
: background: EE fresh MS,学校一般,成绩一般
: 1。phone screen
: 1. introduce your past projects, whats your input and output, how do you
: handle exceptions
: 2. class base{ base() {}; ~base() {};};
: class derived : base { derived() {}; ~derived() {};);
: base* ptr = new derived;
: explain what will happen
: 3. hows virtual table constructed

m*********g
发帖数: 646
27
for money questions, 1,2,4,8,16. can represents every number 1~31 it is a
binary question.
for testing the drug, same, binary question. 10 digits can represent the
biggest number: 1024-1=1023. So they can test 1023 samples, when ONLY ONE
sample is poisoned.
those are pretty common quant interview questions.
r****k
发帖数: 173
28

is a
the
ONE
I also thought of 2^10, My question is how to find the way to mix the
1023 samples into ten mixtures, so that ten mice eat the ten mixtures
once and each pattern of the death could identify one particular
poisoned sample.
For example 1111111100, 8 deaths and 2 alive would be the result, the
poisoned sample index must be 1111111100 in decimal number?
Do you guys think this make sense?
Give 10 bottles, for sample index 1 to 1023, transform the index into
binary number. Add drugs according to the bit number of this particular
sample index (10 bit for each sample):
if first bit is 1 then add this drug to the first bottle, if not don't
add.
......
continue to the tenth bit.
Is that correct, I didn't see your last discussion about this.

【在 m*********g 的大作中提到】
: for money questions, 1,2,4,8,16. can represents every number 1~31 it is a
: binary question.
: for testing the drug, same, binary question. 10 digits can represent the
: biggest number: 1024-1=1023. So they can test 1023 samples, when ONLY ONE
: sample is poisoned.
: those are pretty common quant interview questions.

m*********g
发帖数: 646
29
number the bottles, and group the mice by 1023 ways. For example, for bottle
#5 let m3 and m1 test it; for bottle # 8, let m4 test it; for bottle # 11,
let m4, m2,m1 test it;
then check which combination of mice died together. Remember I mentioned
this method works when ONLY ONE bottle is poisoned (otherwise we need to
modify this question, actually, if you get the first one correctly, it is
highly possible the interviewer will ask you what if 2 bottle is poisoned) ?
Based on this condition, you can get a conclusion of which bottle is
poisoned by which combination of mice died together.
this is the spirit of this question, if you get here, I think the interviewer will like the answer.
Argue other bio details of mouse, poison, and other staffs will just waste the time. This is an algorithm question, not a bio interview.

【在 r****k 的大作中提到】
:
: is a
: the
: ONE
: I also thought of 2^10, My question is how to find the way to mix the
: 1023 samples into ten mixtures, so that ten mice eat the ten mixtures
: once and each pattern of the death could identify one particular
: poisoned sample.
: For example 1111111100, 8 deaths and 2 alive would be the result, the
: poisoned sample index must be 1111111100 in decimal number?

s*****G
发帖数: 1535
30
i think max is 30 bottles...
相关主题
G家电面结束,必挂。附面经。各位总结一下区别:virtual function and virtual destructor?
LinkedIn真诡异(附面经)One C++ question
请教几道bloomberg面试题C++ Q36: derivation specification (B8_9)
进入JobHunting版参与讨论
r****k
发帖数: 173
31

bottle
# 11,
mentioned
to
is
poisoned) ?
interviewer will like the answer.
Yes, I think your description is what I thought. It's a binary decoding
of the numbers less than decimal 1023.

【在 m*********g 的大作中提到】
: number the bottles, and group the mice by 1023 ways. For example, for bottle
: #5 let m3 and m1 test it; for bottle # 8, let m4 test it; for bottle # 11,
: let m4, m2,m1 test it;
: then check which combination of mice died together. Remember I mentioned
: this method works when ONLY ONE bottle is poisoned (otherwise we need to
: modify this question, actually, if you get the first one correctly, it is
: highly possible the interviewer will ask you what if 2 bottle is poisoned) ?
: Based on this condition, you can get a conclusion of which bottle is
: poisoned by which combination of mice died together.
: this is the spirit of this question, if you get here, I think the interviewer will like the answer.

Z**********4
发帖数: 528
32
弱弱的问一句
phone screen 的第七题
除了本身的constructor和deconstructor还有哪两个
p*u
发帖数: 2454
33
how much money??

you

【在 h****8 的大作中提到】
: 昨天刚拿到 感谢版上所有战友的面经 我也来写我的
: background: EE fresh MS,学校一般,成绩一般
: 1。phone screen
: 1. introduce your past projects, whats your input and output, how do you
: handle exceptions
: 2. class base{ base() {}; ~base() {};};
: class derived : base { derived() {}; ~derived() {};);
: base* ptr = new derived;
: explain what will happen
: 3. hows virtual table constructed

1 (共1页)
进入JobHunting版参与讨论
相关主题
intel onsite 被秒拒,踩地雷了么-附面经C++ virtrual destructor
请问Oracle口头offer多久正式offer能下来?【附面经】hehe
G家电面结束,必挂。附面经。请问有没有面试过关于derivative的问题的?
LinkedIn真诡异(附面经)Bloomberg offer (附面经)
请教几道bloomberg面试题请问一道c++题目
各位总结一下区别:virtual function and virtual destructor?等微软onsite结果,求bless(附面经)
One C++ questionAmazon offer 选择 附面经
C++ Q36: derivation specification (B8_9)(附面经) cap-exempt H1B 到cap-subject H1B的问题
相关话题的讨论汇总
话题: poisoned话题: bottle话题: 1023话题: derived话题: base