由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - Some bank/IT interview questions
相关主题
这道题, 到底怎么做?How to lose your job in an industry (转载)
Interview Guide at Goldman Saches (转载)这几天比较背
烙印真的很喜欢考multithread的题目有人有Goldman Sachs的消息么
[合集] Goldman Sach $85000 NYC vs Google $100000 CA?Goldman Sachs on-site之后的电话interview
Goldman Sachs Sec DB question listPhone Interview with Goldman Sachs MRMA Risk Modeling (转载)
大家新年好。报两个offer。有人面过gs吗?请给点建议。非常感谢。
澄清! 澄清! 再澄清!!有谁面试过Goldman Sachs的algorithm trading group
在美CS fresh grad或者<5年工作經驗畢業生找工作拿到纽约投行的onsite,但是飞机票。。。
相关话题的讨论汇总
话题: java话题: what话题: barcap话题: volatile话题: sharing
进入JobHunting版参与讨论
1 (共1页)
f******e
发帖数: 57
1
兄弟去年12月从一家IT公司换到投行,积累了一些BANK/IT面试题。可靠消息BARCAP
IT今年要招1000人,大家可以试着去BARCAP网站投简历
Goldman Sachs
* Many Java cuncurrency questions (Java 1.5 multiple thread model)
o Future class (what is it and what is it for)
o Difference between Callable and Runable
o How to implement Latches using wait/notify
o What is volatile modifier, difference from atomic classes
+ Volatile does not solve “mutual exclusive” issue
o Why atomic classes?
H*M
发帖数: 1268
2
赞!
接包子!

【在 f******e 的大作中提到】
: 兄弟去年12月从一家IT公司换到投行,积累了一些BANK/IT面试题。可靠消息BARCAP
: IT今年要招1000人,大家可以试着去BARCAP网站投简历
: Goldman Sachs
: * Many Java cuncurrency questions (Java 1.5 multiple thread model)
: o Future class (what is it and what is it for)
: o Difference between Callable and Runable
: o How to implement Latches using wait/notify
: o What is volatile modifier, difference from atomic classes
: + Volatile does not solve “mutual exclusive” issue
: o Why atomic classes?

j*******y
发帖数: 965
3
mark
a****l
发帖数: 245
4
超赞!
h**k
发帖数: 3368
5
traverse the linked list once to find its middle node,
who to resolve it?
S*******r
发帖数: 11
6
Node * findMidLinkedNode(Node *head)
{
Node *fast, *slow;
fast = slow = head;
while(true)
{
if(!fast || !fast->next)
return slow;
else
{
slow = slow->next;
fast = fast->next->next;
}
}
}

【在 h**k 的大作中提到】
: traverse the linked list once to find its middle node,
: who to resolve it?

l********n
发帖数: 86
7
Ding~~~~~
p*********w
发帖数: 23432
8
多谢

【在 f******e 的大作中提到】
: 兄弟去年12月从一家IT公司换到投行,积累了一些BANK/IT面试题。可靠消息BARCAP
: IT今年要招1000人,大家可以试着去BARCAP网站投简历
: Goldman Sachs
: * Many Java cuncurrency questions (Java 1.5 multiple thread model)
: o Future class (what is it and what is it for)
: o Difference between Callable and Runable
: o How to implement Latches using wait/notify
: o What is volatile modifier, difference from atomic classes
: + Volatile does not solve “mutual exclusive” issue
: o Why atomic classes?

s*****i
发帖数: 355
9
mark. 好多题我今天都问到了

same
data
instantiated
records
many
….
the
who
players
players.
the
int
For
modify
.
has
and

【在 f******e 的大作中提到】
: 兄弟去年12月从一家IT公司换到投行,积累了一些BANK/IT面试题。可靠消息BARCAP
: IT今年要招1000人,大家可以试着去BARCAP网站投简历
: Goldman Sachs
: * Many Java cuncurrency questions (Java 1.5 multiple thread model)
: o Future class (what is it and what is it for)
: o Difference between Callable and Runable
: o How to implement Latches using wait/notify
: o What is volatile modifier, difference from atomic classes
: + Volatile does not solve “mutual exclusive” issue
: o Why atomic classes?

