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. App 打包

    记录一下: 1. applicationIdSuffix 实现不同 ApplicationId 打包,buildTypes 中添加编译后会成功生成加对应后缀的ApplicationId.在 produ ...

  2. Oracle中用户的创建和权限设置

    权限: CREATE SESSION --允许用户登录数据库权限 CREATE TABLE --允许用户创建表权限 UNLIMITED TABLESPACE --允许用户在其他表空间随意建表 角色: ...

  3. 开发者的自测利器-Hprof命令(寻找cpu热点)

    测试代码: public class HProfTest { public void slowMethod() { try { Thread.sleep(1000); } catch (Excepti ...

  4. Linux基础命令mkdir

    mkdir  /home/ceshi   home目录下创建测试目录 mkdir  -p  /home/ceshi1/ceshi home目录下递归创建 mkdir     /home/ceshi2  ...

  5. JSON的新方法--parse()和stringify()

    // eval 可以解析任何字符串变成js var str = 'function show() {console.log(1)}'; eval(str); show(); // parse 只能解析 ...

  6. OO面向对象第一单元总结

    OO面向对象第一单元总结(表达式求导) 写在前面: 魔鬼课程oo第一单元终于结束,当终究要落笔总结,竟不知从何写起…… 回首再去看第一次的作业,你会满足于那时的幸福,或许,这就是成长吧! 千言万语,一 ...

  7. application.xml中配置文件properties导入

    <bean id="propertyConfigurer" class="org.springframework.beans.factory.config.Prop ...

  8. linux添加本地yum源

    增加一块硬盘 然后格式化成btrfs格式的文件 mkfs.btrfs /dev/sde 永久挂载 echo "/dev/sde /mnt btrfs defaults 0 0" & ...

  9. java Comparable and Comparator

    1.Comparable简介 此接口对实现它的每个类的对象强加一个总排序.这种排序被称为类的自然排序,类的compareTo方法被称为其自然比较方法.可以通过 Collections.sort(和Ar ...

  10. Spring框架中获取连接池的几种方式

    什么是数据库连接池? 数据库连接池是一种关键的有限的昂贵的资源,对数据库连接的管理能显著影响到整个应用程序的伸缩性和健壮性,影响到程序的性能指标.数据库连接池就是用来解决这些问题而提出的. 数据库连接 ...