Money is an awkward topic of conversation for many professionals—even more so when you’re busy trying to make a positive impression on a prospective employer. Luckily, following a few simple guidelines can help you make sure the numbers add up without coming across like you’re all about the bottom line.
For starters, the focus early in the interviewing process should be on building awareness and relationships, and convincing employers that you’re the right person for the job. While courting them, keep the focus on making a good impression. If you shift the focus of conversation to finances and away from your key selling points before others have bought into the concept of you coming on board, you run the risk of spooking prospective employers, who may feel that the cart is being put before the horse, or risk pricing yourself out of an opportunity before you’ve had a chance to make a compelling case for yourself. It’s wiser to wait to broach the subject of money until you’ve had a chance to set yourself apart from other job seekers and line up some allies and advocates.
Once you’ve had a minimum of a couple interviews, and received signs that the company is interested (inquiries about references, start dates, and future interviews with specific higher-ups can be helpful indicators), you can begin to bring up the subject of money. Even then, it should be considered a secondary topic of conversation. More important during this phase of the hiring process is to convince potential employers that you’re excited about the role and opportunity, and motivated by factors other than cold, hard cash. Now is a good time to talk about the responsibilities that might come with the position, types of projects you’d be contributing to, opportunities for growth inside the organization, etc. Having established your genuine interest in the role and firm, you can then transition into discussions about salary.
A helpful way to broach the subject is to ask several questions about the position you’ve applied for, such as who you’d be working with, and on what kind of schedule, making compensation just one of many subjects of discussion on the list. Alternately, you can wait until the employer takes the lead and floats either the topic or a specific number. Do be prepared prior to all interviews, however. You should have a preferred salary range in mind (online searches, compensation reports, surveys, and discussions with peers can all help in your research) so that you’re ready to dive in no matter when the subject gets raised.
Likewise, be prepared to negotiate: It’s important to do your homework so you know the facts up front and don’t price yourself too low or out of an opportunity altogether. Demonstrate a willingness to be flexible and be prepared to stick to your guns. Knowing what you’re worth; being able to talk specifics in terms of your strengths, skills, and experience; having facts at-hand that definitively demonstrate the benefits that you bring to the table—all of these are things that can help you command greater value.
And remember, from better benefits to more flexible work hours and greater learning opportunities, there are many ways to structure a package that works for you, even if you’re offered a lower starting salary than you were hoping for. And before you pull the trigger and accept a job offer, make sure to get anything you’ve negotiated in writing.
Granted, money isn’t everything when it comes to building a fulfilling career. But by applying a little more strategy to the hiring process, you can help get the question of dollars to make more sense for all parties involved.

L362 When to Bring up Salary During the Job Interview Process的更多相关文章

  1. 【转】DBA需要的技能

         dba掌握的技术    1.      os : linux,solaris或其他unix起码要一种    2.      bash (不精通也要熟)  LINUX与UNIX SHELL编程 ...

  2. COMMON INTERVIEW QUESTIONS

    1. What do you see yourself doing five years from now? 2. What motivates you to put forth your great ...

  3. 【转】How to hire——创业公司应该如何招人

    How to hire After startups raise money, their next biggest problem becomes hiring.  It turns out it’ ...

  4. java.lang.reflect操作对象属性(域)的值

    package reflect; import java.lang.reflect.Constructor; import java.lang.reflect.Field; import java.l ...

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

  6. (11)Are you a giver or a taker?

    https://www.ted.com/talks/adam_grant_are_you_a_giver_or_a_taker/transcript 00:00I want you to look a ...

  7. GuozhongCrawler看准网爬虫动态切换IP漫爬虫

    有些关于URL去重的方面代码没有提供,须要自己去实现.主要这里提供思路 项目地址:http://git.oschina.net/woshidaniu/GuozhongCrawler/tree/mast ...

  8. L365

    When I started my company nine years ago, I was a young, inexperienced founder without much capital. ...

  9. Spring Boot2 系列教程(九)Spring Boot 整合 Thymeleaf

    虽然现在慢慢在流行前后端分离开发,但是据松哥所了解到的,还是有一些公司在做前后端不分的开发,而在前后端不分的开发中,我们就会需要后端页面模板(实际上,即使前后端分离,也会在一些场景下需要使用页面模板, ...

随机推荐

  1. java笔记 -- java字符串

    概念: Java字符串就是Unicode字符序列, Java没有内置的字符串类型, 而是在标准Java类库中提供了一个预定义类. 每个用双引号括起来的字符串都是String类的一个实例.String ...

  2. 关于两栏布局,三栏布局,一级点击三角触发select的onchange事件问题

    首先看这样一个效果:,这个截图来自移动端的列表的一整行,在这个效果当中,存在两个技术点,首先选择祝福卡这个宽度是一定的,右边的部分,宽度随着手机屏幕的宽度而自适应,再一个技术点就是点击最右侧向下箭头, ...

  3. Openstack中keystone与外部LDAP Server的集成

    openstack中keystone鉴权的用户user和password信息,通常保存在mysql数据库的keystone库: 表local_user和表password: keystone也支持外部 ...

  4. Python自学:第三章 使用函数sort( )对列表进行临时排序

    # -*- coding: GBK -*- cars = ["bmw", "audi", "toyota", "subaru&qu ...

  5. vue版 文字滚动

    用法:<marque :text="bannerText"></marque> 下载

  6. Confluence 6 从 WIKI 标记整合到基于 XHTML 的存储格式

    如果你现在正在将 Confluence 从一个老的版本升级到 Confluence 4.0 或者更新的版本 (例如从 Confluence 3.5.x 或者更老的版本),在升级的过程中一个内容整合过程 ...

  7. bilinear pooling

    一.双线性汇合的计算过程: 第一步,计算Gram 矩阵: 对于一组H×W×D的feature maps,$\boldsymbol{x}_{i} \in \mathbb{R}^{D}$是图像的深度描述, ...

  8. 【Java】【11】String数组和List相互转换

    正文: 1,String[]转List String[] strs = {"aa", "bb", "cc"}; //String数组 //方 ...

  9. gevent模块学习(三)

    3. Group类,常用于不限制数量的管理异步任务的分组且可搜集运行结果 g = gevent.pool.Group(*args) -> Group 说明: 创建一个组对象,其实就是一个不限gr ...

  10. 从零开始学Python 一

    一.安装 1.进入Python官网下载环境:https://www.python.org 2.根据自己的电脑选择安装版本,然后安装即可. 二.运行第一个程序 1.安装完Python,会自带一个编辑器, ...