软件测试英文笔试题(3)
软件测试工程师面试笔试题

软件测试工程师面试笔试题(实用版)编制人:__________________审核人:__________________审批人:__________________编制单位:__________________编制时间:____年____月____日序言下载提示:该文档是本店铺精心编制而成的,希望大家下载后,能够帮助大家解决实际问题。
文档下载后可定制修改,请根据实际需要进行调整和使用,谢谢!并且,本店铺为大家提供各种类型的实用范文,如自我介绍、自荐信、简历模板、面试题、面试技巧、职场故事、职场资料、公文写作、作文大全、其他范文等等,想了解不同范文格式和写法,敬请关注!Download tips: This document is carefully compiled by this editor.I hope that after you download it, it can help you solve practical problems. The document can be customized and modified after downloading, please adjust and use it according to actual needs, thank you!In addition, this shop provides you with various types of practical sample essays, such as self-introduction, self-recommendation letter, resume template, interview questions, interview skills, workplace stories, workplace materials, official document writing, essay writing, other sample essays, etc.if you want to know the difference Please pay attention to the format and writing of the sample essay!软件测试工程师面试笔试题软件测试工程师面试笔试题目难吗?求职面试时,面试官一般都会问你一些问题,也可能是通过问卷的形式提问,怎么回答才是最好的呢?这里给大家分享一些软件测试工程师面试笔试题目,希望对大家有所帮助。
软件设计师考试大纲+英语试题

