腐女属性太深已经找不到男朋友了# Love - 情爱幽幽
v*a
1 楼
1. online
做过一边题型就知道了
careercup上有一些online test的题目
2. phone
忘记了,主要是c++的,careercup上和本版上有
3. onsite
a. 两个engineer,一个黑人,一个亚裔(还挺帮忙的)
黑人出了2个题目
1. reverse a int number given a int number
int reverseint(int);
[a. overflow, b. negative number]
2. given a list of scores of students, get the frequence of scores in order.
[use c++ container map]
亚裔
1.difference between assignment operator and copy constructor
2. how to use map, map.find,
3. difference between i++, ++i, which one is more efficient.
Manager
1. Given two sorted integer array, how to find the intersection.
what is best comparision number and worst comparison number.
HR:
common questions
做过一边题型就知道了
careercup上有一些online test的题目
2. phone
忘记了,主要是c++的,careercup上和本版上有
3. onsite
a. 两个engineer,一个黑人,一个亚裔(还挺帮忙的)
黑人出了2个题目
1. reverse a int number given a int number
int reverseint(int);
[a. overflow, b. negative number]
2. given a list of scores of students, get the frequence of scores in order.
[use c++ container map]
亚裔
1.difference between assignment operator and copy constructor
2. how to use map, map.find,
3. difference between i++, ++i, which one is more efficient.
Manager
1. Given two sorted integer array, how to find the intersection.
what is best comparision number and worst comparison number.
HR:
common questions