Top English interview Q&A
http://www.hjenglish.com/new/p581292/
vocabulary
endeavour [ɪn'devər]
relevant ['reləvənt] ,
efficient [ɪ'fɪʃnt]
motivation ,
motivate,
persistance
phrase [freɪz]
System analysis, trouble shooting and provide software support
sb endevaour to do sth
5 years relevant experience
have an eye on target
be efficient/excelling on the job
high level motivation to do
bring the best practices to the company, bring the company more success.
be movivated by doing sth.
meet deadlines
pride myself on ...
company that afforded me many fine experiences...
a job can offers me the opportinuity for advicement.
advancing my career
a high consideration which suits my ability and goals.
not to give up too soon
project deadline is coming up
apply my experience to this position.
with the experience that I have gained
in terms of
System analysis, trouble shooting and provide software support
win the senior role
make positive contributions to the team
the kind of person who stays clam under pressure
sentence
1.tell me about yourself.
"I 'm someone who ..."
1).always has an eye on my target. I endeavour to deliver high-quality work on time
2).knows this job inside and out. With many years of relevant experience, there is no question whether I will be efficient on the job. I can bring the best practices to the company.
3).has a high level of motivation to work here. I have studied the entire company history and observed its business strategies.
2.what are your greatest strengths?
1).When I'm working on a project, I don't want just to meet deadlines. Rather, I prefer to complete the project well ahead of schedule.
2).My time management skills are excellent and I'm organized, efficient, and take pride in excelling at my work
3).I pride myself on my customer service skills and my ability to resolve what could be difficult situations.
3.what are your greatest weathness?
1).As you saw I'm a disable and yeah it may looks strange when I waiking. but I can do as well as others event more execelling at my work.
4.why did you quit your last job?
1).It's an excellent company that afforded me many fine experiences, howvere the project is going to be handed over to another Company.
2).I am looking for a more challenging opportunity.
3).I want to do a job that can offer me the opportunity for advancement.
5.why do you want to work here
1).I would like to do a job that can offer me the opportunity for advancement.
2).I'v knowed searvel colleagures over the years that have worked at your company, and they have all said great things.
3).I learn from internet and very excited to see many of employees are pround of working on your company, it's pretty wonderful that I can join such a great company.
6.what do co-workers say about you?
1). They say I'm someone who has an eye on target, effeicnet in my working.
7.would you be willing to relocate if require?
1).I'm very interested in advancing my career, and if relocating is part of that, I would certainly consider it.
8.what kind of salary are you looking for?
1).To enjoy my life, I rather expect a hight consideration which suits my ablitity and goals.
9.what have you learnted from the mistakes on the job?
1).I think one of the most imporant things I have learnted is persistance, not to give up too soon cause the solution is probably right in front of you.
2) I learnted how to communicate with different roles from different departments in internal or external company, for business user we should not talking about the tenichcal detail and for external user, we should not send internal information to them.
10. are you willing to work overtime?
1). Generally I can finish my work in working hours, however I have no problem in working overtime if the project deadline is coming up,.
11. what experience do you have in this field?
1).I have been working as a computer progrmmer for 5 years, to be specific, I did 2years software deveropment with C++ programing language, 3 years System analysis, trouble shooting and provide software support with J2EE knowleadge and I bileve I can apply my experience to this position.
12.Do you consider yourself successful?
Yes! with the experience that I have gained and the knowledge and skills that I have learnted I could say I have been successfully in terms of provoding helful assistance and ideas to my colleagues and customers.
13.what have you done to imporve your knowlege in last year?
1).I read some technical books and did weekly practice then post then to my blog.
14.where do you see yourself in 5 years? (你的五年工作计划是什么)
1). I'd like to continue progressing in software filed and gain more skills and techniques that would hlep me to win the senior role.
2). I'd continue taking on more responsibilities and confident that I can make positive contributions to the team that will bring the company more success.
15.what motivates you to do your best on the job?
1).I'm proud of getting satisfaction from customers because I represent my company when I proving sevice to them.
2).The teams achieved 100% on-time delivery of software products. I was motivated both by the chanllenge of finishing the projects ahend of schedule and by manging my teams to achived our goals.
16. tell me about your ability to work under pressure.
I'm the kind of person who stays clam under pressure , and handles stress fairly easily.
Top English interview Q&A的更多相关文章
- Top English interview Q&A part 2.
https://www.zhihu.com/question/19666878 1.how do you handle failure? I have always lived by the maxi ...
- English interview!
Q1:Why are you interested in working for our company?为什么有兴趣在我们公司工作?A1:Because your company has a goo ...
- python interview questions
referce:python interview questions top 50 refercence:python interview questions top 15 summary Q: wh ...
- linux的top命令参数详解
简介 top命令是Linux下常用的性能分析工具,能够实时显示系统中各个进程的资源占用状况,类似于Windows的任务管理器. top显示系统当前的进程和其他状况,是一个动态显示过程,即可以通过用户按 ...
- linux-linux top 命令各参数详解
简介 top命令是Linux下常用的性能分析工具,能够实时显示系统中各个进程的资源占用状况,类似于Windows的任务管理器. top显示系统当前的进程和其他状况,是一个动态显示过程,即可以通过用户按 ...
- Top 命令详解
Top 命令详解 先感受一下top命令的执行结果吧!哈哈-- top - 17:32:34 up 3 days, 8:04, 5 users, load average: 0.09, 0.12, 0. ...
- 【转】Linux Top 命令解析 比较详细
TOP命令是Linux下常用的性能分析工具,能够实时显示系统中各个进程的资源占用状况. TOP是一个动态显示过程,即可以通过用户按键来不断刷新当前状态.如果在前台执行该命令,它将独占前台,直到用户 ...
- Linux Top 命令解析 比较详细
[尊重原创文章出自:http://www.jb51.net/LINUXjishu/34604.html] TOP是一个动态显示过程,即可以通过用户按键来不断刷新当前状态.如果在前台执行该命令,它将独占 ...
- HDU 5907 Find Q(简单字符串)
传送门 Description Byteasar is addicted to the English letter 'q'. Now he comes across a string S consi ...
随机推荐
- POJ 2373
原本一道挺简单的DP题,思路有了,运用单调队列,但在写单调队列时写挫了... 这道题只需要计算偶数位置的即可,这是显而易见的,我有注意过这情况,写的时候却没在意...--! 加入队列的元素应该当前no ...
- Project Euler18题 从上往下邻接和
题目:By starting at the top of the triangle below and moving to adjacent numbers on the row below, the ...
- fastjson null 值处理
偶然用到fastjson转换json 在前台用js解析竟然某些字段没有,曾经用过gson.联想到是不是相似gson默认将null值不显示了,找了下资料果真如此 直接上代码吧 import java.u ...
- OC中使用UI自己定义控件实现计算器的设计(版本号1简单的加减乘除,连加,连减,连除,连乘)
OC中使用UI自己定义控件实现计算器的设计(版本号1简单的加减乘除,连加.连减,连除,连乘) #import <UIKit/UIKit.h> @interface ViewControll ...
- java学习笔记(二)图形用户接口
这个学期主要放在ACM比赛上去了,比赛结束了.不知不觉就15周了,这周就要java考试了,复习一下java吧.java的学习的目的还是让我们学以致用,让我们可以运用java开发一下小项目.而不是单单应 ...
- php执行运算符
php执行运算符 简介 php 支持一个执行运算符:反引号(``).反引号(``)位于键盘Tab键左上方.php 将尝试将反引号中的内容作为外壳命令来执行,并将其输出信息返回(例如,可以赋给一个变量而 ...
- 使用spring mvc或者resteasy构建restful服务
看到最近一个项目里用resteasy来构建restful接口,有点不明白,不少Spring mvc4.0以后也可以很方面的实现restful服务吗,为啥还要在Spring MVC的项目里还引入rest ...
- 【转】坑爹的AsyncTask之根本停不下来
原文网址:http://www.jianshu.com/p/0c6f4b6ed558 上篇<坑爹的AsyncTask之内存泄露>已经简单的探讨过线程使用不当会造成内存泄露的问题,在Acti ...
- javascript定义类或对象的方式
本文介绍的几种定义类或对象的方式中,目前使用最广泛的是:混合的构造函数/原型方式.动态原型方式.不要单独使用经典的构造函数或原型方式. 工厂方式 构造器函数 原型方式 混合的构造函数/原型方式 动态原 ...
- js中的面向对象(一)封装
1.简单的封装(定义) var cat1 = {}; cat1.name = '阿黄'; cat1.sex = '男'; cat1.age = 11; //cat2也同样具有三个属性 var cat2 ...