计算机软件水平测试一软件设计师测试大纲(一)计算机和软件工程知识1.计算机科学基础1.1数制及其转换•二进制、十进制和十六进制等常用制数制及其相互转换1.2数据的表示•数的表示(原码、反码、补码、移码表示,整数和实数的机内表示,精度和溢出)•非数值表示(字符和汉字表示、声音表示、图像表示)•校验方法和校验码(奇偶校验码、海明校验码、循环冗余校验码)1.3算术运算和逻辑运算・计算机中的二进制数运算方法•逻辑代数的基本运算和逻辑表达式的化简计算机软件水平测试一软件设计师测试大纲(二)1.4数学基础知识•命题逻辑、谓词逻辑、形式逻辑的基础知识•常用数值计算(误差、矩阵和行列式、近似求解方程、插值、数值积分)•排列组合、概率论使用、使用统计(数据的统计分析)•运算基本方法(预测和决策、线性规划、网络图、模拟)1.5常用数据结构•数组(静态数组、动态数组)、线性表、链表(单向链表、双向链表、循环链表)、队列、栈、树(二叉树、查找树、平衡树、线索树、线索树、堆)图等的定义、存储和操作• Hash (存储地址计算,冲突处理)1.6常用算法・排序算法、查找算法、数值计算方法、字符串处理方法、数据压缩算法、递归算法、图的相关算法•算法和数据结构的关系、算法效率、算法设计、算法描述(流程图、伪代码、决策表)、算法的复杂性计算机软件水平测试一软件设计师测试大纲(三)2.计算机系统知识2.1硬件知识2.1.1计算机系统的组成、体系结构分类及特性•CPU和存储器的组成、性能和基本工作原理•常用I/O设备、通信设备的性能,以及基本工作原理•I/O接口的功能、类型和特性•I/O控制方式(中断系统、DMA、I/O处理机方式)•CISC/RISC,流水线操作,多处理机,并行处理2.1.2存储系统•主存-Cache存储系统的工作原理•虚拟存储器基本工作原理,多级存储体系的性能价格•RAID类型和特性2.1.3安全性、可靠性和系统性能评测基础知识•诊断和容错•系统可靠性分析评价•计算机系统性能评测方式计算机软件水平测试一软件设计师测试大纲(四)2.2软件知识2.2.1操作系统知识•操作系统的内核(中断控制)、进程、线程概念•处理机管理(状态转换、共享和互斥、分时轮转、抢占、死锁)•存储管理(主存保护、动态连接分配、分段、分页、虚存)•设备管理(I/O控制、假脱机)•文件管理(文件目录、文件组织、存取方法、存取控制、恢复处理)•作业管理(作业调度、作业控制语言(JCL)、多道程序设计)•汉字处理,多媒体处理,人机界面•网络操作系统和嵌入式操作系统基础知识•操作系统的配置2.2.2程序设计语言和语言处理程序的知识•汇编、编译、解释系统的基础知识和基本工作原理•程序设计语言的基本成分:数据、运算、控制和传输,过程(函数)调用•各类程序设计语言主要特点和适用情况2.3计算机网络知识•网络体系结构(网络拓扑、OSI/RM、基本的网络协议)•传输介质、传输技术、传输方法、传输控制•常用网络设备和各类通信设备•Client/Server 结构、Browser/Server 结构•LAN拓扑,存取控制,LAN的组网,LAN间连接,LAN-WAN连接•因特网基础知识以及使用•网络软件•网络管理•网络性能分析计算机软件水平测试一软件设计师测试大纲(五)2.4数据库知识•数据库管理系统的功能和特征•数据库模型(概念模式、外模式、内模式)•数据模型,ER图,第一范式、第二范式、第三范式•数据操作(集合运算和关系运算)•数据库语言(SQL)•数据库的控制功能(并发控制、恢复、安全性、完整性)•数据仓库和分布式数据库基础知识2.5多媒体知识•多媒体系统基础知识,多媒体设备的性能特性,常用多媒体文件格式•简单图形的绘制,图像文件的处理方法•音频和视频信息的使用•多媒体使用开发过程2.6系统性能知识•性能指标(响应时间、吞吐量、周转时间)和性能设计•性能测试和性能评估•可靠性指标及计算、可靠性设计•可靠性测试和可靠性评估2.7计算机使用基础知识•信息管理、数据处理、辅助设计、自动控制、科学计算、人工智能等基础知识•远程通信服务基础知识•常用使用系统计算机软件水平测试一软件设计师测试大纲(六)3.系统开发和运行知识3.1软件工程、软件过程改进和软件开发项目管理知识•软件工程知识•软件开发生命周期各阶段的目标和任务•软件开发项目管理基础知识(时间管理、成本管理、质量管理、人力资源管理、风险管理等)及其常用管理工具•主要的软件开发方法(生命周期法、原型法、面向对象法、CASE)•软件开发工具和环境知识•软件过程改进知识•软件质量管理知识•软件开发过程评估、软件能力成熟评估基础知识3.2系统分析基础知识•系统分析的目的和任务•结构化分析方法(数据流图(DFD)、数据字典(DD)、实体关系图(ERD)、描述加工处理的结构化语言)•统一建模语言(UML)•系统规格说明书3.3系统设计知识•系统设计的目的和任务•结构化设计方法和工具(系统流程图、HIPO图、控制流程图)•系统总体结构设计(总体布局、设计原则、模块结构设计、数据存储设计、系统配置方案)•系统详细设计(代码设计、数据库设计、用户界面设计、处理过程设计)•系统设计说明书计算机软件水平测试一软件设计师测试大纲(七)3.4系统实施知识•系统实施的主要任务•结构化程序设计、面向对象程序设计、可视化程序设计•程序设计风格•程序设计语言的选择•系统测试的目的、类型,系统测试方法(黑盒测试、白盒测试、灰盒测试)•测试设计和管理(错误曲线、错误排除、收敛、注入故障、测试用例设计、系统测试报告)•系统转换基础知识1.5系统运行和维护知识•系统运行管理基础知识•系统维护基础知识•系统评价基础知识1.6面向对象开发方法•面向对象开发概念(类、对象、属性、封装性、继承性、多态性、对象之间的引用)•面向对象开发方法的优越性以及有效领域•面向对象设计方法(体系结构、类的设计、用户接口设计)•面向对象实现方法(选择程序设计语言、类的实现、方法的实现、用户接口的实现、准备测试数据)•面向对象程序设计语言(如C++、Java、Visual、Bsasic、Visual C++)的基本机制•面向对象数据库、分布式对象的概念计算机软件水平测试一软件设计师测试大纲(八)4.安全性知识•安全性基本概念•防治计算机病毒、防范计算机犯罪•存取控制、防闯入、安全管理措施•加密和解密机制•风险分析、风险类型、抗风险措施和内部控制5.标准化知识•标准化意识、标准化的发展、标准制订过程•国际标准、国家标准、行业标准、企业标准基本知识•代码标准、文件格式标准、安全标准、软件开发规范和文档标准知识•标准化机构计算机软件水平测试一软件设计师测试大纲(九)6.信息化基础知识•信息化意识•全球信息化趋势、国家信息化战略、企业信息化战略和策略•有关的法律、法规•远程教育、电子商务、电子政务等基础知识•企业信息资源管理基础知识7 .计算机专业英语•掌握计算机技术的基本词汇•能正确阅读和理解计算机领域的英文资料计算机软件水平测试一软件设计师测试大纲(十)软件设计1.外部设计1.1理解系统需求说明1.2系统开发的准备•选择开发方法、准备开发环境、制订开发计划1.3设计系统功能•选择系统结构,设计各子系统的功能和接口,设计安全性策略、需求和实现方法,制订详细的工作流和数据流1.4设计数据模型•设计ER模型、数据模型1.5编写外部设计文档•系统配置图、各子系统关系图、系统流程图、系统功能说明书、输入输出规格说明、数据规格说明、用户手册框架•设计系统测试要求1.6设计评审计算机软件水平测试一软件设计师测试大纲(十一)2.内部设计2.1设计软件结构■按构件分解,确定构件功能规格以及构件之间的接口•采用中间件和工具2.2设计输入输出•屏幕界面设计、设计输入输出检查方法和检查信息2.3设计物理数据•分析数据特性,确定逻辑数据组织方式、存储介质,设计记录格式和处理方式•将逻辑数据结构换成物理数据结构,计算容量,进行优化2.4构件的创建和重用•创建、重用构件的概念•使用子程序库或类库2.5编写内部设计文档•构件划分图、构件间的接口、构件处理说明、屏幕设计文档、报表设计文档、文件设计文档、数据库设计文档2.6设计评审计算机软件水平测试一软件设计师测试大纲(十二)3.程序设计3.1模块划分(原则、方法、标准)3.2编写程序设计文档■模块规格说明书(功能和接口说明、程序处理逻辑的描述、输入输出数据格式的描述)■测试要求说明书(测试类型和目标、测试用例、测试方法)3.3程序设计评审计算机软件水平测试一软件设计师测试大纲(十三)4.系统实施4.1配置计算机系统及其环境4.2选择合适的程序设计语言4.3掌握C程序设计语言,以及C++、Java、Visual、Basic、Visual C++中任一种程序设计语言,以便能指导程序员进行编程和测试,并进行必要的优化4.4系统测试•指导程序员进行模块测试,并进行验收•准备系统集成测试环境和测试工具•准备测试数据•写出测试报告计算机软件水平测试一软件设计师测试大纲(十四)5.软件工程•软件生存期模型(瀑布模型、螺旋模型、喷泉模型)和软件成本模型•定义软件需求(系统化的目标、配置、功能、性能和约束)•描述软件需求的方法(功能层次模型、数据流模型、控制流模型、面向数据的模型、面向对象的模型等)•定义软件需求的方法(结构化分析方法、面向对象分析方法)•软件设计(分析和集成、逐步求精、抽象、信息隐蔽)•软件设计方法(结构化设计方法、Jackson方法、Warnier方法、面向对象设计方法)•程序设计(结构化程序设计、面向对象程序设计)•软件测试的原则和方法•软件质量(软件质量特性、软件质量控制)•软件过程评估基本方法、软件能力成熟度评估基本方法•软件开发环境和开发工具(分析工具、设计工具、编程工具、测试工具、维护工具、CASE)•软件工程发展趋势(面向构件,统一建模语言(UML))•软件过程改进模型和方法国计算机软考软件设计师英语试题及答案分析⑴Enterprise JavaBeans (EJB) technology is the (1) component architecture for the Java 2 Platform, Enterprise Edition (J2EE) platform. EJB technology enables rapid and simplified development of(2),(3), secure and portable applications based on Java technology. In EJB 2. x,there are three kinds of enterprise beans : (4), ( 5 ) ,message - driver bean.A.) A. client - sideB.server - sideC.database - sideD.HTTFP - side(2), ( 3 ) A. distributedB.integrationC.transactionalD.international(4),(5)A. instance beanB.entity beanC.transaction beanD.session bean答案:(1)B (2)A (3)C (4)B (5)D分析:企业级JavaBeans(EJB)技术是Jaya 2平台上服务器端的组建架构体系。
软件测试英文面试笔试题

