| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 577 人关注过本帖
标题:再发一份软件公司考题
只看楼主 加入收藏
vandychan
Rank: 15Rank: 15Rank: 15Rank: 15Rank: 15
等 级:贵宾
威 望:18
帖 子:2296
专家分:6418
注 册:2010-8-20
结帖率:98.15%
收藏
已结贴  问题点数:20 回复次数:6 
再发一份软件公司考题
今天去了埃森哲(广州)笔试,全英文题目,感觉不难,就是本人英文水平不好。。。若干题目摘录如下,供大家参考,想去好公司,除了专业好,英语也很重要!

1.    int main ()
{int a=10;
Return 0;}
What kind of variable is a?
A  constant int
B  volatible int
C  automatic int
D  static int
E  register int

2. typedef char *mon[3]
Creates two monarrays and initializes one of the two?
A    mon  winter,spring;
B    mon(winter,spring={“1”,”2”,”3”});
C    mon  winter,spring={“1”,”2”,”3”};

3    int x=1;
for {int i=0;i<5;i++}
{if (i=3)  continue;
Else if (i=4) break;
x++;}
A  at the end of  the  roop, x  holds the value 1
B  at the end of  the  roop, x  holds the value 2
C  at the end of  the  roop, x  holds the value 3
D  at the end of  the  roop, x  holds the value 4
E  x is never incremented

4. struct foo{foo *fp;};
  Struct bar :public foo{
Void *bp;
Bar (int k);
~bar();};
foo *f=new foo();
bar b;
which vaviable is an instance of a class?
A   b
B   f
C   k
D   bp
E   fp

5.  class s;
Which choice is correct?
A  Incorrect syntax. {} is missing
B  Incorrect syntax. {}; is missing
C  Incorrect syntax.  Requires a*
D  Incorrect syntax.  The body of the class declaration is missing
E  correct syntax

6.
361->22   121->14    81->12    25->x
x is (   )

7.
13  57   911   1315    1719  x
x is (   )

8. at the end of a banquet 10 people shake hands with each other . How many handshakes will there be in total?
A 100         B 20      C 45        D 50         E 90

9. there is a square with 4cm side length  painted color, this square is cut into 64 small squares with same side. How many small squares are painted double sides and how many small squares are painted one side?

有没高手提供下题目答案?
看来我又没戏了
搜索更多相关主题的帖子: 软件 考题 
2010-09-02 19:34
BlueGuy
Rank: 16Rank: 16Rank: 16Rank: 16
等 级:版主
威 望:29
帖 子:4476
专家分:4055
注 册:2009-4-18
收藏
得分:14 
7.
13  57   911   1315    1719  x
x is (2329)

我就是真命天子,顺我者生,逆我者死!
2010-09-02 19:58
BlueGuy
Rank: 16Rank: 16Rank: 16Rank: 16
等 级:版主
威 望:29
帖 子:4476
专家分:4055
注 册:2009-4-18
收藏
得分:0 
6.
361->22   121->14    81->12    25->x
x is (8)

我就是真命天子,顺我者生,逆我者死!
2010-09-02 20:01
BlueGuy
Rank: 16Rank: 16Rank: 16Rank: 16
等 级:版主
威 望:29
帖 子:4476
专家分:4055
注 册:2009-4-18
收藏
得分:0 
8. c
确实不难啊,

[ 本帖最后由 BlueGuy 于 2010-9-2 20:36 编辑 ]

我就是真命天子,顺我者生,逆我者死!
2010-09-02 20:34
vandychan
Rank: 15Rank: 15Rank: 15Rank: 15Rank: 15
等 级:贵宾
威 望:18
帖 子:2296
专家分:6418
注 册:2010-8-20
收藏
得分:0 
以下是引用BlueGuy在2010-9-2 19:58:56的发言:

7.
13  57   911   1315    1719  x
x is (2329)

答案应该是2123
 
你看 自己也错了吧

到底是“出来混迟早要还”还是“杀人放火金腰带”?
2010-09-02 20:44
BlueGuy
Rank: 16Rank: 16Rank: 16Rank: 16
等 级:版主
威 望:29
帖 子:4476
专家分:4055
注 册:2009-4-18
收藏
得分:0 
回复 5楼 vandychan
是错了,看成质数了,

我就是真命天子,顺我者生,逆我者死!
2010-09-02 20:46
vandychan
Rank: 15Rank: 15Rank: 15Rank: 15Rank: 15
等 级:贵宾
威 望:18
帖 子:2296
专家分:6418
注 册:2010-8-20
收藏
得分:0 
以下是引用BlueGuy在2010-9-2 20:46:31的发言:

是错了,看成质数了,
呵呵
╮(╯▽╰)╭
程序员离我还很远

到底是“出来混迟早要还”还是“杀人放火金腰带”?
2010-09-02 20:49
快速回复:再发一份软件公司考题
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.018173 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved