收藏本站 收藏本站
积木网首页 - 软件测试 - 常用手册 - 站长工具 - 技术社区
软件测试 > 面试精选 > 正文

首页 | 领域细分: 游戏测试 安全测试 手机测试 Web测试 | 技术研究: 单元测试 入门教程 用例设计 性能测试 功能测试 | 测试职场: 面试精选 职场发展 面试试题

测试管理: 配置及流程 - 需求管理 - 质量验收 - 缺陷管理 - 其它管理相关 | 开发语言: PHP技巧 - PHP基础 - PHP实例 - PHP错误代码

测试工具: LoadRunner JiRa QuickTestPro RoBot WinRunner TestDirector 其它测试工具 | 数据库: Mysql数据库 Oracle数据库 CSS/DIV基础 HTML基础

SAP笔试(技术部分)

来源:互联网 日期:2012-12-11 16:30

  SAP笔试(技术部分) 软件测试

  Prerequisite Notice:

  Answers are preferred in English;

  Test time is 60 minutes;

  Finish more than one question.

  1.Give an example of implementing a Stack in the template way(only template

  class declaration without detail definition and realization)

  2.What's the difference between String and StringBuffer?

  3.Which came the first,chicken or the egg?

  4.In C++,there're four types of Casting Operators,please enumerate and explain

  them especially the difference.

  5.Let's say we have a database with 1 one-column table.It contains same record

  s. Could you please give at least 1 solution to help us get records

  between line 5 and 7. No line number,row id or index etc.

  6.What will be the output of the following codes?

  #include

  #define DBL(x) x+x

  int main()

  {

  int a=3;

  int b=4;

  int c=DBL(a)*DBL(b);

  cout< return 0;

  }

  7.Please write a program to realize the model described in the figure.You

  should design your program as generic as possible so that we can enhance the m

  odel in the future easily without making too much change in your program.

  Process1:X=A+B;

  Process2:Y=C+D;

  Process3:if E>=0

  Z=E;

  Process4:if E<0

  Z=E/B;

本周排行

别人正在浏览

强悍的草根IT技术社区,这里应该有您想要的!
Copyright © 2010 Gimoo.Net. All Rights Rreserved  京ICP备05050695号