Job Interview: Why Only 3 Questions Really Matter
Even for the most fearless amongst us, job interviews can be nerve wracking. In order to give us the best chance of success we tend to prepare for many of the difficult questions we anticipate, questions like:
•Why should we hire you?
•What can you do for us that other candidates can’t?
•What are your key strengths and weaknesses?
Of course, you can never predict how an interview will go and what questions you will get. You might get an interviewer who fires one tough question at you after the other, or one that turns the interview into a more comfortable, natural two-way conversation.
Preparing, therefore is difficult. In most cases we practice the answers to a long list of possible questions. The problem is that this can leave you over-prepared and as a consequence your pre-conceived answers can come across a bit robotic.
From my experience, there are really only 3 questions you have to prepare for and you can link most of the interview questions back to these three. Preparing for these three questions also means you can answer most questions more naturally, simply by referring
mentally back to your preparations for these three questions.
Basically, any interviewer wants to establish 3 key things:
1.Have you got the skills, expertise and experience to perform the job?
2.Are you enthusiastic and interested in the job and the company?
3.Will you fit into the team, culture and company?
However, during the job interview, the interviewer might use many different questions and angles to get to the answers. If the interviewer doesn’t get what he or she wants from one question, they might ask them in different ways. Or they might probe from different
angles to test for consistency in your answers.
Here is what’s behind these 3 questions:
1. Have you got the skills, expertise and experience to perform the job?
Think about the key skills you might need for the job you have applied for and assess your own level of expertise and experience in that context. It makes sense to identify the more specific or technical skills that your potential employer might expect as well
as some more generic skills such as being a good communicator, having good IT skills, being a team player, etc. Once you have prepared for this question it will help you answer many different interview questions without getting sidetracked into talking about
things that are not relevant. Remember that you want to demonstrate that you are aware of the key skills, expertise and experience required to do the job and that you have what it takes to perform it. Always go back to the key skills, expertise and experience
when answering scary (and sometimes silly) questions like:
•Tell me about yourself?
•What are your greatest strengths / weaknesses?
•What can you do for us that other candidates can’t?
•Why do you think you are right for this job?
•What do you think the main challenges will be?
•Etc.
2. Are you enthusiastic and interested in the job and the company?
Any potential employer wants to know that you are interested in the company and excited about the prospect of working there. You therefore want to demonstrate that you have researched the company, understand its strategy, current performance, structure, market
position and products and that you can’t wait to join them. For most, you will have done your homework before you even applied for the job, but if you haven’t then check out the ‘about us’ section on their website and search for the latest strategy documents,
annual reports, key statistics as well as the company history. Show that you know them and demonstrate your enthusiasm for the job and company. Here you might also want to think about your ambitions and how they fit into the company you have applied for. You
can then use the insights for answering questions such as:
•What do you know about our company?
•What do you think our company is aiming to achieve?
•What do you know about our products and services?
•Why do you want to work for this company?
•Why do you think this job is right for you?
•What motivates you?
•Etc.
3. Will you fit into the team, culture and company?
This final key question is about your personality and your style and how you as a person fit into the team and culture of the company. Companies have different cultures, which translate into different ways of behaving and working. It is important to make sure
you fit in and don’t feel like a fish out of water. In fact, it is important for the company as well as for you. Again, hopefully you will have done some research prior to applying for the job. Sometimes, it can be tricky to find detailed knowledge about the
company culture, in which case you simply talk about your assumptions and why you feel you fit in. One relatively new website that offers a glance inside companies is Glassdoor. The site is still in its infancy but provides a growing amount of data and information
about what it is like to work for different companies. You want to map the culture of the company or the team you are planning to join and compare this to your personality traits, style and behaviors. Again, once you have done this you can use it to answer
questions such as:
•How would you describe your work style?
•How would you describe yourself?
•How would your colleagues describe you?
•What makes you fit into our company?
•What makes you a good team member?
•If you were an animal, what animal would you be?
•Etc.
Of course, any interview is a two-way process. In the same way the interviewer wants to find out that you are right for the company, you need to assess whether the company is right for you. Each of the questions can be turned around so that you can assess:
1.By joining this company, will I make best use of my skills and expertise and will they help me to grow them further?
2.Is the company excited about having me work for them and will they give me the necessary support?
3.Is the company culture the right fit for me so that I can flourish and be myself?
If you ask relevant questions from your point of view then this will make the interview more balanced and create a more natural conversation.
Job Interview: Why Only 3 Questions Really Matter的更多相关文章
- Telephone interview with Youyou Tu
"Good News for the National Holiday!" Telephone interview with Youyou Tu following the ann ...
- 别再埋头刷LeetCode之:北美算法面试的题目分类,按类型和规律刷题,事半功倍
算法面试过程中,题目类型多,数量大.大家都不可避免的会在LeetCode上进行训练.但问题是,题目杂,而且已经超过1300道题. 全部刷完且掌握,不是一件容易的事情.那我们应该怎么办呢?找规律,总结才 ...
- UNIX command Questions Answers asked in Interview
UNIX or Linux operating system has become default Server operating system and for whichever programm ...
- What Great .NET Developers Ought To Know (More .NET Interview Questions)
A while back, I posted a list of ASP.NET Interview Questions. Conventional wisdom was split, with ab ...
- Popular HashMap and ConcurrentHashMap Interview Questions
http://howtodoinjava.com/core-java/collections/popular-hashmap-and-concurrenthashmap-interview-quest ...
- WCF学习系列二---【WCF Interview Questions – Part 2 翻译系列】
http://www.topwcftutorials.net/2012/09/wcf-faqs-part2.html WCF Interview Questions – Part 2 This WCF ...
- [译]Node.js Interview Questions and Answers (2017 Edition)
原文 Node.js Interview Questions for 2017 什么是error-first callback? 如何避免无止境的callback? 什么是Promises? 用什么工 ...
- WCF学习系列三--【WCF Interview Questions – Part 3 翻译系列】
http://www.topwcftutorials.net/2012/10/wcf-faqs-part3.html WCF Interview Questions – Part 3 This WCF ...
- WCF学习系列四--【WCF Interview Questions – Part 4 翻译系列】
WCF Interview Questions – Part 4 This WCF service tutorial is part-4 in series of WCF Interview Qu ...
随机推荐
- jq以固定开头的class属性的名称
$("div[class^='pick']").css({'border-color':'#000000'}); div [class^="aaa"]
- Linux移植之内核启动过程引导阶段分析
在Linux移植之make uImage编译过程分析中已经提到了uImage是一个压缩的包并且内含压缩程序,可以进行自解压.自解压完成之后内核代码从物理地址为0x30008000处开始运行.下面分析在 ...
- Jmeter常用脚本开发之JDBC请求
简单说明:JDBC请求就是使用Jmeter连接数据库,执行sql语句,并返回对应的响应结果 步骤: 1.引入使用的数据库的驱动jar包,使用不同的数据库,我们需要引入不同的jar包.本文使用的MySQ ...
- Python while for if....else
1函数input()的工作原理: 函数input()让程序暂停运行,等待用户输入一些文本.获取用户输入后,python将其存储在一个变量(即要向用户显示的提示或说明) raw_input 是Py ...
- hdu (kruska and prime) 继续畅通工程
题目http://acm.hdu.edu.cn/showproblem.php?pid=1879 复习一下最小生成树的两个基本算法. 由于存在道路是否已修建的问题,如果已修建,那么该条道路的成本即为0 ...
- VS“当前上下文中不存在名称“ViewBag”,当前上下文不存在名称“model””-已解决
自己的项目出现了错误提示,却能编译成功,但是有点强迫症,总是想解决这个错误. 上网找了一堆,都是删除缓存等一些方法,但是没有多大用处,我觉得还是版本号不对,没有引用进来相应的配置,所以配置下了Conf ...
- BZOJ4813或洛谷3698 [CQOI2017]小Q的棋盘
BZOJ原题链接 洛谷原题链接 贪心或树形\(DP\)都可做,但显然\(DP\)式子不好推(因为我太菜了),所以我选择贪心. 很显然从根出发主干走最长链是最优的,而剩下的点每个都需要走两步,所以用除去 ...
- SQL Server 2008数据库连接错误
以Windows身份连接SQL Server 2008数据库时,连接不上,出现如下报错画面: 解决办法:打开services窗口,找到名字类似于SQL Server (xxx)的服务,启动服务. 注: ...
- CURLOPT_RETURNTRANSFER
curl_setopt($ch,CURLOPT_RETURNTRANSFER,);//设置返回值不直接输出,例如返回xml格式,会将xml原样输出
- Likecloud—吃、吃、吃(P1508)
题目链接:Likecloud-吃.吃.吃 这题的状态非常的自然. 就是ans[i][j]表示从(i,j)出发,能得到的最大能量值. 那么对应每一个点,我们只要选出他能到达的点的最大值,加上自己就行了. ...