软件测试英文面试笔试题WinRunner fails to identify an object in a GUI due to various reasons. The object is not a stan dard windows object. If the browser used is not compatible with the WinRunner version, GUI Map Editor will not be able to learn any of the objects displayed in the browser window.软件测试笔试题:do you have any Best Practice for testing? Test everything that you want to workMore test methods in your TestCase than in the class you are testingTests should be as fine grained as possibleTests should be independentShould not take long to run (a few seconds)Easy to understan d an d readMake them safeDevelopers must know they are not destructiveAll developers must know about themEveryone who touches the code must run the tests.Determines how much of your code is covered by testsIf developer changes functionality, they may need to Update testWarning: youve changed the interface. Did you break someone else?Even better, all tests pass AND new tests were added for new codeAll tests pass all the timeDont allow even one test the “always fails”Track down an d fix the broken test immediatelyAutomate running of testsEx. All tests on tip revision of code get run automatically once per day with failures emailed.Run tests on code check-inRun tests before deploymentHave a reasonable copy of your production environment in a dev area.软件测试笔试题:Have you integrated your automated scripts from TestDirector?When you work with WinRunner, you can choose to save your testsdirectly to your TestDirector database or while creating a test case in the TestDirector we can specify whether the script in automated or manual. And if it is automated script then TestDirector will build a skeleton for the script that can be later modified into one which could be used to test the AUT.【软件测试英文面试笔试题】。
fintest软件测试笔试题

