某公司部分笔试题


Posted in 面试题 onNovember 05, 2013
以下是某公司一次笔试中出的题目,是部分专业题目,可以和大家分享一下,希望对大家有用。
(要求以英文做答)
Q:When speaking of software products, how do you define the term“quality”.
Q:What is the role of software debelopers and quality assuranle engineers in ensuring the quality of the product? How are other functional areas important to developing a quality product?
Q:What is cyclomatic complexity?
Q:What are black-box texing and white-box texting?
Q:The following function divides a by b and out put to c,returns -1 as error.
Int divide (int a,int b,int c)
List you test cases in a black-box testing.

Q: Int a ctivity(int nage,bool b male)
{if (nage return zoo;
else if(bmale)
return golf;
else return movie;
}

Q:The following function tests whether the three numbers can be the lengths of the three sides of a triangle.
Bool triangle(float a,float b,float c)
List you test cases in a black-box testing.
以上题目如有单词拼写错误还请谅解:p

Tags in this post...

面试题 相关文章推荐
Java基础知识面试要点
Jul 29 面试题
广州御银科技股份有限公司试卷(C++)
Nov 04 面试题
Windows和Linux动态库应用异同
Jul 28 面试题
如何利用find命令查找文件
Nov 18 面试题
软件配置管理有什么好处
Apr 15 面试题
EJB的角色和三个对象
Dec 31 面试题
几道Web/Ajax的面试题
Nov 05 面试题
Ajax的优点和缺点
Nov 21 面试题
请写出一段Python代码实现删除一个list里面的重复元素
Dec 29 面试题
Final类有什么特点
Apr 25 面试题
Java面试笔试题大全
Nov 23 面试题
介绍一下javax.servlet.Servlet接口及其主要方法
Nov 30 面试题
法雷奥SQA(electric)面试问题
Jan 23 #面试题
软件测试英文面试题
Oct 14 #面试题
软件缺陷的分类都有哪些
Aug 22 #面试题
do you have any Best Practice for testing
Jun 04 #面试题
某科技软件测试面试题
May 19 #面试题
英智兴达软件测试笔试题
Oct 12 #面试题
新媒传信软件测试面试题
Feb 24 #面试题
You might like
Yii Framework框架使用PHPExcel组件的方法示例
2019/07/24 PHP
PHP实现提高SESSION响应速度的几种方法详解
2019/08/09 PHP
JS面向对象、prototype、call()、apply()
2009/05/14 Javascript
ie focus bug 解决方法
2009/09/03 Javascript
JavaScript学习点滴 call、apply的区别
2010/10/22 Javascript
IE不支持getElementsByClassName最终完美解决方案
2012/12/17 Javascript
Node.js中的模块机制学习笔记
2014/11/04 Javascript
js实现仿百度风云榜可重复多次调用的TAB切换选项卡效果
2015/08/31 Javascript
浅析函数声明和函数表达式——函数声明的声明提前
2016/05/03 Javascript
本地Bootstrap文件字体图标引入却无法显示问题的解决方法
2020/04/18 Javascript
Node.js 回调函数实例详解
2017/07/06 Javascript
jQuery实现新闻播报滚动及淡入淡出效果示例
2018/03/23 jQuery
详解如何为你的angular app构建一个第三方库
2018/12/07 Javascript
Vue修改项目启动端口号方法
2019/11/07 Javascript
[02:11]2016国际邀请赛中国区预选赛最美TA采访现场玩家
2016/06/28 DOTA
[02:50]【扭转乾坤,只此一招】DOTA2永雾林渊版本开启新篇章
2020/12/22 DOTA
Python中的类与对象之描述符详解
2015/03/27 Python
python使用matplotlib绘制折线图教程
2017/02/08 Python
Python 调用Java实例详解
2017/06/02 Python
python类的方法属性与方法属性的动态绑定代码详解
2017/12/27 Python
Python实现识别手写数字大纲
2018/01/29 Python
Python面向对象类继承和组合实例分析
2018/05/28 Python
Python获取网段内ping通IP的方法
2019/01/31 Python
修改Pandas的行或列的名字(重命名)
2019/12/18 Python
Python 实现训练集、测试集随机划分
2020/01/08 Python
python3中关于excel追加写入格式被覆盖问题(实例代码)
2020/01/10 Python
Python进程Multiprocessing模块原理解析
2020/02/28 Python
利用Python裁切tiff图像且读取tiff,shp文件的实例
2020/03/10 Python
django中嵌套的try-except实例
2020/05/21 Python
瑞贝卡·明可弗包包官网:Rebecca Minkoff
2016/07/21 全球购物
计算机专业推荐信范文
2013/11/27 职场文书
关于环保的建议书
2014/05/12 职场文书
项目技术负责人岗位职责
2015/04/13 职场文书
2016公司年会通知范文
2015/04/25 职场文书
2016应届毕业生实习心得体会
2015/10/09 职场文书
table设置超出部分隐藏,鼠标移上去显示全部内容的方法
2022/12/24 HTML / CSS