亚洲国产日韩欧美在线a乱码,国产精品路线1路线2路线,亚洲视频一区,精品国产自,www狠狠,国产情侣激情在线视频免费看,亚洲成年网站在线观看

廣東北電(nortel)筆試題

時間:2023-02-18 08:54:19 面試筆試 我要投稿
  • 相關推薦

廣東北電(nortel)筆試題

  英文筆試題

廣東北電(nortel)筆試題

  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 the method 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(i0){return 1;}

  else {return f(i-1)*f(i-1);}

  }

  ansewr:

  static int f(int i){

  if(i0){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(i1){return;}

  if(i%20){g(i/2);return;}

  else {g(3*i);return;}

  }

  please correct them to make sure we can get the pri

  nted-out result as below:

  3 10 5 16 8 4 2 1

  中文筆試題

  1.漢譯英

  北電網(wǎng)絡的開發(fā)者計劃使來自于不同組織的開發(fā)者,能夠在北電網(wǎng)絡的平臺上開發(fā)圓滿的補充業(yè)務。北電網(wǎng)絡符合工業(yè)標準的開放接口,為補充業(yè)務的開展引入了無數(shù)商機,開發(fā)者計劃為不同層面的開發(fā)者提供不同等級的資格,資格的劃分還考慮到以下因素:補充業(yè)務與北電網(wǎng)絡平臺的集合程度,開發(fā)者團體與北電網(wǎng)絡的合作關系,等等。

  2.編程

  將整數(shù)轉換成字符串:void itoa(int,char); 例如itoa(-123,s[])則s=“-123”; u2合唱團在17分鐘內(nèi)得趕到演唱會場,途中必需跨過一座橋,四個人從橋的同一端出發(fā),你得幫助他們到達另一端,天色很暗,而他們只有一只手電筒。一次同時最多可以有兩人一起過橋,而過橋的時候必須持有手電筒,所以就得有人把手電筒帶來帶去,來回橋兩端。手電筒是不能用丟的方式來傳遞的。四個人的步行速度各不同,若兩人同行則以較慢者的速度為準。bono需花1分鐘過橋,edge需花2分鐘過橋,adam需花5分鐘過橋,larry需花 10分鐘過橋。他們要如何在17分鐘內(nèi)過橋呢?(有個同濟的學生寫文章說他當時在微軟面試時就是碰到了這道題,最短只能做出在19分鐘內(nèi)過橋,微軟的人對他講這樣的結果已經(jīng)是不錯的了!)

【廣東北電(nortel)筆試題】相關文章:

名企面試試題——廣東北電07-31

名企面試試題程序設計(廣東北電)07-31

記廣東北電筆試07-31

迅雷2011.10.21筆試題08-10

中興2015筆試題08-02

海爾04年筆試題及答案07-31

2008廣東移動筆試題及分析目07-31

交通銀行2014筆試題題目分享08-10

阿里巴巴非技術類筆經(jīng)及試題08-13