Skip to main content

标  题: 请问接受offer之前,如何与HR拖延时间

Make a Donation
FatWallet Coupons and Deals发信人: ttxs2010 (ttxs2010), 信区: EE
标  题: 请问接受offer之前,如何与HR拖延时间
发信站: BBS 未名空间站 (Thu Jun 23 18:07:49 2016, 美东)

各位大侠,我最近联系了一下我实习的A公司,manager和公司的同事人都不错,而且今
天打算发offer了。

但是与此同时,我突然拿到了其他B公司的onsite(可能是更好的机会),就在early 
next week。 所以目前我寄希望于下周面的公司立刻就能发offer。

今天我和A公司的HR电话的时候,结果是这样一个局面:她给了个数字,我说能不能再
高一点,然后她问假如真的给你更高的salary你就会来对吗?我没给正面回答,就假装
纠结数字绕过去了。

HR说明天可能会继续给我打电话,请问到时候,我能不能理直气壮的说“请给我至少一
周考虑”或者实话实说 “我还在等其他公司,所以不用着急给我offer或者给我一些时
间考虑”?

实在不想最后得罪了A公司,所以非常纠结。请问各位大侠,我如何处理这个状况比较
好?



a week is normally too long. recruiters usually have backup candidates. If 
you are not coming, they will switch to plan B. Asking for a week directly 
is pretty an obvious sign that your interest level is not high.

I would ask how much time you have to think about. I think they will give 
you 2-3 days, unless it is a senior leadership position (meaning that it is 
very hard to find the right candidate).

It's a free market. Everyone is trying to get the best deal for himself. You

are. They are, too.

Comments

  1. Thank you for the read. Honestly you covered the topic and broadly examined all
    areas. If i was to write this i would have done a few things differently myself but you have definitely inspired me to get into the world of blogging. Thanks heaps for the post i really appreciate it. Have a good day and keep blogging
    http://awriter.org/bid4paperscom

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