Category Archives: Interview Questions

微软onsite经验

http://www.mitbbs.com/article_t/JobHunting/31909543.html 发信人: newlibra (newlibra), 信区: JobHunting 标  题: 微软onsite经验 发信站: BBS 未名空间站 (Mon Jul 11 20:09:05 2011, 美东) 刚面完,累。基本的3人,后来又加上另一个组的一个,完了等了40多分钟,跟这4个人 的boss的boss谈了不到半小时,基本闲扯。 第一个很nice,上来就是聊背景和简历上的东西,聊了都1个小时了,才发现时间快到 了,随便问了个design and test vending machine的问题。 第2个也不错,很nice,吸取上一个教训,留够了时间谈算法,2个sorted linked list ,怎么combine,给了2个算法,recursive和non的,讨论好坏,最后写test plan,这 次提前了5分钟完工。 第3个比较话少,lunch interview,基本都是我在说,他吃完了,我才一半。上楼继续 算法,给了tree,但是每个node还包括父节点的指针,要求找LCA,注意,不是bst。这 个因为一开始没理解清楚,一直当是bst在想解法,耽误不少时间,最后他给了提示的 情况下,解出来了,是不是最好的也不知道,谈test plan时,开始急着总结了,说下 一个人等着在。 第4个南非的,带点英国腔。考虑一个application … Continue reading

Posted in Interview Questions | Leave a comment

G面经

http://www.mitbbs.com/article_t/JobHunting/31909771.html 发信人: bozeman (bozeman), 信区: JobHunting 标  题: G面经 发信站: BBS 未名空间站 (Tue Jul 12 09:01:28 2011, 美东) 1. You have a class that supports to input sample records and to compute the average of the samples. The class has … Continue reading

Posted in Interview Questions | Leave a comment

Finished two interviews today. Lessons Learned.

When asked a question that you don’t know the answer, don’t simply say you don’t know. Try to ask for hints, take as much as time to think, write on paper, draw illustrations. Don’t be pressured to give a answer … Continue reading

Posted in Interview Questions | Leave a comment

How to conduct telephone interview?

Male sure you speak up, use good grammar, speak in complete sentences, avoid vocalized pauses and fillers, are decisive and positive, and inject enthusiasm and energy into your telephone voice.

Posted in Interview Questions | Leave a comment

What are interviewers most interested in?

Your expertise and competence – your skills, knowledge, and abilities as they relate to the job Your motivation Your interpersonal skills You decision making and problem-solving capabilities How much you’re interested in the job and company Your personality and likability

Posted in Interview Questions | Leave a comment

G 家 Interview Questions

1. 在直方图里面找Biggest Square. 没有准备这个提,答的不好 2. 在一个N Dimensional 的正方形里面,Assume the top right point is (n,n,…. n) and bottom left point is (0, 0, 0…. 0), given any point in the cube, find all the paths inside the cube to the (n, … Continue reading

Posted in Interview Questions, Programming | Leave a comment

Programmers’ reading list

Introduction to Algorithms is a book by Thomas H. Cormen, Charles E. Leiserson, Ronald L. Rivest, and Clifford Stein, sometimes referenced as “CLRS”. Supplemental information and solutions to the problems in CLRS: http://mitpress.mit.edu/algorithms/

Posted in Interview Questions, Programming | Leave a comment

G家悲剧,发面经

http://www.mitbbs.com/article_t/JobHunting/31871897.html 发信人: xiaopi3 (xiaopi), 信区: JobHunting 标  题: G家悲剧,发面经 发信站: BBS 未名空间站 (Fri May 13 13:09:29 2011, 美东) 电面第一个是烙印面试官 1. reverse a string很简单 2. Assume we have n people. Each one has a starting time and ending time. For any … Continue reading

Posted in Interview Questions, Programming | Leave a comment

Quant Interview Questions

发信人: ihtw (ihtw), 信区: Quant 标 题: 回报版面:这两个月碰到的面试题 发信站: BBS 未名空间站 (Thu May 12 23:36:41 2011, 美东) 这些是最近两个月每次面试完,给C同学(谢谢陪我一路哈~~)的汇报整理出来的。其实 也没怎么整 理… 大部分都是常见的题。有些常见的题就直接没列。还有些当时忘了的,现在更记不起来 了。 有些是电话上的,有些是onsite。题目有些没说清楚,大家将就,领会精神。 本来什么都没定下来的时候一肚子感想和经验,想着有一天搞定了,一定好好总结总结 。现在定下来 了,倒没了兴致了。。。但想想从版上看过那么多面试题和面经,我争取写点儿,励志 型的,给出身 不好的同学们一点鼓励。也顺便攒攒人品,希望OPT快点儿下来! 1. Singly linked list, write a function to print the nodes backwards. … Continue reading

Posted in Interview Questions | Leave a comment