广东北电面试题目

来源:互联网 发布:淘宝访问受限 编辑:程序博客网 时间:2024/05/01 00:01
英文笔试题
  1. Tranlation (Mandatory)
  CDMA venders have worked hard to give CDMA roaming capabilities via the de
velopment of RUIM-essentially, a SIM card for CDMA handsets currently being de
ployed in China for new CDMA operator China Unicom. Korean cellco KTF demonstr
ated earlier this year the ability to roam between GSM and CDMA using such car
ds.However,only the card containing the user’s service data can roam-not the
CDMA handset or the user’s number (except via call forwarding).
  2. Programming (Mandatory)
  Linked list
  a. Implement a linked list for integers,which supports the insertafter (in
sert a node after a specified node) and removeafter (remove the node after a s
pecified node) methods;
  b. Implement a method to sort the linked list to descending order.
  3. Debugging (Mandatory)
  a. For each of the following recursive methods,enter Y in the answer box i
f themethod terminaters (assume i=5), Otherwise enter N.
  static int f(int i){
   return f(i-1)*f(i-1);
   }
  Ansewr:
  static int f(int i){
   if(i==0){return 1;}
   else {return f(i-1)*f(i-1);}
   }
  Ansewr:
  static int f(int i){
   if(i==0){return 1;}
   else {return f(i-1)*f(i-2);}
   }
  Ansewr:
  b. There are two errors in the following JAVA program:
  static void g(int i){
   if(i==1){return;}
   if(i%2==0){g(i/2);return;}
   else {g(3*i);return;}
   }
  please correct them to make sure we can get the printed-out result as belo
w:
  3 10 5 16 8 4 2 1
  
  中文笔试题
  1.汉译英
  北电网络的开发者计划使来自于不同组织的开发者,能够在北电网络的平台上开发圆
满的补充业务。北电网络符合工业标准的开放接口,为补充业务的开展引入了无数商机,
开发者计划为不同层面的开发者提供不同等级的资格,资格的划分还考虑到以下因素:补
充业务与北电网络平台的集合程度,开发者团体与北电网络的合作关系,等等。
  2.编程
  将整数转换成字符串:void itoa(int,char);
  例如itoa(-123,s[])则s=“-123”;




详情访问: http://www.5qjob.com  笔试面试题库, 部分试题以及交流群如下: 

   企业试题                         企业QQ招聘群/试题交流群

华为应聘热点问题                       华为:2994922 
大唐面试试题                           大唐:15747626 
德勤--推理题  
微软:公司的面试试题                    微软:13270149 
朗讯招聘玄机绝妙                       朗讯:15958257 
香港电信笔试题  
南方日报:我们靠品牌吸引人才  
上海通用汽车公司员工招聘策略解密  
通用电气:招聘实习生进行人才储备  
可口可乐:首先用热情衡量求职者  
IBM面试题:挑战你的逻辑分析能力         IBM:14497602 
微软面试题(应用篇)                    微软:13270149 
GE公司“机舱面试”选择接班人            GE:15958399 
硬件巨头Intel笔试面试题目  
IBM公司面试题:病狗问题                 IBM:14497602 
明基面试问题  
新浪招聘试题(逻辑篇)  
世界500强公司的面试问题(1)  
宝洁招聘流程及面试题                    宝洁:15958281 
KPMG笔试例题 对笔试..  
GE面试问闲暇                            GE:15958399 
华为面试题                              华为:2994922  
广州本田汽车有限公司笔试题  
Google的能力倾向测试题                 Google:15958310 
征战科尔尼:“猫和老鼠”的游戏  
IBM青睐“高绩效”人才                  IBM:14497602 
国泰君安--一道试题  
NT企业试题摘要  
面试Intel:技术能力高于一切 
..........


 
原创粉丝点击