Skip to main content

第一次onsite

发信人: redsohutu (世界很远心很近), 信区: JobHunting
标  题: 第一次onsite
发信站: BBS 未名空间站 (Fri Aug 17 12:58:40 2012, 美东)

提前二十分钟到,最后却拖了一个多小时才走。不知道是我太能说了呢,还是大家太爱
跟我聊天了。

明明胸有成足,一点都不担心,却还是前一天晚上没睡好。还好只是半天的时间。真难
想象若是排满一天的面试如何捱得过去。

过程很平常,做presentation(问的问题不难,他们不会比你懂得多),跟其他组的一
个头talk(不懂这个安排,是其他部门的代表?),跟HR manager talk,跟小老板
talk,跟这个组的人talk,最后跟大老板talk。

反正就一直在那个会议室里,一伙儿换拨人来跟我谈。竟然每一轮都有问这几个问题:
1. 谈谈你team work的经历啊,适不适合之类的
2. 你的优缺点
3. 你如何看你五年后的发展(个人觉得这个问题的回答比较难把握分寸,对自己组员
会谦虚一点,对HR会不谦虚一点,对老板们两者兼备)
4. 如果team里有人不合如何处理(或者类似的,被我转化成confliction来谈了)
5. 你如何定义successful, happy等等

跟一组人meet的时候会稍微tough一点,因为你说的每句话某个词都会冷不丁被其中某
个人抓住追问。而且你自己还要别忘了活跃气氛。

小公司,别说饭了,水都没得准备的。幸亏自己带了瓶水,话说太多,喝完后小老板跑
去帮我fill up,小感动一把。

走的时候HR manager说可以帮我把thank you note转给大家,晚上回来后就发了一封信
署名给所有见过的人说谢谢。到现在还没人回信,是不是没戏了?而且我知道其他竞争
者好像还挺牛的,比如有从大公司退下来的。反正我自己尽力了,而且确实就表现得很
好,没啥好遗憾的。不管了,自己该做啥做啥去。

自己生物菜鸟,这点小经验跟人相比实在不值一提。只是在版上受益良多,该回来汇报
一下。
--

Comments


  1. : 第一,你需要work on resume。resume要做到在大公司投出去就有电面
    : 第二,onsite挂的几率太大。总结一下,是交流问题?还是题没做出来?
    : 第三,放低要求,透透sdet
    : 第四,要班上大佬继续refer
    : 第五,投小公司fulltime
    : 第六,icc

    ReplyDelete

Post a Comment

https://gengwg.blogspot.com/

Popular posts from this blog

CKA Simulator Kubernetes 1.22

  https://killer.sh Pre Setup Once you've gained access to your terminal it might be wise to spend ~1 minute to setup your environment. You could set these: alias k = kubectl                         # will already be pre-configured export do = "--dry-run=client -o yaml"     # k get pod x $do export now = "--force --grace-period 0"   # k delete pod x $now Vim To make vim use 2 spaces for a tab edit ~/.vimrc to contain: set tabstop=2 set expandtab set shiftwidth=2 More setup suggestions are in the tips section .     Question 1 | Contexts Task weight: 1%   You have access to multiple clusters from your main terminal through kubectl contexts. Write all those context names into /opt/course/1/contexts . Next write a command to display the current context into /opt/course/1/context_default_kubectl.sh , the command should use kubectl . Finally write a second command doing the same thing into ...

OWASP Top 10 Threats and Mitigations Exam - Single Select

Last updated 4 Aug 11 Course Title: OWASP Top 10 Threats and Mitigation Exam Questions - Single Select 1) Which of the following consequences is most likely to occur due to an injection attack? Spoofing Cross-site request forgery Denial of service   Correct Insecure direct object references 2) Your application is created using a language that does not support a clear distinction between code and data. Which vulnerability is most likely to occur in your application? Injection   Correct Insecure direct object references Failure to restrict URL access Insufficient transport layer protection 3) Which of the following scenarios is most likely to cause an injection attack? Unvalidated input is embedded in an instruction stream.   Correct Unvalidated input can be distinguished from valid instructions. A Web application does not validate a client’s access to a resource. A Web action performs an operation on behalf of the user without checkin...