fintest软件测试笔试题1、下列关于alpha测试的描述中正确的是( BD )A alpha测试需要用用户代表参加B alpha测试不需要用用户代表参加C alpha测试是系统测试的一种D alpha测试是验收测试的一种2、软件质量的定义( D )A软件的功能性、可靠性、易用性、效率、可维护性、可移植性B满足规定用户需求的能力C最大限度达到用户满意D软件特性的总和,包括满足规定的和潜在的用户需求3、软件测试的对象包括( B )A目标程序和相关文档B源程序、目标程序、数据及相关文档C目标程序、操作系统和平台软件D源程序和目标程序4、从测试阶段角度,测试正确的顺序是( A-B-C-D ),同时给出所选择的正确策略含义和被测对象是什么?A单元测试 B集成测试 C系统测试 D验收测试单元测试:又称模块测试、逻辑测试或结构测试,是针对软件设计的最小单元—程序模块进行正确性检验的工作。
其目的在于检查每个单元能否正确实现详细设计说明中的模块功能、性能、接口和设计约束等要求,发现各模块内部可能存在的各种错误。
被测试对象是各子模块程序。
集成测试:又称组装测试、综合测试或联合测试。
是按设计要求把通过单元测试的各模块按一定的方式组装在一起后,进行测试,以便发现与接口有关的各种错误。
被测对象是组装的软件部件。
系统测试:是将经过测试的子系统装配成一个完整系统来测试。
它是检验系统是否确实能提供系统方案说明书中指定功能的有效方法。
系统测试的目的是对最终软件系统进行全面的测试,确保最终软件系统满足产品需求并且遵循系统设计。
被测对象是完整的系统验收测试:是部署软件之前的最后一个测试操作。
验收测试的目的是确保软件准备就绪,并且可以让最终用户将其用于执行软件的既定功能和任务。
验收测试是向未来的用户表明系统能够像预定要求那样工作。
被测对象是完整的系统。
5、从测试方法的角度来分,正确的选择是( BD ),并写出下面各项的含义?A静态测试:指不运行程序,通过人工对程序和文档进行分析和检查B黑盒测试:通过软件的外部表现来发现缺陷和错误。
软件测试工程师笔试题

