46家公司的笔试题目汇总
10-15 23:38:17
来源:http://www.qz26.com 面试问题 阅读:8513次
导读:A. 13.75 B. 27.50 C. 137.50 D. 280.00 E. 275.00 香港电信笔试题 1. Based on your understanding of the following java related technologies: servlets, JavaServerPage, JavaBeans, Enterprise JavaBeans, how do you think t hese technologies are work together or are applied in the development of an in ternet-based application (25marks). 2. In your opinion ,what do you think are the advantages or benefitsof usi ng an object-oriented approach to software development? how d
46家公司的笔试题目汇总,标签:面试常见问题,面试的问题,http://www.qz26.com
A. 13.75
B. 27.50
C. 137.50
D. 280.00
E. 275.00
香港电信笔试题
1. Based on your understanding of the following java related technologies:
servlets, JavaServerPage, JavaBeans, Enterprise JavaBeans, how do you think t
hese technologies are work together or are applied in the development of an in
ternet-based application (25marks).
2. In your opinion ,what do you think are the advantages or benefitsof usi
ng an object-oriented approach to software development? how do you think those
benefits can be achieved or realized? (15marks).
3. In designing your classes, given the choice between inheritance and agg
regation which do you choose (15marks).
4. How would you work around the lack of multiple inheritance feature in J
ava (15marks).
5. What would you consider to be the hardest part of OO analysis and desig
n and why (10marks).
6. How do you keep yourself up to date with the latest in software techono
gy, especially in the field of software development (10marks).
7. What si your career aspiration? Why do you think this E-Commerce Develo
pment Center can help you in achieving your career goals (10marks) (1hr, answe
r in English).
L\‘ORÉAL的笔试题
1. Would you please describe yourself in 3-4 lines? (limited in 500 words)
2. Could you tell us why we should choose you as a Loreal Person, and what
makes you unique? (limited in 500 words)
3. What is your short-term and long-term career plan? (limited in 500 word
s)
4. What kind of group activities are you interested in and what type of ro
le do you often play? (limited in 500 words)
5. Please use one sentence to give a definition of ‘Beauty’, and describ
e the most beautiful thing in your life. (limited in 500 words)
维尔VERITAS软件笔试题
1. A class B network on the internet has a subnet mask of 255.255.240.0, w
hat is the maximum number of hosts per subnet .
a. 240 b. 255 c. 4094 d. 65534
2. What is the difference: between o(log n) and o(log n^2), where both log
arithems have base 2 .
a. o(log n^2) is bigger b. o(log n) is bigger
c. no difference
3. For a class what would happen if we call a class’s constructor from wi
th the same class’s constructor .
a. compilation error b. linking error
c. stack overflow d. none of the above
4. “new” in c++ is a: .
a. library function like malloc in c
b. key word c. operator
d. none of the above
5. Which of the following information is not contained in an inode .
a. file owner b. file size
c. file name d. disk address
6. What’s the number of comparisons in the worst case to merge two sorted
lists containing n elements each .
a. 2n b.2n-1 c.2n+1 d.2n-2
7. Time complexity of n algorithm T(n), where n is the input size ,is T(n)
=T(n-1)+1/n if n>1 otherwise 1 the order of this algorithm is .
a. log (n) b. n c. n^2 d. n^n
8. The number of 1’s in the binary representation of 3*4096+ 15*256+5*16+
3 are .
a. 8 b. 9 c. 10 d. 12
百威啤酒(武汉公司)
1,为什么申请来百威?
2,将来有什么打算?
3,有没有社会活动经历?
4,有没有当众演讲的经历?
A. 13.75
B. 27.50
C. 137.50
D. 280.00
E. 275.00
香港电信笔试题
1. Based on your understanding of the following java related technologies:
servlets, JavaServerPage, JavaBeans, Enterprise JavaBeans, how do you think t
hese technologies are work together or are applied in the development of an in
ternet-based application (25marks).
2. In your opinion ,what do you think are the advantages or benefitsof usi
ng an object-oriented approach to software development? how do you think those
benefits can be achieved or realized? (15marks).
3. In designing your classes, given the choice between inheritance and agg
regation which do you choose (15marks).
4. How would you work around the lack of multiple inheritance feature in J
ava (15marks).
5. What would you consider to be the hardest part of OO analysis and desig
n and why (10marks).
6. How do you keep yourself up to date with the latest in software techono
gy, especially in the field of software development (10marks).
7. What si your career aspiration? Why do you think this E-Commerce Develo
pment Center can help you in achieving your career goals (10marks) (1hr, answe
r in English).
L\‘ORÉAL的笔试题
1. Would you please describe yourself in 3-4 lines? (limited in 500 words)
2. Could you tell us why we should choose you as a Loreal Person, and what
makes you unique? (limited in 500 words)
3. What is your short-term and long-term career plan? (limited in 500 word
s)
4. What kind of group activities are you interested in and what type of ro
le do you often play? (limited in 500 words)
5. Please use one sentence to give a definition of ‘Beauty’, and describ
e the most beautiful thing in your life. (limited in 500 words)
维尔VERITAS软件笔试题
1. A class B network on the internet has a subnet mask of 255.255.240.0, w
hat is the maximum number of hosts per subnet .
a. 240 b. 255 c. 4094 d. 65534
2. What is the difference: between o(log n) and o(log n^2), where both log
arithems have base 2 .
a. o(log n^2) is bigger b. o(log n) is bigger
c. no difference
3. For a class what would happen if we call a class’s constructor from wi
th the same class’s constructor .
a. compilation error b. linking error
c. stack overflow d. none of the above
4. “new” in c++ is a: .
a. library function like malloc in c
b. key word c. operator
d. none of the above
5. Which of the following information is not contained in an inode .
a. file owner b. file size
c. file name d. disk address
6. What’s the number of comparisons in the worst case to merge two sorted
lists containing n elements each .
a. 2n b.2n-1 c.2n+1 d.2n-2
7. Time complexity of n algorithm T(n), where n is the input size ,is T(n)
=T(n-1)+1/n if n>1 otherwise 1 the order of this algorithm is .
a. log (n) b. n c. n^2 d. n^n
8. The number of 1’s in the binary representation of 3*4096+ 15*256+5*16+
3 are .
a. 8 b. 9 c. 10 d. 12
百威啤酒(武汉公司)
1,为什么申请来百威?
2,将来有什么打算?
3,有没有社会活动经历?
4,有没有当众演讲的经历?
上一页 [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] 下一页
Tag:面试问题,面试常见问题,面试的问题,求职笔试面试 - 面试问题
下一条:求职面试自我介绍一分钟