由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - programming questions from an investment bank
相关主题
one C/C++ questionF-1 to Green Card
Bloomberg C++ 软工面试题汇总诚心请教,要接受这个offer吗?
发bloomberg的phone题目找不到工作还是因为自己不够牛啊
写个adobe电面面经Huawei hiring UC architect/team leader (转载)
有做企业j2ee的朋友么? 能说说做这个领域最郁闷的是什么么?amazon intern 三面
[合集] google 面试题今天电面的一些题目。。。
To all chinese students who are hunting for jobs now昨天面试遇到的两道题,编程语言和数据库设计相关
UBS phone interview, 求祝福急问,收到written offer,如何开口跟对方提H1b的事?
相关话题的讨论汇总
话题: what话题: investment话题: questions话题: bank
进入JobHunting版参与讨论
1 (共1页)
d******g
发帖数: 34
1
1. A practical problem from interviewer’s work.
Write a ‘translator’ program to convert a string (in C++ or other
language) into something which can be applied to the ‘where’ clause in sql
‘select’, here the string can be evaluated to a Boolean value, eg aa==3 &&
bb>12 || … (not sure about the answer. any idea?)
2. What’s garbage collection? What is the disadvantage of using reference
counting? (my ans: ref cycle)
g**e
发帖数: 6127
2
1. 没看懂,不就是把==换成=, &&换成and, ||换成or就完了么,还是什么别的意思
2. reference cycle是一个原因,另外一个原因是更新ref counter的时候需要lock,
在多线程的时候开销会很大。

sql
&&

【在 d******g 的大作中提到】
: 1. A practical problem from interviewer’s work.
: Write a ‘translator’ program to convert a string (in C++ or other
: language) into something which can be applied to the ‘where’ clause in sql
: ‘select’, here the string can be evaluated to a Boolean value, eg aa==3 &&
: bb>12 || … (not sure about the answer. any idea?)
: 2. What’s garbage collection? What is the disadvantage of using reference
: counting? (my ans: ref cycle)

1 (共1页)
进入JobHunting版参与讨论
相关主题
急问,收到written offer,如何开口跟对方提H1b的事?有做企业j2ee的朋友么? 能说说做这个领域最郁闷的是什么么?
急问: 如何回答 "你的缺点是什么? " 谢谢! 大家讨论一下吧![合集] google 面试题
amazon第一轮电面To all chinese students who are hunting for jobs now
问个关于offer Negotiation的问题UBS phone interview, 求祝福
one C/C++ questionF-1 to Green Card
Bloomberg C++ 软工面试题汇总诚心请教,要接受这个offer吗?
发bloomberg的phone题目找不到工作还是因为自己不够牛啊
写个adobe电面面经Huawei hiring UC architect/team leader (转载)
相关话题的讨论汇总
话题: what话题: investment话题: questions话题: bank