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...

面试题 相关文章推荐
PHP开发工程师面试问题集锦
Nov 01 面试题
简述你对Statement,PreparedStatement,CallableStatement的理解
Mar 25 面试题
什么是serialVersionUID
Mar 04 面试题
简述进程的启动、终止的方式以及如何进行进程的查看
Feb 20 面试题
软件测试企业面试试卷
Jul 13 面试题
广州喜创信息技术有限公司JAVA软件工程师笔试题
Oct 17 面试题
一道输出判断型Java面试题
Oct 01 面试题
排序都有哪几种方法?请列举。用JAVA实现一个快速排序
Feb 16 面试题
正隆泰信息技术有限公司上机题
Jun 14 面试题
深圳茁壮笔试题
May 28 面试题
UNIX文件系统分类
Nov 11 面试题
J2EE系统只能是基于web
Sep 08 面试题
软件测试工程师结构化面试题库
Nov 23 #面试题
如果让你测试一台高速激光打印机,你都会进行哪些测试
Dec 04 #面试题
优纳科技软件测试面试题
May 15 #面试题
数据库测试通常都包括哪些方面
Nov 30 #面试题
长青弘远的面试题
Jun 09 #面试题
GWebs公司笔试题
May 04 #面试题
北京麒麟网信息技术有限公司网络游戏测试面试题
Sep 28 #面试题
You might like
ThinkPHP 防止表单重复提交的方法
2011/08/08 PHP
关于JSON以及JSON在PHP中的应用技巧
2013/11/27 PHP
10个实用的PHP正则表达式汇总
2014/10/23 PHP
PHP aes (ecb)解密后乱码问题
2015/06/22 PHP
汇总PHPmailer群发Gmail的常见问题
2016/02/24 PHP
postman的安装与使用方法(模拟Get和Post请求)
2018/08/06 PHP
php xhprof使用实例详解
2019/04/15 PHP
Jquery公告滚动+AJAX后台得到数据
2011/04/14 Javascript
js获取网页高度(详细整理)
2012/12/28 Javascript
js验证IP及子网掩码的合法性有效性示例
2014/04/30 Javascript
webpack入门必知必会
2017/01/16 Javascript
angularjs2中父子组件的数据传递的实例代码
2017/07/05 Javascript
JS实现页面内跳转的简单代码
2017/09/03 Javascript
把JavaScript代码改成ES6语法不完全指南(分享)
2017/09/10 Javascript
vue实现登陆登出的实现示例
2017/09/15 Javascript
JavaScript体验异步更好的解决办法
2018/01/08 Javascript
Puppeteer 爬取动态生成的网页实战
2018/11/14 Javascript
JavaScript箭头函数中的this详解
2019/06/19 Javascript
nodemon实现Typescript项目热更新的示例代码
2019/11/19 Javascript
bootstrap-closable-tab可实现关闭的tab标签页插件
2020/08/09 Javascript
JavaScript快速调试的两个技巧
2020/11/04 Javascript
[03:00]DOTA2-DPC中国联赛1月18日Recap集锦
2021/03/11 DOTA
python类定义的讲解
2013/11/01 Python
详解Python中最难理解的点-装饰器
2017/04/03 Python
python开启摄像头以及深度学习实现目标检测方法
2018/08/03 Python
python如何获取当前文件夹下所有文件名详解
2019/01/25 Python
对python中list的拷贝与numpy的array的拷贝详解
2019/01/29 Python
pandas数据筛选和csv操作的实现方法
2019/07/02 Python
Python递归实现打印多重列表代码
2020/02/27 Python
英国豪华针织品牌John Smedley的在线销售商:The Outlet by John Smedley
2018/04/08 全球购物
美赞臣营养马来西亚旗舰店:Enfagrow马来西亚
2019/07/26 全球购物
.NET面试10题
2014/02/24 面试题
护理专业毕业生自荐书
2014/05/24 职场文书
2014年保安个人工作总结
2014/11/13 职场文书
详细分析PHP7与PHP5区别
2021/06/26 PHP
go使用Gin框架利用阿里云实现短信验证码功能
2021/08/04 Golang