六个经典的英语面试问题

简介:

"work experience" is the type of work you've done in the past. If you haven't started working yet you can say "Right now I'm still a student." or "I'm a recent grad and Ihaven't started working yet." In the second sentence, "recent grad" is short for "recent graduate" and means that you have just finished school.

  请告诉我你过去的工作经验,工作经验就是你过去所做的工作。如果尚未开始工作,就可以回答“Right now I'm still a student.”(现在我还是个学生。)或者说“I'm a recent grad and I haven't started working yet.”(我刚刚毕业,还没有开始工作。)“recent grad”是“recent graduate”的缩写,意思是刚刚毕业。

  Second One: What's your greatest weakness?

  This is a popular question that western employers like to ask to make candidates nervous! In fact, they ask this to know how you respond to a difficult question. You shouldn't answer by telling your greatest weakness since you might not get the job! Instead, you can tell them something that isn't directly related to the job position.

  你最大的缺点是什么?西方老板特别爱问这个问题,让面试者感到很紧张。事实上,他问这个问题是看你对棘手问题的反应。你没必要如实回答你的弱点,因为那有可能让你得不到这份工作。相反,你可以告诉他们一些与工作不直接相关的事情。

  Third One: Why do you feel you are qualified for this job?

  This question is a good opportunity to brag a little bit. You should talk about some extra skills you have that maybe wasn't included in your resume, or talk about your greatest strength in more detail.

  你为什么觉得自己胜任这份工作?这时候你要充分发挥你的“自夸”本领。你可以讲述一些简历资料里面没有包括的技能;或者是再详细强调一下你的特长。

  Fourth One: What kind of salary did you have in mind?

  Salary is how much money you earn, usually per year. When asked this, it's best to answer with a salary range or approximation and not an exact figure. This shows that you are familiar with the industry if you know what the approximate salary should be.

  你期望的薪水是多少?“salary”就是你赚多少钱,通常是年收入。回答这个问题时,最好说出一个大致范围,而不是一个确切的数字。如果你能说出这个工资范围,那就说明你对此行业非常了解。

  Fifth One: If hired, when could you start work?

  When answering this it's best not to say you can start right away. This might make you seem very desperate for a job. A safe answer would be "I can start at the beginning of next month."

  如果雇佣的话,你什么时候开始工作?回答这个问题时。一定要注意!不要说我马上可以工作。那会让对方认为你非常迫切地需要这份工作。一个非常保险的回答可以是“I can start at the beginning of next month.”(我下月初可以开始上班。)

  Sixth One: What kind of work does the posi-tion involve?

  You can ask this to clarify exactly what kind of work you'll be doing.

  这个职位包括哪些工作?通过问这句话,你可以清楚地了解到你的工作内容。

转载请注明出处[ http://samlin.cnblogs.com/] 
作者赞赏
 


刚做的招标网: 八爪鱼招标网 请大家多意见
分类:  Works

本文转自Sam Lin博客博客园博客,原文链接:http://www.cnblogs.com/samlin/archive/2009/04/01/Six-English-Interview-Problem.html,如需转载请自行联系原作者
目录
相关文章
|
7月前
|
数据采集 JSON 数据挖掘
2024年利用Python查询IP地址_怎么查python文件中ip地址,2024年最新15个经典面试问题及答案英语
2024年利用Python查询IP地址_怎么查python文件中ip地址,2024年最新15个经典面试问题及答案英语
|
敏捷开发 SQL NoSQL
英语程序员面试问题有哪些
英语程序员面试问题有哪些
|
算法
增强能力:提升专业知识、熟练职业技能、持续总结面试题、英语词汇、学习数据结构和算法(提升逻辑思维)
增强能力:提升专业知识、熟练职业技能、持续总结面试题、英语词汇、学习数据结构和算法(提升逻辑思维)
|
C语言
一个C语言面试的经典例题
一个C语言面试的经典例题
160 0
一个C语言面试的经典例题
|
数据可视化 Java
每日面试:经典死锁问题 | 如何解决死锁问题 | 多线程
每日面试:经典死锁问题 | 如何解决死锁问题 | 多线程
200 0
|
Java Spring
《云栖社区特邀专家徐雷Java Spring Boot开发实战系列课程(第20讲):经典面试题与阿里等名企内部招聘求职面试技巧》电子版地址
云栖社区特邀专家徐雷Java Spring Boot开发实战系列课程(第20讲):经典面试题与阿里等名企内部招聘求职面试技巧
121 0
《云栖社区特邀专家徐雷Java Spring Boot开发实战系列课程(第20讲):经典面试题与阿里等名企内部招聘求职面试技巧》电子版地址
|
存储 算法
【面试锦囊】位运算介绍与经典例题总结
位运算隐藏在编程语言的角落中,其神秘而又强大,暗藏内力,有些人光听位运算的大名的心中忐忑,还有些人更是一看到位运算就远远离去,我之前也是。但狡猾的面试官往往喜欢搞偷袭,抓住我们的弱点搞我们,为了防患于未然,特记此篇!
143 0
【面试锦囊】位运算介绍与经典例题总结
|
SQL 存储 算法
MySQL 23道经典面试吊打面试官
# 1.说一说三大范式 - **「第一范式」**:数据库中的字段具有**「原子性」**,不可再分,并且是单一职责 - **「第二范式」**:**「建立在第一范式的基础上」**,第二范式要求数据库表中的每个实例或行必须**「可以被惟一地区分」**。为实现区分通常需要为表加上一个列,以存储各个实例的惟一标识。这个惟一属性列被称为主键 - **「第三范式」**:**「建立在第一,第二范式的基础上」**,确保每列都和主键列直接相关,而不是间接相关不存在其他表的非主键信息
152 0
|
SQL 分布式计算 Hadoop
【Hadoop技术篇】hive的优化,经典面试
1) 开启配置:set hive.optimize.bucketmapjoin = true; 2) 一个表的bucket数是另一个表bucket数的==整数倍== 3) bucket列 == join列 4) 满足map join条件
343 0
|
存储 缓存 算法
面试中有哪些经典的数据库问题?
面试中有哪些经典的数据库问题?
103 0
面试中有哪些经典的数据库问题?