Skip to main content

更新)刚接到HR电话。 急问onsite面试完了以后写给几个面试者的

发信人: nikeing (inging), 信区: JobHunting
标  题: (更新)刚接到HR电话。 急问onsite面试完了以后写给几个面试者的
关键字: 面试,感谢信
发信站: BBS 未名空间站 (Wed Aug 15 11:29:09 2012, 美东)

如题,onsite归来,感觉很没谱,想再写一下感谢信表达一下自己的强烈兴趣。但是当
时有四个人面,我实在写不出四份感谢信,请问能写一样的吗?他们四个人不会无聊到
拿来比对吧?

先谢谢啦

更新:
HR刚才打电话过来了。她问了我对昨天面试和对公司的感
觉,然后又问我的身份。这个比较麻烦,我现在刚开始opt extension,但是只是收到了
i797-c receipt,还没收到正式的EAD卡。而且为了能申请extension,我上个月底去学校
找了个part time的RA的工作,但是这个工作我并没有写到简历上,昨天也没有提起。
她刚才还问我是不是现在没工作,我就照实说在学校做一份part time的工作。
最后又问有没有别的offer或者是final interview. 我说有interview但是还不到final
round.
挂了电话她发了封邮件给我,说如果我有什么变动的话马上
让她知道。我就立马给她的邮箱发了封邮件,详细阐述了OPT的开始和截至日期,还有
稍微解释了一下这份part time的工作,为什么我没写在简历上。现在好紧张,希望她
能理解吧。千万别觉得我是在故意隐瞒什么。哎呀呀呀。。。

虔诚地求个祝福吧,真的很想要这份工作,工作地点,公司氛围还有工作内容都很喜欢
,拜托大家给个祝福吧





发信人: obsl (豁然开朗), 信区: JobHunting
标  题: Re: (更新)刚接到HR电话。 急问onsite面试完了以后写给几个面试者
发信站: BBS 未名空间站 (Thu Aug 16 20:48:47 2012, 美东)

我当时是把每个人的邮箱给猜出来了,都写了,但是内容不一样,不用太长,写了感觉
还是好,表示你对这个工作有兴趣,后来只有我感觉不好的面试官给我回了信,其他人
都没回,然后我就开始郁闷,结果还是拿到offer了。

写不写是态度问题,回不回和雇你与否没关系。





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