某公司部分笔试题


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

面试题 相关文章推荐
PHP中如何使用Cookie
Oct 28 面试题
为什么使用接口?
Aug 13 面试题
求最大连续递增数字串(如"ads3sl456789DF3456ld345AA"中的"456789")
Sep 11 面试题
北京泡泡网网络有限公司.net面试题
Jul 17 面试题
西部世纪.net笔试题面试题
Apr 03 面试题
路由表示做什么用的?在linux环境中怎么来配置一条默认路由?
Jun 07 面试题
标记环网Toke Ring IEEE802.5
May 26 面试题
中科软笔试题和面试题
Oct 07 面试题
How TDD works
Sep 30 面试题
Java语言程序设计测试题判断题部分
Jan 06 面试题
Java程序员面试90题
Oct 19 面试题
史上最全面的Java面试题汇总!
Feb 03 面试题
法雷奥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
为IP查询添加GOOGLE地图功能的代码
2010/08/08 PHP
用PHP的超级变量$_GET获取HTML表单(Form) 数据
2011/05/07 PHP
php将mysql数据库整库导出生成sql文件的具体实现
2014/01/08 PHP
[原创]smarty简单模板变量输出方法
2016/07/09 PHP
php分页查询mysql结果的base64处理方法示例
2017/05/18 PHP
jQuery 添加/移除CSS类实现代码
2010/02/11 Javascript
js实现的切换面板实例代码
2013/06/17 Javascript
jquery等待效果示例
2014/05/01 Javascript
Javascript 构造函数详解
2014/10/22 Javascript
javascript中Date对象的getDay方法使用指南
2014/12/22 Javascript
JS实现模拟百度搜索“2012世界末日”网页地震撕裂效果代码
2015/10/31 Javascript
基于javascript简单实现对身份证校验
2021/01/25 Javascript
Bootstrap布局方式详解
2016/05/27 Javascript
使用jQuery Rotare实现微信大转盘抽奖功能
2016/06/20 Javascript
原生Aajax 和jQuery Ajax 写法个人总结
2017/03/24 jQuery
解决vue处理axios post请求传参的问题
2018/03/05 Javascript
node 命令方式启动修改端口的方法
2018/05/12 Javascript
[58:32]EG vs Liquid 2018国际邀请赛小组赛BO2 第一场 8.18
2018/08/19 DOTA
pyqt4教程之messagebox使用示例分享
2014/03/07 Python
python下paramiko模块实现ssh连接登录Linux服务器
2015/06/03 Python
用pickle存储Python的原生对象方法
2017/04/28 Python
python+mongodb数据抓取详细介绍
2017/10/25 Python
在Python程序员面试中被问的最多的10道题
2017/12/05 Python
python正则表达式及使用正则表达式的例子
2018/01/22 Python
Pycharm中配置远程Docker运行环境的教程图解
2020/06/11 Python
Python 排序最长英文单词链(列表中前一个单词末字母是下一个单词的首字母)
2020/12/14 Python
Aveda美国官网:天然护发产品、洗发水、护发素和沙龙
2016/12/09 全球购物
元旦晚会上单位领导演讲稿
2014/01/05 职场文书
会计专业个人求职信范文
2014/01/08 职场文书
金融行业职业生涯规划范文
2014/01/17 职场文书
酒店保安员岗位职责
2014/01/31 职场文书
总经理任命书
2014/03/29 职场文书
小学安全教育主题班会
2015/08/12 职场文书
pycharm2021激活码使用教程(永久激活亲测可用)
2021/03/30 Python
Java数组与堆栈相关知识总结
2021/06/29 Java/Android
Java中多线程下载图片并压缩能提高效率吗
2021/07/01 Java/Android