COMMON INTERVIEW QUESTIONS
1. What do you see yourself doing five years from now?
2. What motivates you to put forth your greatest effort?
3. In what ways do you think you can make a contribution to this company?
4. In what kind of a work environment are you most comfortable?
5. Why are you seeking a position with this company?
6. What do you know about this company?
7. What are your strengths?
8. How do you spend your spare time? What are your hobbies?
9. What jobs have you held? How were they obtained and why did you leave?
10. What qualifications do you have that make you feel that you will be successful in your field?
11. Do you prefer any specific geographic location? Why?
12. What have you learned from some of the jobs you have held?
13. What interested you about our product (or service?)
14. What jobs have you enjoyed the most? the least? Why?
15. What are your own special abilities?
16. What job in our company do you want to work toward?
17. What have you done which shows initiative and willingness to work?
18. Why should I hire you?
19. What is your greatest weakness?
20. Give me an example of a work situation in which you were not proud of your performance?
What did you learn from this mistake?
21. Tell me about a conflict with a co-worker and how you resolved it
INTERVIEW DO’S AND DON’TS
DO:
1. Prepare
2. Be punctual
3. Stay focused in the interview. Don’t ramble
4. Be confident
5. Use examples when appropriate
6. Be genuine in your answers and avoid canned responses
7. Focus on what you have to offer the employer, not what you are going to get out of this job
8. Thank the interviewer for his/her time
DON'T
1. Bring up salary/benefits. Let the employer address these issues
2. Talk negatively about past employers
3. Give the impression you are merely shopping around
4. Appear aggressive. Instead be assertive.
KEY ATTRIBUTES:
Team player, Clear communication skills, Drive to succeed, Absolute professionalism, Attention to detail, Knowledge base, Dedication to the company and role, Ability to train and develop, Strategic mindset.
SAMPLE QUESTIONS YOU MIGHT BE ASKED
1. What are your greatest strengths and weaknesses?
2. What qualifications do you possess that would make you an asset to this organisation
3. What qualities do you admire most in others?
4. How would a colleague best describe you?
5. What skills have you developed though past work experiences?
6. Which of your jobs did you like the best?
7. What accomplishments have given you the greatest satisfaction?
8. What are your career goals?
9. How does this position fit in with your career goals?
10. Do you prefer a large or small company? Why?
11. How do you relate to other people at work?
12. In what type of work environment do you feel most comfortable?
13. Describe the ideal job
14. How do you determine success?
15. What motivates you to put forth your best effort?
16. Describe a problem you encountered and how you solved it?
17. What is your management philosophy?
18. What do you look for in a manager?
19. How do you work under pressure? Give me an example
20. What do you see yourself doing in five years? Ten years?
21. How can you contribute to this company?
22. What do you know about this company?
23. How long would you want to work for our company?
24. How long do you think it would take you to be productive in this position?
25. What criteria do you consider when evaluating potential employers?
26. Why should I hire you?
QUESTIONS TO ASK EMPLOYEES
1. What are the main responsibilities of this position?
2. Could you describe a typical day at work?
3. What type of orientation/training program is offered?
4. How would my performance be evaluated?
5. What are the opportunities for personal and professional growth?
6. What opportunities for advancement exist?
7. How long was the previous person in this position? Was he/she promoted?
8. Who would be the key people I would work with?
9. Who would I report to?
10. What is the organisational structure?
11. How much travel is required?
12. How much authority would I have in order to carry out my responsibilities?
13. What are you looking for in a candidate?
14. What characteristics does a successful person have at your company?
15. What objectives would you like to see accomplished during the 1st year?
16. How would you describe the work environment?
17. How would you describe your company¡¯s management style?
18. What makes your firm different from your competitors?
19. Do you promote from within?
COMMON INTERVIEW QUESTIONS的更多相关文章
- 5 Common Interview Mistakes that Could Cost You Your Dream Job (and How to Avoid Them)--ref
There have been many articles on our site on software testing interviews. That is because, we, as IT ...
- WCF学习系列三--【WCF Interview Questions – Part 3 翻译系列】
http://www.topwcftutorials.net/2012/10/wcf-faqs-part3.html WCF Interview Questions – Part 3 This WCF ...
- [转]Design Pattern Interview Questions - Part 4
Bridge Pattern, Composite Pattern, Decorator Pattern, Facade Pattern, COR Pattern, Proxy Pattern, te ...
- [转]Design Pattern Interview Questions - Part 2
Interpeter , Iterator , Mediator , Memento and Observer design patterns. (I) what is Interpreter pat ...
- [转]Design Pattern Interview Questions - Part 3
State, Stratergy, Visitor Adapter and fly weight design pattern from interview perspective. (I) Can ...
- [转]Design Pattern Interview Questions - Part 1
Factory, Abstract factory, prototype pattern (B) What are design patterns? (A) Can you explain facto ...
- 115 Java Interview Questions and Answers – The ULTIMATE List--reference
In this tutorial we will discuss about different types of questions that can be used in a Java inter ...
- 69 Spring Interview Questions and Answers – The ULTIMATE List--reference
This is a summary of some of the most important questions concerning the Spring Framework, that you ...
- JavaScript Interview Questions: Event Delegation and This
David Posin helps you land that next programming position by understanding important JavaScript fund ...
随机推荐
- IIS 使用 HTTP/2
什么叫HTTP/2? HTTP 2.0即超文本传输协议 2.0,是下一代HTTP协议.是由互联网工程任务组(IETF)的Hypertext Transfer Protocol Bis (httpbis ...
- (2)bytes类型
bytes类型就是字节类型 把8个二进制一组称为一个byte,用16进制来表示 Python2里面字符串其实更应该称为字节串,但是python2里面有一个类型是butes,所以在Python2里面by ...
- 初识Tarjan算法
#include<bits/stdc++.h> using namespace std; ; ;//强连通分量的个数 int stk[maxn];//暂时存放遍历过的点,在遇到low[x] ...
- Spring学习--静态工厂方法、实例工厂方法创建 Bean
通过调用静态工厂方法创建 bean: 调用静态工厂方法创建 bean 是将对象创建的过程封装到静态方法中 , 当客户端需要对象时 , 只需要简单地调用静态方法 , 而不需要关心创建对象的细节. 要声明 ...
- FutureTask的用法及两种常用的使用场景 + FutureTask的方法执行示意图
from: https://blog.csdn.net/linchunquan/article/details/22382487 FutureTask可用于异步获取执行结果或取消执行任务的场景.通过 ...
- Google Review中Zlib.Portable报错的一种排查解决方案
前几天遇到一个恶心的问题,跟同事一块解决了,在这里记录下过程. 比较懒,直接转他的blog: http://www.cnblogs.com/caochenghua/p/6530053.html 报错信 ...
- java开发中的常见类和对象-建议阅读时间3分钟
1.Dao 数据访问对象 此对象用于访问数据库.实现类一般用于用于操作数据库! 一般操作修改,添加,删除数据库操作的步骤很相似,就写了一个公共类DAO类 ,修改,添加,删除数据库操作时 直接调用公共类 ...
- scylladb docker 运行试用
scylladb 是兼容cassandra 的数据存储系统,从官方的性能报告,比原生的apache cassandra 有好多 的提高 使用docker 运行,具体的也可以参考官方文档,后边会提供 ...
- 协程、gevent实现异步io、进程、线程、协程对比
异步io的说白了就是遇到io操作的时候,就停下来去做别的事情.io分网络io和磁盘io,网络io比如说打开一个网站获取数据,下载一首歌等等,磁盘io就是把数据存到一个文件里面,写到磁盘上. 从网站上获 ...
- Oracle DataBase单实例使用ASM案例(1)--ASM基本概念
版权声明:本文为博主原创文章,未经博主允许不得转载. Oracle DataBase单实例使用ASM案例(1)--ASM基本概念 系统环境: 操作系统:RH EL5-64 Oracle 软件: Ora ...