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之后,只有少部分 ...
随机推荐
- Confluence 6 权限概述
下面的权限可以指派给任何一个空间: 分类 权限 全部(All) 查看(View )给你能够查看空间内容的权限,包括有空间目录和其他的内容,例如主面板. 删除自己(Delete own) 给你权限删除你 ...
- Vue.js,select中的option用ajax想循环控制值的显示 v-model可以实现但提示报错,这是为什么?
应该将v-model换成:value,因为v-model只能绑定一个值,无法绑定多个值 <select v-model="citys"> <optio ...
- 两个约束下的dp问题
洛谷P1510 分析:本质上还是一个01背包,将体力当做重量,体积当做价值.配上滚动数组 即dp[j]代表在体力耗费为j时最大能搬运多少体积的石头,当dp[j]>v时就说明存在满足情况的解,这样 ...
- 廖雪峰网站:学习python函数—调用函数(一)
# 调用函数 # 可以直接从Python的官方网站查看文档: # http://docs.python.org/3/library/functions.html#abs n = abs(100) # ...
- HTTP请求/响应报文结构
HTTP协议版本有两种:HTTP1.0和HTTP1.1 它们俩的区别在于:HTTP1.0对于每个连接都只能传送一个请求和响应,请求后就会关闭,HTTP1.0没有Host字段:而HTTP1.1在同一个连 ...
- oracle 创建自定义的流水号
; --你确定流水号只要3位? 使用它的下一个值用: seq_abc_taskid.nextval查询当前值用:seq_abc_taskid.currval比如你现在要插入一行到abc,你可以 ,se ...
- python中的apscheduler模块
1.简介 apscheduler是python中的任务定时模块,它包含四个组件:触发器(trigger),作业存储(job store),执行器(executor),调度器(scheduler). 2 ...
- CentOS查看安装包会释放哪些文件
1.查看软件包全称(以mysql为例) rpm -qa | grep -i mysql 2.查看释放出的文件(以MySQL-server-5.5.55-1.el6.x86_64为例) rpm -ql ...
- JDK动态代理源码分析
先抛出一个问题,JDK的动态代理为什么不支持对实现类的代理,只支持接口的代理??? 首先来看一下如何使用JDK动态代理.JDK提供了Java.lang.reflect.Proxy类来实现动态代理的,可 ...
- 最新jquery+easyui_api培训文档
目 录 1 Accordion(可折叠标签) 2 1.1 实例 2 1.2 参数 3 2 DateBox(日期框) 4 2.1 实例 4 2.2 参数 6 2.3 事件 6 2.4 方法 6 3 C ...