Guangdong beidian interview questions

Source: Internet
Author: User
Pen questions
1. tranlation (mandatory)
CDMA venders have worked hard to give CDMA roaming capabilities via the de
Velopment of Ruim-essential, 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
CDMA handset or the user's number (using t 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

Chinese pen questions
1. Chinese-English Translation
The developer program of beidian network enables developers from different organizations to develop circles on beidian Network Platform
Full complement business. Beidian network complies with industrial standards and provides numerous business opportunities for its supplementary services,
The Developer Program provides different levels of qualifications for developers at different levels. The qualification Division also takes into account the following factors:
The degree of integration between the charging service and the beidian network platform, the relationship between the developer group and beidian network, and so on.
2. Programming
Convert an integer to a string: void ITOA (INT, char );
For example, for ITOA (-123, s []), S = "-123 ";

For details, visit: http://www.5qjob.com test questions, part of the questions and exchange groups are as follows:

Enterprise question enterprise QQ recruitment group/question exchange group

Huawei: 2994922
Datang interview questions Datang: 15747626
Deloitte -- reasoning
Microsoft: company interview questions Microsoft: 13270149
Lucent recruitment xuanjicang brilliant Lucent: 15958257
Hong Kong Telecom pen questions
Nanfang Daily: we attract talents by brand
Employee Recruitment Policy decryption for General Motors Shanghai
General Electric: recruiting interns for talent reserves
Coca-Cola: first, use enthusiasm to measure job seekers
IBM interview questions: Challenge your logic analysis capabilities IBM: 14497602
Microsoft interview questions (Application) Microsoft: 13270149
GE's "engine room interview" successor Ge: 15958399
Hardware giant intel test interview questions
IBM interview questions: Dogs and dogs IBM: 14497602
BenQ interview questions
Sina recruitment questions (logical)
Interview Questions for Fortune 500 companies (1)
P & G recruitment process and interview questions P & G: 15958281
KPMG test examples for the test ..
GE interview questions Ge: 15958399
Huawei interview questions Huawei: 2994922
Guangzhou Honda Automobile Co., Ltd.
Google: 15958310
Fighting for colny: a game of "Cats and mice"
IBM favored "high-performance" talents IBM: 14497602
Guotai Junan-a question
NT enterprise question Summary
Interview with Intel: Superior Technical Skills
..........

 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.