50道外企软件测试面试题


Posted in 面试题 onAugust 18, 2014
1 What types of documents would you need for QA, QC, and Testing?
2 What did you include in a test plan?
3 Describe any bug you remember.
4 What is the purpose of the testing?
5 What do you like (not like) in this job?
6 What is quality assurance?
7 What is the difference between QA and testing?
8 How do you scope, organize, and execute a test project?
9 What is the role of QA in a development project?
10 What is the role of QA in a company that produces software?
11 Define quality for me as you understand it
12 Describe to me the difference between validation and verification.
13 Describe to me what you see as a process. Not a particular process, just the basics of having a process.
14 Describe to me when you would consider employing a failure mode and effect analysis.
15 Describe to me the Software Development Life Cycle as you would define it.
16 What are the properties of a good requirement?
17 How do you differentiate the roles of Quality Assurance Manager and Project Manager?
18 Tell me about any quality efforts you have overseen or implemented. Describe some of the challenges you faced and how you overcame them.
19 How do you deal with environments that are hostile to quality change efforts?
20 In general, how do you see automation fitting into the overall process of testing?
How do you promote the concept of phase containment and defect prevention?
21 If you come onboard, give me a general idea of what your first overall tasks will be as far as starting a quality effort.
22 What kinds of testing have you done?
23 Have you ever created a test plan?
24 Have you ever written test cases or did you just execute those written by others?
25 What did your base your test cases?
26 How do you determine what to test?
26 How do you decide when you have ‘tested enough?’
27 How do you test if you have minimal or no documentation about the product?
28 Describe me to the basic elements you put in a defect report?
29 How do you perform regression testing?
30 At what stage of the life cycle does testing begin in your opinion?
31 How do you analyze your test results? What metrics do you try to provide?
32 Realising you won’t be able to test everything – how do you decide what to test first?
33 Where do you get your expected results?
34 If automating – what is your process for determining what to automate and in what order?
35 In the past, I have been asked to verbally start mapping out a test plan for a common situation, such as an ATM. The 36 interviewer might say, “Just thinking out loud, if you were tasked to test an ATM, what items might you test plan 37 include?” These type questions are not meant to be answered conclusively, but it is a good way for the interviewer to see 38 how you approach the task.
39 If you’re given a program that will average student grades, what kinds of inputs would you use?
40 Tell me about the best bug you ever found.
41 What made you pick testing over another career?
42 What is the exact difference between Integration & System testing, give me examples with your project.
43 How did you go about testing a project?
44 When should testing start in a project? Why?
45 How do you go about testing a web application?
46 Difference between Black & White box testing
47 What is Configuration management? Tools used?
48 What do you plan to become after say 2-5yrs (Ex: QA Manager, Why?)
49 Would you like to work in a team or alone, why?
50 Give me 5 strong & weak points of yours

Tags in this post...

面试题 相关文章推荐
您熟悉ORM(Object-Relation Mapping)吗?请谈谈您所理解的ORM
Feb 08 面试题
用你熟悉的语言写一个连接ORACLE数据库的程序,能够完成修改和查询工作
Jun 11 面试题
编程实现当输入某产品代码则打印出该产品记录的功能
May 03 面试题
Kingsoft金山公司C/C++笔试题
May 10 面试题
简述数组与指针的区别
Jan 02 面试题
.NET程序员的几道面试题
Jun 01 面试题
C#笔试题
Jul 14 面试题
C#中类(class)与结构(struct)的异同
Nov 03 面试题
介绍一下write命令
Sep 24 面试题
如何清空Session
Feb 23 面试题
静态变量和实例变量的区别
Jul 07 面试题
Exception类的常用方法
Jun 16 面试题
软件测试工程师结构化面试题库
Nov 23 #面试题
如果让你测试一台高速激光打印机,你都会进行哪些测试
Dec 04 #面试题
优纳科技软件测试面试题
May 15 #面试题
数据库测试通常都包括哪些方面
Nov 30 #面试题
长青弘远的面试题
Jun 09 #面试题
GWebs公司笔试题
May 04 #面试题
北京麒麟网信息技术有限公司网络游戏测试面试题
Sep 28 #面试题
You might like
Linux下php5.4启动脚本
2014/08/03 PHP
thinkPHP多表查询及分页功能实现方法示例
2017/07/03 PHP
PHP利用pdo_odbc实现连接数据库示例【基于ThinkPHP5.1搭建的项目】
2019/05/13 PHP
jquery 面包屑导航 具体实现
2013/06/05 Javascript
javascript 实现子父窗体互相传值的简单实例
2014/02/17 Javascript
JavaScript获取表格(table)当前行的值、删除行、增加行
2015/07/03 Javascript
Javascript 获取鼠标当前的位置实现方法
2016/10/27 Javascript
vue项目中做编辑功能传递数据时遇到问题的解决方法
2016/12/19 Javascript
AngularJS实现使用路由切换视图的方法
2017/01/24 Javascript
JavaScript验证知识整理
2017/03/24 Javascript
基于jQuery实现文字打印动态效果
2017/04/21 jQuery
vue-lazyload图片延迟加载插件的实例讲解
2018/02/09 Javascript
dts文件中删除一个node或属性的操作方法
2018/08/05 Javascript
微信小程序左滑删除功能开发案例详解
2018/11/12 Javascript
jQuery实现高度灵活的表单验证功能示例【无UI】
2020/04/30 jQuery
vue自动添加浏览器兼容前后缀操作
2020/08/13 Javascript
详解如何在Javascript中使用Object.freeze()
2020/10/18 Javascript
[02:35]DOTA2英雄基础教程 末日使者
2013/12/04 DOTA
[02:57]DOTA2亚洲邀请赛 SECRET战队出场宣传片
2015/02/07 DOTA
python时间整形转标准格式的示例分享
2014/02/14 Python
Python实现的下载8000首儿歌的代码分享
2014/11/21 Python
Python中防止sql注入的方法详解
2017/02/25 Python
Django框架表单操作实例分析
2019/11/04 Python
基于Numba提高python运行效率过程解析
2020/03/02 Python
python爬虫爬取淘宝商品比价(附淘宝反爬虫机制解决小办法)
2020/12/03 Python
GoPro摄像机美国官网:美国运动相机厂商
2018/07/03 全球购物
预订旅游活动、景点和旅游:GetYourGuide
2019/09/29 全球购物
学校安全检查制度
2014/01/27 职场文书
车间机修工岗位职责
2014/02/28 职场文书
养生餐厅创业计划书范文
2014/03/26 职场文书
主题团日活动总结
2014/06/25 职场文书
学校社会实践活动总结
2014/07/03 职场文书
装修施工安全责任书
2014/07/24 职场文书
2014年国庆节演讲稿
2014/09/02 职场文书
就业协议书怎么填
2014/09/15 职场文书
2015年体检中心工作总结
2015/05/27 职场文书