m******9
发帖数: 968
10
好帖,,
相关主题
大家新年好。报两个offer。How to lose your job in an industry (转载)
澄清! 澄清! 再澄清!!这几天比较背
在美CS fresh grad或者<5年工作經驗畢業生找工作有人有Goldman Sachs的消息么
进入JobHunting版参与讨论
q********8
发帖数: 467
11
超赞!题目真多,高手肯定面试诸多牛牛公司。
h**6
发帖数: 4160
12
BARCAP招1000人?这也太夸张了吧。会不会过段时间版上人人都收到面试通知啊。
m****n
发帖数: 61
13
wawa
j*****s
发帖数: 80
14
mark. 多谢楼主
w******1
发帖数: 520
15
THANK YOU .
b*******y
发帖数: 239
16
Thank you for Sharing!
l******t
发帖数: 12659
17
thanks a lot!
l**Q
发帖数: 50
18
thanks for sharing!
z****e
发帖数: 2024
19
怎么都是java???
b**********7
发帖数: 103
20
赞楼主,接包子!!
相关主题
Goldman Sachs on-site之后的电话interview有谁面试过Goldman Sachs的algorithm trading group
Phone Interview with Goldman Sachs MRMA Risk Modeling (转载)拿到纽约投行的onsite,但是飞机票。。。
有人面过gs吗?请给点建议。非常感谢。请问高盛有“如果挂掉一年之内不能再申请”的说法吗?
进入JobHunting版参与讨论
a********1
发帖数: 750
21
好像很技术。有金融方面的问题吗?
lz能否谈谈在银行做it和在软件公司有什么区别呢
p*******n
发帖数: 776
22
Mark 赞

IT今年要招1000人,大家可以试着去BARCAP网站投简历
Goldman Sachs
* Many Java cuncurrency questions (Java 1.5 multiple thread model)
o Future class (what is it and what is it for)
o Difference between Callable and Runable
o How to implement Latches using wait/notify
o What is volatile modifier, difference from atomic classes
+ Volatile does not solve “mutual exclusive” issue
o Why atomic classes?
+ Performance gained by CAS

【在 f******e 的大作中提到】
: 兄弟去年12月从一家IT公司换到投行,积累了一些BANK/IT面试题。可靠消息BARCAP
: IT今年要招1000人,大家可以试着去BARCAP网站投简历
: Goldman Sachs
: * Many Java cuncurrency questions (Java 1.5 multiple thread model)
: o Future class (what is it and what is it for)
: o Difference between Callable and Runable
: o How to implement Latches using wait/notify
: o What is volatile modifier, difference from atomic classes
: + Volatile does not solve “mutual exclusive” issue
: o Why atomic classes?

c********t
发帖数: 1756
23
楼主人品好啊!
l***r
发帖数: 241
24
ding
L*****p
发帖数: 272
25
Thanks for sharing
1 (共1页)
进入JobHunting版参与讨论
相关主题
拿到纽约投行的onsite,但是飞机票。。。Goldman Sachs Sec DB question list
请问高盛有“如果挂掉一年之内不能再申请”的说法吗?大家新年好。报两个offer。
发面经-Goldman Sachs澄清! 澄清! 再澄清!!
Goldman Sachs Second Round在美CS fresh grad或者<5年工作經驗畢業生找工作
这道题, 到底怎么做?How to lose your job in an industry (转载)
Interview Guide at Goldman Saches (转载)这几天比较背
烙印真的很喜欢考multithread的题目有人有Goldman Sachs的消息么
[合集] Goldman Sach $85000 NYC vs Google $100000 CA?Goldman Sachs on-site之后的电话interview
相关话题的讨论汇总
话题: java话题: what话题: barcap话题: volatile话题: sharing