以下是30道常见的软件测试工程师笔试题:1.什么是软件测试?它的目的是什么?2.请解释一下黑盒测试和白盒测试的区别。
3.什么是测试用例?如何编写有效的测试用例?4.请解释一下冒烟测试(Smoke Testing)和回归测试(Regression Testing)。
5.请解释一下功能测试和非功能测试的区别。
6.什么是缺陷(Bug)?请描述一下缺陷的生命周期。
7.什么是测试计划?它应包含哪些要素?8.请解释一下测试策略和测试方法之间的区别。
9.什么是界面测试?为什么界面测试很重要?10.请解释一下静态测试和动态测试的区别。
11.什么是单元测试?它的目的是什么?12.请解释一下集成测试和系统测试的区别。
13.什么是性能测试?您会如何设计和执行性能测试?14.请解释一下验收测试和用户验收测试(UAT)的区别。
15.什么是回归测试?它在软件开发过程中的作用是什么?16.请解释一下故障注入测试和故障处理测试的区别。
17.什么是自动化测试?您会使用哪些工具进行自动化测试?18.请解释一下可靠性测试和稳定性测试的区别。
19.什么是安全性测试?您会如何设计和执行安全性测试?20.请解释一下边界值分析和等价类划分的测试技术。
21.什么是异常处理测试?它的目的是什么?22.请解释一下多线程测试和并发测试的区别。
23.什么是灰盒测试?它与黑盒测试和白盒测试有何不同?24.请解释一下可重复性测试和可复制性测试的区别。
25.什么是可用性测试?您会如何评估软件的可用性?26.请解释一下决策表测试和状态转换测试的区别。
27.什么是敏捷测试?与传统瀑布模型相比,敏捷测试有何不同?28.请解释一下随机测试和示例测试的区别。
29.什么是持续集成?持续集成如何与软件测试相关联?30.请解释一下回归测试选择的策略和方法。
这些问题涵盖了软件测试工程师常见的知识点和技术。
回答这些问题时,尽量提供清晰的定义、示例和适用场景,以展示您对软件测试的理解和实际经验。
软件测试英语面试题

软件测试英语面试题第一篇:软件测试英语面试题一,Why are you interested in working for our company?1。
Because your company has a good sales record.2。
Because your operations are global, so I feel I can gain the most from working in this kind of environment.3.Because I think my major is suitable for this position.4。
Because I can learn new things in your company, at the same time I can offer my services to you.5。
Because I'm very interested in your company's training program.一、为什么有兴趣在我们公司工作?1.Because贵公司有良好的销售记录。
2.Because你们公司的运作是全球化的,我觉得我能得到最在这种环境中工作。
3.传递我认为我的专业适合这个职位。
4.Because我可以在贵公司学到新的东西,同时能为你们提供服务。
我非常感兴趣5.Because贵公司的培训计划。
二,Why did you leave your former company?1。
Because I'm working in a small company where a further promotion is impossible.2。
Because I'm capable of more responsibilities, so I decided to change my job.3。
软件测试笔试题及答案

软件测试笔试题及答案一、选择题1. 软件测试的目的是()。
A. 证明软件的正确性B. 发现并修复软件的缺陷C. 增加软件的功能D. 减少软件的性能开销答案:B2. 下列哪个测试方法是黑盒测试?()。
A. 语句覆盖B. 条件覆盖C. 路径覆盖D. 边界值分析答案:D3. 在软件测试中,回归测试的目的是()。
A. 测试软件的新功能B. 确保修改引起的问题C. 验证软件修改后的版本D. 测试软件的性能答案:C4. 单元测试通常由谁来完成?()。
A. 项目经理B. 开发人员C. 测试人员D. 用户答案:B5. 测试用例是()。
A. 用于执行测试的代码B. 一组测试输入、执行条件以及预期结果C. 软件测试工具D. 软件缺陷报告答案:B二、判断题1. 集成测试是在单元测试之后进行的。
(正确)2. 测试计划是测试过程中最不重要的文档。
(错误)3. 所有的软件缺陷都必须立即修复。
(错误)4. 测试覆盖率是一个衡量测试完整性的指标。
(正确)5. 静态测试不涉及实际运行代码。
(正确)三、简答题1. 请简述黑盒测试和白盒测试的区别。
答:黑盒测试是一种测试方法,它主要关注软件的功能需求,而不关心内部结构或代码。
测试人员像用户一样使用软件,检查功能是否按预期工作。
白盒测试则关注软件内部逻辑和代码结构,测试人员需要了解程序的内部工作原理,通过设计测试用例来检查代码的正确性和完整性。
2. 描述软件测试的生命周期。
答:软件测试生命周期(STLC)包括了从测试计划的制定到测试活动的结束的整个过程。
它通常包括以下阶段:测试计划、测试准备、测试执行、测试跟踪和控制、测试报告以及测试维护。
在这个周期中,测试团队会计划测试活动、设计和执行测试用例、记录和报告测试结果,并对发现的缺陷进行跟踪,直到它们被修复。
3. 什么是缺陷生命周期?请描述它的主要阶段。
答:缺陷生命周期是指软件缺陷从被发现到被修复并重新验证的整个过程。
它的主要阶段包括:新建、确认、分配、修复、重新验证和关闭。
软件测试英文面试题及答案

