Skip to main content

onsite 因为一句话可能要黄了,赳结中, 求建议

发信人: huaifans (坏粉丝), 信区: JobHunting
标  题: Re: onsite 因为一句话可能要黄了,赳结中, 求建议
发信站: BBS 未名空间站 (Fri Aug 10 11:50:27 2012, 美东)

不够professional , 不够 political

可能不仅仅是因为这句话。在整个面试的过程中,使用的语言和态度比较casual,  老
美很介意这个。

如果面试中提到面更多的人,可以说,Sure I will be very happy to learn more
about this position.
may I know what their background are?  或者, may I know what type of
questions will be asked? 

提到面试过的人,"good talk" 和 "very comfortable to talk" 也比较casual. 
没有什么不对,就是语气
不对场合。可能换成"it was very nice meeting xx and xx in your group. Their
background are very close to mine and they are both easy going. I like that."




【 在 xpfzzy (Morning) 的大作中提到: 】
: 周二去了一家非常喜欢的公司onsite, 一共面了四个人 (HR, HM, two Seniors). 一切
: 都进行的很好。最后 Hiring Manager 又来了跟我说还有下一轮, 因为有几个人要跟
: 我谈。 可是就在他说这个的过程中, 我突然说 “I have a very good talk with
: them and feel very comfortable to talk with them". 等我说完这句话, 他的脸色
: 一下变了, 说要跟那两个谈谈就让我走了。 走的时候我说 "have a good day", 都没
: 理我。结果昨天从猎头那里知道, 他说我能力, 技术都很好, 就是交流不行, 还要
: 在看看别人。我真是纠结哦, 有牛人知道我这句话有什么不对的吗? 我知道我不该说
: 的, 话是多余的。
: 55555


 发信人: xpfzzy (Morning), 信区: JobHunting
标  题: Re: onsite 因为一句话可能要黄了,赳结中, 求建议
发信站: BBS 未名空间站 (Fri Aug 10 16:03:05 2012, 美东)

Yes, I think the supervisor will make the decision. At least, my current
group works this way.

【 在 haizicqu (haizi.cqu) 的大作中提到: 】
: 咱俩同一天面试。。。
: 也是技术,能力,personality都不错,就说我交流能力不够。要继续面几个看看有没
: 有更好的。。
: 唉,,,在等消息中。。。
: 不知道大牛推荐会不会起到关键作用。心里悬的很。
: 另外问个问题,面试的时候就两个人,一个supervisor,一个小组组长。是不是
: supervisor说要就要啊?



brush up ur English or meanwhile open ur mouth only if needed

On the other hand, if a company desperately needs someone with ur skills,
this is not important anymore.

hahaha

Comments

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...