L295 how to turn down a job but keep a good relationship with the hiring manager
Let’s say you’re on the hunt for a new job. Three interviews in, you realize it’s not the place for you—maybe the position doesn’t seem like a good fit, or you didn’t hit it off with your potential boss. You do, however, want to stay in touch with the hiring manager or recruiter, in case a different role opens up down the road. How do you proceed?
The best piece of advice career coach Jena Viviano has for job seekers in this situation is not to overthink their response. “It’s actually pretty simple,” she says. “We complicate things because we think there’s some ninja tricks to it. But it’s actually just about being a regular human—and being kind and respectful.” That’s the approach you should take to any interview process, but it’s especially important when you’re turning down a job but want to maintain the relationship.
One way to be more, well, human, is to pick up the phone—even if it feels more uncomfortable to decline an offer on the phone. Viviano recommends always asking for a phone call and only opting for email if the hiring manager or recruiter is unavailable or too busy to hop on the phone. From there, you should be gracious and thankful for the opportunity—while also leaving the door open by saying something like: “I would love to stay in contact with you. Would it be okay just to reconnect every three months or so?” Assuming you really do want to stay in touch, it is important that you note that down for yourself and follow up at the right time. Viviano recommends checking in with your contacts every quarter, even if you’re not actively job hunting. If it’s an early-stage company, you can even be an asset to them by making introductions to other potential hires, she says.
Whether you’re turning down an offer or pulling out of the interview process before you even get to that stage, you’re under no obligation to offer an explanation or reason for your decision. Vicki Salemi, career expert for Monster, says that holds true even if you’ve been connected by a mutual friend and have bypassed the formal application or typical recruiting channels. In those scenarios, it’s possible you weren’t even formally looking for a new job; an interesting opportunity may have just landed in your lap. “It’s always important to accept an invitation and have that first conversation,” she says. “But you have every right to pull the plug on the conversation. It’s completely okay because that’s what the interview process is about—it’s about exploration.”
When the reason for your reticence is, say, timing or something more concrete—perhaps you’re getting married or the company in question is in the process of securing funding—you can choose to disclose that if it feels relevant. It all depends on whether you’d like to continue the relationship, Salemi says. If you truly want to pick up the conversation a few months later, it may make sense to divulge that the timing isn’t right, or that you want to wait until the company can give you a better salary offer. But in a situation where you’re put off by a potential boss, for example, it’s better to keep that to yourself, especially if you still might consider working at the company (albeit on a different team). Either way, until you accept a job, you are entitled to pulling out of the process or declining an offer, without worrying about how it might reflect on you. “There’s a difference between burning a bridge and just being honest,” Salemi says.
Job seekers often don’t realize the proverbial ball is mostly in their court. “Most people don’t realize that it’s a candidate’s marketplace,” Viviano says. “Most candidates don’t go into an interview or networking situation acting as if they’re the leader.” In an employee’s market, Salemi points out, companies usually don’t read too much into a candidate declining an offer. If anything, that employer is thinking hard about how they can edge out the competition to better attract new talent. “It’s really like you’re dating an employer, and they’re dating you,” Salemi says. “You’re courting each other, but if anything, they’re courting you more.”
In other words, you should never accept a job solely because you’ve gone through the interview process or feel moved by a sense of obligation. And you shouldn’t feel bad about it. “If you’re thinking, ‘well, they invested so much time in me,'” Salemi says, “you invested time in this, too. That’s why it’s important to pause, evaluate the situation, and make a decision that you’re confident in—and don’t look back.”
L295 how to turn down a job but keep a good relationship with the hiring manager的更多相关文章
- Tomcat Server Configuration Automation Reinforcement
目录 . 引言 . 黑客针对WEB Server会有那些攻击面 . 针对Tomcat Server可以做的安全加固 . Managing Security Realms with JMX . 实现对T ...
- 回复git@vger.kernel.org的注意事项
比如回复这封邮件 https://public-inbox.org/git/db2dcf54-8b1c-39b1-579c-425ef158c6a1@kdbg.org/ Reply instructi ...
- The Product-Minded Software Engineer
转自The Product-Minded Software Engineer Product-minded engineers are developers with lots of interest ...
- Lesson 11 One good turn deserves another
Text I was having dinner at a restaurant when Tony Steele came in. Tony worked in a layer's office y ...
- webrtc进阶-信令篇-之三:信令、stun、turn、ice
webRTC支持点对点通讯,但是webRTC仍然需要服务端: . 协调通讯过程中客户端之间需要交换元数据, 如一个客户端找到另一个客户端以及通知另一个客户端开始通讯. . 需要处理NAT(网 ...
- HDU-4869 Turn the pokers
原题: Turn the pokers 思路:假设正面为0,反面为1.牌就像这样 000000....... .考虑到假如可以实现最终反面个数为m, 牌共n张, 则这n张排任取m个为反面 ...
- jQuery+turn.js翻书、文档和杂志3种特效演示
很好用的一款插件jQuery+turn.js翻书.文档和杂志3种特效演示 在线预览 下载地址 实例代码 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML ...
- why does turn off button means hibernate on my win8
when I upgrated my laptop's system to win8.*,I found it's hibernate when I clicked turn off button. ...
- STUN和TURN技术浅析
转自:http://blog.csdn.net/yu_xiang/article/details/9227023 在现实Internet网络环境中,大多数计算机主机都位于防火墙或NAT之后,只有少部分 ...
随机推荐
- EventBus 3.0使用相关
一 引入方法 可以去github的官网中下载EventBus的相关资源 地址:https://github.com/greenrobot/EventBus 当然还有他的官方网站 http://gre ...
- JS中循环逻辑和判断逻辑的使用实例
源代码见: https://github.com/Embrace830/JSExample &&和||的理解 a || b:如果a是true,那么b不管是true还是false,都返回 ...
- java控制流
目录 1.引用数据类型 2.流程控制语句 2.1 条件控制语句if 2.2 if语句与三元运算符的互换 2.3 循环语句 2.4 循环嵌套 2.5 跳转语句 2.6 选择结构switch 3.猜数字案 ...
- python记录_day14 内置函数二 迭代 二分法
一.匿名函数 形式: lambda 形参:返回值 lambda表示的是匿名函数. 不需要用def来声明, 一句话就可以声明出一个函数.匿名函数不是说一定没名字,而是他们的名字统一称为“lambda”, ...
- Non-UTF-8 code starting with '\xbb' in file
一.错误问题 错误问题:Non-UTF-8 code starting with '\xbb' in file,如图所示: 二.分析问题 原因:程序文件夹中出现中文,运行的时候出现如下错误,导致出错的 ...
- React Router页面传值的三种方法
文章地址:https://blog.csdn.net/qq_23158083/article/details/68488831
- Git Diff 格式分析
参考: http://stackoverflow.com/questions/2529441/how-to-read-the-output-from-git-diff https://www.git- ...
- 牛客网第一场 A Monotonic Matrix
链接:https://www.nowcoder.com/acm/contest/139/A来源:牛客网 Count the number of n x m matrices A satisfying ...
- 微信订阅号,获取用户openid
在微信后台,启用服务器配置. 服务器URL地址,要通过Token的验证. private void Auth() { string token = ConfigurationManager.AppSe ...
- eclipse安装scala环境
1.安装eclipse插件,依次点击Help->Eclipse Marketplace 2.输入scala,点击go,进行搜索 3,出现了Scala IDE4.7X,点击右下方的Install进 ...