软件测试英文面试题及答案1. What is the difference between black-box testing andwhite-box testing?- Black-box testing focuses on the functionality of the software without considering the internal structure or code. White-box testing, on the other hand, involves understanding the internal workings of the software, including the code, to design test cases that cover all paths and branches.2. Can you explain the difference between unit testing, integration testing, and system testing?- Unit testing is the process of testing individual components or units of a software to determine if they function correctly. Integration testing is the phase where individual units are combined and tested as a group to ensure that they work together as expected. System testing involves testing the complete, integrated software system to evaluate the system's compliance with specified requirements.3. What is the purpose of regression testing?- Regression testing is performed to ensure that changes or bug fixes in the software have not adversely affected existing features or functionalities.4. How do you approach testing for a web application?- Testing a web application involves several steps, including functional testing to ensure all features work as expected, usability testing to check the user interface,performance testing to evaluate speed and responsiveness, security testing to identify vulnerabilities, andcompatibility testing across different browsers and devices.5. What is the role of a software tester in an Agile development environment?- In an Agile environment, a software tester is anintegral part of the development team, working closely with developers to ensure that the product meets quality standards. They are involved in the entire development cycle, from planning to delivery, and are responsible for identifying defects early and often.6. How do you prioritize test cases?- Test cases are prioritized based on several factors, including the risk associated with the feature, thecomplexity of the feature, the impact on the end-user, andthe dependencies on other features.7. Can you describe the process of test case design?- Test case design involves identifying the inputs, expected outputs, and the conditions under which a testshould be executed. It requires a thorough understanding ofthe requirements and the ability to think critically about potential scenarios and edge cases.8. What is the importance of test automation?- Test automation is crucial for improving the efficiency and effectiveness of the testing process. It allows for the rapid execution of test cases, reduces the potential for human error, and enables testers to focus on more complex andexploratory testing activities.9. How do you handle a situation where a bug is found in production?- When a bug is found in production, the first step is to verify and reproduce the issue. Once confirmed, it should be reported to the development team with detailed information. A plan should be devised to fix the bug, which may include rolling back to a previous stable version if necessary, and then conducting a thorough investigation to prevent future occurrences.10. What tools do you use for test management and automation? - There are various tools available for test management and automation, such as JIRA for test management, Seleniumfor web application testing, and Jenkins for continuous integration and test automation. The choice of tools depends on the specific needs of the project and the preferences of the testing team.。
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
软件测试英文笔试题(3)
A:I have refined my management style by using an open-door policy. (我以开放式的政策,改进我的行政管理方式。
)
Q:How do you normally handle criticism?(你通常如何处理別人的批评?)
A:Silence is golden. Just don t say anything; otherwise the situation could become worse. I do, however, accept constructive criticism. (沈默是金。
不必说什么,否则情况更糟,不过我会接受建设性的批评。
)
A:When we cool off, we will discuss it later. (我会等大家冷
靜下来再讨论。
)
Q:How do you handle your conflict with your colleagues in your work? (你如何处理与同事在工作中的意见不和?)
A:I will try to present my ideas in a more clear and civilized manner in order to get my points across. (我要以更清楚文明的方式,提出我的看法,使对方了解我的观点。
)
Q:How do you handle your failure?(你怎样对待自己的失敗?)
A:None of us was born perfect . I am sure I will be given a second chance to correct my mistake. (我们大家生来都不是十全十美的,我相信我有第二个机会改正我的错误。
)
Q:What provide you with a sense of accomplishment. (什
么会让你有成就?)
A:Doing my best job for your company. (为贵公司竭力效劳。
)
A:Finishing a project to the best of my ability. (尽我所能,完成一个项目。
)
Q:If you had a lot of money to donate, where would you donate it to?Why?
(假如你有很多钱可以捐赠,你会捐给什么单位?为什么?)
A:I would donate it to the medical research because I want to do something to help others. (我会捐给医药研究,因为我要为他人做点事。
)
A:I prefer to donate it to educational institutions. (我乐意捐给教育机构。
)
Q:What is most important in your life right now?(眼下你生活中最重要的是什么?)
A:To get a job in my field is most important to me. (对我来说,能在这个领域找到工作是最重要的。
)
A:To secure employment hopefully with your company. (希望能在贵公司任职对我来说最重要。
)
Q:What current issues concern you the most?(目前什么事是你最关心的?)
A:The general state of our economy and the impact of
China entry to WTO on our industry. (目前中国经济的总体情況以及中国入世对我们行业的影响。
)
Q:How long would you like to stay with this company?(你会在本公司服务多久呢?)
A:I will stay as long as I can continue to learn and to grow in my field.
(只要我能在我的行业力继续学习和长进,我就会留在这里。
)
Q:Could you project what you would like to be doing five years from now? (你能预料五年后你会做什么吗?)
A:As I have some administrative experience in my last job, I may use my organizational and planning skills in the future.
(我在上一个工作中积累了一些行政经验,我将来也许要运用我组织和计划上的经验和技巧。
)
A:I hope to demonstrate my ability and talents in my field adequately. (我希望能充分展示我在这个行业的能力和智慧。
)
A:Perhaps, an opportunity at a management position would be exciting.(也许有机会,我将会从事管理工作。
)
如果不愿正面回答,也可以说:
It would be premature for me to predict this. (现在对此问题的预测,尚嫌过。
)
甚至还可以打趣的说:
Hypothetically speaking, I might be able to do your current job as a director.(或CEO 或president)((说不定,我也能做你现在主任的工作呢!)
Q:What range of pay-scale are you interested in?(你喜欢那一种薪水层次标准?)
A:Money is important, but the responsibility that goes along with this job is what interests me the most. (薪水固然重要,但这工作伴随而来的责任更吸引我。
)
A:假如你有家眷,可以说:
To be frank and open with you, I like this job, but I have a family to support. (坦白地说,我喜欢这份工作,不过我必须要负担我的家庭。
)
Other Tips (其它建议)
Know something about the organization you are applying to. (了解一些你申请工作单位的情况)
Dress properly. Don t shake hand with the interviewer until he/she extends his/her hand. (穿着要得体,人家伸手时才握手。
)
Don t sit down until invited to do so by the interviewer. (人家未请,先別坐下。
)
Make eye-contact with the interviewer during the interview. (面试时,眼睛要看着对方。
)
Listen actively and stay calm. (注意听,保持冷静。
)
If invited to a meal, be especially careful about your table manners. (被邀吃饭时,要特別注意餐桌礼节。
)
Don t talk with your mouth full. (嘴里有食物,不可开口说话)
Don t make much noise while you eat. (吃东西不要出声音)
Don t blow your nose or use the toothpick at table. (不要拧鼻涕或用牙签剔牙)
Don t appear to be pushy or overly anxious to get a job.(不必过分表现急着要工作)
Be honest but not too modest.(要诚实,但不必太谦虚)
Don t put yourself down or cut yourself up. (不可妄自菲薄或自贬)
Try to avoid discussing politics or religion with your interviewer. (避免与面试人谈政治或宗教)
英语面试实战Q A
Why did you leave your former company?
为什么离开以前的公司?
Because I m working in a small company where a further promotion is impos sible.
11。