Skip to main content

标 题: 也说两个refer的案例

发信人: cubeelee (bless H1B能approve), 信区: JobHunting
标  题: 也说两个refer的案例
发信站: BBS 未名空间站 (Fri Apr 25 16:28:40 2014, 美东)

算是矿工一名 公司不大 mid size吧 一直都陆陆续续在招矿工 待遇的话 比上不足比
下有余那种 在这个城市生活觉得很够用

1 我以前的两个同学去了某个公司(bank)名气很大 她们两有个共同的同事 老公在我
这个城市 这个人我算认识也不算认识 算认识是因为当初申请学校的时候在一个群里
聊过天 不认识的话是因为从来没见过面

听我同学说起这个人很想来我这个城市 我觉得我们组刚好有position 就想推荐她 然
后找我同学递个话 说如果想来的话可以来找我推荐

没几天 这姑娘加我facebook了 我以为是要问我细节 结果什么动静都没有

又过了几天 我听组里的人说 她在面试 然后我就怒了

合着从头到尾我就是个给您递话的啊?然后我也是自己欠,去人facebook那问她,你是
在面我们公司了么?人家就一句话“恩”。其他的“谢谢”什么的一句没多说

我算是服了 删其facebook 不想有任何交集

当然了 后续是她貌似是不想面了还是被拒了(我没去问老板 觉得挺没劲的) 反正人
家没来
也许是瞧不起我们公司这个庙太小(名气肯定不如某bank大 但待遇比她们要好)

这个事儿之后 我觉得做人真是好心眼没用

2 回研究生学校找同学玩 有个不认识的学弟找我推荐 我顺手就帮忙了 给我发简历的
时候邮件写的还算正常 后来拿到了phone interview
这之后就……

拿到phone interview之后 他给我的第一封邮件题目“会问啥” 内容就是 学姐 我拿
到面试了 会问啥啊

看到题目我就疯了…… 咱先不说我邮箱到底能不能看中文 拜托同学 你有点
professional attitude好嘛?这种大白话的邮件 谁受得了啊?

后来居然还拿到on site了 继续这种风格邮件问我 然后要给我打电话 我把电话留给他
了 电话里问了一堆 “会问这个么 会问那个么 会问啥”类似的问题 我当然不会说那
么细 这样对其他面试者不公平
电话完了之后 直接一个短信发过来 就一句话“那会问XXX么?" 没有什么“学姐 你好
麻烦问一下”这种开头
同学啊 拜托咱们都读了十几年书了 写个短信能专业点么?咱是求人办事儿 不是逼着
人家给你帮忙 起码态度上要客气点吧


这就是我所经历的最不愉快的两次refer 从此之后 我觉得refer这事儿吧 还是只帮熟
人吧 帮了陌生人回过头来人家也不认得你的好 咱也不差那点钱不是?
http://gengwg.blogspot.com/

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