您的位置:学习中国 幽默专区 面试考题 正文
原作者:admin 添加时间:2007-08-08 原文发表:2007-08-08 人气:220 来源:www

本文章共1673字,分4页,当前第1页,快速翻页:
 

英文笔试题

  1. Tranlation (Mandatory)
  CDMA venders have worked hard to give CDMA roaming capabilities via the development of RUIM-essentially, a SIM card for CDMA handsets currently being deployed in China for new CDMA operator China Unicom. Korean cellco KTF demonstrated earlier this year the ability to roam between GSM and CDMA using such cards.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 (insert a node after a specified node) and removeafter (remove the node after a specified 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 if themethod terminaters (assume i=5), Otherwise enter N.
  static int f(int i){
   return f(i-1)*f(i-1);
 
本文章更多内容1 - 2 - 3 - 4 - 下一页>>
本页地址
相关文章

名企面试试题——Google
宝洁公司的笔试
外企公司招聘高级经理试题
面试问题样例
Oracle面试问题-技术篇
16个经典面试问题回答思路
奇码数字信息有限公司笔试题
南方人才市场里企业常问25的个面试题
asp.net的面试考题
面试中几种特色命题
名企面试试题——大唐电信
雀巢SMC面试攻略
微软、IBM、惠普三巨头招聘攻略
用人单位以貌取人还出怪题
这些“怪题”20分钟考翻学子
IBM面试:以一个杯子即兴发挥
常见面试题目解析
面试考题大全
46家中外知名企业面试题目
收藏微软面试智力题 (附答案)

相关评论


本文章所属分类:首页 幽默专区 面试考题   面试考题