昨天电话面试了一个local firm,然后今天就发终面通知了,叫我下周一去office终面
,是group interview。我想请教一下,美国的group interview是怎么个流程啊?国内
的group interview是一堆人聚在一起分析一个case,然后present,美国的也是这样吗
?还是说是像四大的终面一样,networking,跟staff聊天,吃饭,然后跟manager,
partner一对一面?通知上是说The interview process is a group interview to
expedite the interviewing and offer process,从早上9点到下午1点. 第一次在美
国遇到这种面试,求知道的人指点指点!谢谢!
无所获,到现在四处托人打听帮忙递简历,参加座谈会、经验分享,觉得稍微看清了一
些门道,但还是时常似是而非。没办法,形势比人强。
谁说的,it’s just a job.感觉也对也不对,个中滋味,因人而异吧。
就把信转给了我。我一联系,对方找我要了简历之后马上就回复说安排电面。电面的是
公司的小头(director),电面过程还不错,30分钟,也就是问了问大方面,因为刚有个
recruiter介绍的tech supp
话没有什么manner, 当然我觉得既然有可能今后一起工作,那些表皮上的伪装也没什
么用。反正东问西问不是很友好,感觉审犯人一样。结尾的时候我追问她是否觉得我是
一个good match,这是recru
一趟,给时间就是本周和下一周,我把本周还有实验,就说最好下周,不过本周四、五
也行,三姐就说定在周四,感觉上比我还急。我周四一早开车去公司,倒霉的是快到公
司的时候堵车,急死人。本
到这样的回信:
now as some of the people here were a bit unimpressed by your experien... 阅读全帖
回报本版,发新鲜面经。今年第一面结束。move on了。下面这题就没搞出来。
Given: node.getParent(), node.getNextSibling(), node.getFirstChild()
Implement: getNextNode(node)
For example:
1
1.1
1.1.1
1.1.2
1.2
2
3
就是像章节序列一样的一个tree。
其他的都是常见题,
increment one;
count frequency of number in a list;
merge two sorted array and remove duplicate;
pow(int x, int y);
一月中旬开始投简历到现在投了大大小小快20家公司,每一个都找了内推,才拿到一个
phone interview,一个onsite。都还没有结果。求bless。如果版上有adobe,ebay,
dropbox, Huawei, SAS, Square, box, rocket fuel, air bnb 这几个公司的牛人路过
,请帮忙给个内推。感激不尽!
Amazon是昨天刚面的。两个印度人,口音倒不重。聊了几句后发现他们拿的是我去年的
简历。
一面:
1.一上来先让我介绍一个我最喜欢的project。他问了点相关的问题。
2.问了我list和array的不同处,以及在什么情况下用list什么情况下用array
3.用例子解释什么是inheritance
4.区别override和overload。
然后开始在线写程序:
5.Write a function to print out the nth number in this series:
0, 0, 1, 1, 2, 4, 7..这个序列就是每个值是前三个值的和。我先写了一个很简单的
recursive算法。然后他问如果n很大会有... 阅读全帖
two c++ positions
1. interviewer: one Korean guy
C++ basics: public, private, struct, etc. 秒掉
C++ : the member functions of map,list, vector, how to resize vector, how
to delete the middle element in a given list, time complexity。 Nothing
difficult for me. list in stl is actually doubly linked list, so remove one
member would take O(1) time, but the reviewer seemed to disagree. Ask is
there a size member available for list in STL. A: i think so. I: er..ok (
seems he did not know that)
Programm... 阅读全帖
也写一下最近面的bloomberg 的面经。
总共两次phone interview 每次两个题目。
第一次phone interview
第一题 max stack : 这个是 leetcode 上 min stack 的原题,只是 getMin
改成getMax
第二题 输入 一个String s 在 s 后添加最少的 String s' 得到 新的
String T 是一个 palindromic。
第二次phone interview
第一题 input array of number {1,2,3,4,5,6} return number of array {2
*3*4*5*6, 1*3*4*5*6,1*2*4*5*6,1*2*3*5*6,1*2*3*4*6,1*2*3*4*5 }, 要求 不允许用
除法。
my soluction :
publicList getResult(int[] num) {
List res = new ArrayLis... 阅读全帖
买买提上好心人推荐的,onsite已挂,发个面经
OA Test2
1.flip 0 or 1
有一串0,1的数组,然后可以取中间任意一段,把0置换为1,1置换为0. 问这样一次置换
之后,这组数组最多还有多少个1.
2. uneaten leaves
给你一个数N,以及一个数组,让你统计在1到N之间,不能被这个数组里的数 整除的数
的个数。
具体内容考古 http://www.1point3acres.com/bbs/thread-136079-1-1.html
第二个问题,我有两个case时间超时没过,也给了电面
skype
Remove nth Node from the end of Node
Find element in rotate array
design a online application for bank account
onsite
round 1. Trapping rain water
写了时间空间O(N),后来要求空间O(1),最后没写完整。面试在一个四周都是墙的小
屋里,一开始就感觉比较压抑。面试官不说话一直玩手机,最后拍走了。
round 2. T... 阅读全帖
买买提上好心人推荐的,onsite已挂,发个面经
OA Test2
1.flip 0 or 1
有一串0,1的数组,然后可以取中间任意一段,把0置换为1,1置换为0. 问这样一次置换
之后,这组数组最多还有多少个1.
2. uneaten leaves
给你一个数N,以及一个数组,让你统计在1到N之间,不能被这个数组里的数 整除的数
的个数。
具体内容考古 http://www.1point3acres.com/bbs/thread-136079-1-1.html
第二个问题,我有两个case时间超时没过,也给了电面
skype
Remove nth Node from the end of Node
Find element in rotate array
design a online application for bank account
onsite
round 1. Trapping rain water
写了时间空间O(N),后来要求空间O(1),最后没写完整。面试在一个四周都是墙的小
屋里,一开始就感觉比较压抑。面试官不说话一... 阅读全帖