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 ...
随机推荐
- Java中重写与重载的区别
方法重载:关键字overload,方法名和方法的返回类型都相同,方法参数个数和类型不一样方法重写:也叫方法覆盖,关键字override,相对于类继承而言,重写的方法名,返回类型,参数个数,参数类型都要 ...
- Linux网卡绑定探析
2013-08-20 15:39:31 现在很多服务器都自带双千兆网口,利用网卡绑定既能增加网络带宽,同时又能做相应的冗余,目前应用于很多的场景.linux操作系统下自带的网卡绑定模式,Linux b ...
- UVA-1364.Knights of the Round Table 无向图BCC
题目链接:https://vjudge.net/problem/UVA-1364 题意:有n个人参加会议,互相憎恨的人不能坐在相邻的位置,并且每个会议参加的人数必须是奇数,求有多少个人不能参加任何一个 ...
- sqli-labs:17,增删改
增 insert into users values(','lcamry','lcamry'); 删 delete from users where id=16 删数据库:drop database ...
- Two Sum LT1
Given an array of integers, return indices of the two numbers such that they add up to a specific ta ...
- mysql完装成功后的提示。
To start mysqld at boot time you have to copysupport-files/mysql.server to the right place for your ...
- keepalived+nginx+tomcat+redis集群环境部署
1.所需软件.jar包.配置文件下载:http://pan.baidu.com/s/1dFgntst 2.环境说明: centos6.5 64位 主节点:192.168.40.121 副节点:192 ...
- Java基本语法实验报告
题目: Java基本语法 课程名称: JAVA语言程序设计 班 级: 信1705-1 姓 名: 刘雨馨 学号: 20173445 指导教师: ...
- centos7 hive + 远程mysql 搭建笔记
1.require:java环境,本地可用的hadoop,远程可访问的mysql 2.拷贝hive文件(hive-2.2.1) 3.设置环境变量 export HIVE_HOME=/data/spar ...
- 10个相见恨晚的 Java 在线练手项目
10个有意思的Java练手项目: 1.Java 开发简单的计算器 难度为一般,适合具有 Java 基础和 Swing 组件编程知识的用户学习 2.制作一个自己的 Java 编辑器 难度中等,适合 Ja ...