boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - Qualcomm On-site 归发些面经,求bless
相关主题
高通 面试题。
赞人品,发个L的onsite面经
[Job Opening] 3D Engine Developer - Physics and Low Level Optimization
有面过knight的吗
EE wireless networking 方向R&D面试经历(embedded/RTOS)
问个面试时候hash table的C++实现问题
void * 和 char * 有区别吗?
好挫的F家面经
分享两道面试题--求教高手
还有两个题。
相关话题的讨论汇总
话题: function话题: bless话题: parity话题: int话题: linked
进入JobHunting版参与讨论
1 (共1页)
b*****t
发帖数: 72
1
Coding(都是挺基本的题,但是我有几个题有些bug,哎):
1.Find the missing number in an array;
2. Reverse the bits of an integer;
3. Using a MACRO function to output the byte stream;
4. Detect a loop in a linked list;
5. Reverse a string(protect the input& return a new string);
6. Count the Ones of an integer;
7. Endianness detection;
8. Delete a node in a singly linked list and a double linked list;
9. Even parity function;
10. Extract the payload part from a packet;
11. Rounding function;
C/C++:
1. Static keyword;
2. Heap vs stack;
3. Data structure comparison;
4. Volatile keyword;
5. Red-black tree;
6. Call-return mechanism;
7. Information need to store in the stack when making a function call;
OS and others:
1. Knowledge about cache, the performance and the mode;
2. Paging maehanism and virtual memory;
3. Memory leak detection;
4. Crash at ramdon place debugging;
5. Optimalization of the code;
6. Thread and the information store in the thread;
7. Basics about TCP/IP, and DHCP.
暂时只能记得这些,希望对大家有帮助。总体感觉很一般,有几个面得不太好,coding
的时候有几个bug,其中有一个比较严重,哎,都怪自己不太熟练。God bless。
p*********o
发帖数: 892
2
bless,
CA的吗?
c****p
发帖数: 6474
3
题目都挺偏底层的。。。什么职位啊。。。
居然要考RB-TREE,,,这连专门的软件公司都不考的啊。。。

【在 b*****t 的大作中提到】
: Coding(都是挺基本的题,但是我有几个题有些bug,哎):
: 1.Find the missing number in an array;
: 2. Reverse the bits of an integer;
: 3. Using a MACRO function to output the byte stream;
: 4. Detect a loop in a linked list;
: 5. Reverse a string(protect the input& return a new string);
: 6. Count the Ones of an integer;
: 7. Endianness detection;
: 8. Delete a node in a singly linked list and a double linked list;
: 9. Even parity function;

b*****t
发帖数: 72
4
有点,这个印度哥们问的问题都挺tough的,好几个我都没回答上来,让我觉得很沮丧
,幸亏RB-TREE我还知道一些,所以大概说了一些。

【在 c****p 的大作中提到】
: 题目都挺偏底层的。。。什么职位啊。。。
: 居然要考RB-TREE,,,这连专门的软件公司都不考的啊。。。

b*****t
发帖数: 72
5
SD

【在 p*********o 的大作中提到】
: bless,
: CA的吗?

s********k
发帖数: 6180
6
experienced or entry level?

【在 b*****t 的大作中提到】
: SD
b*****t
发帖数: 72
7
Entry-level

【在 s********k 的大作中提到】
: experienced or entry level?
t*********1
发帖数: 2852
8
bless!
a*****1
发帖数: 314
9
是 Atheros 部门吗?
M******e
发帖数: 103
10
bless
相关主题
有面过knight的吗
EE wireless networking 方向R&D面试经历(embedded/RTOS)
问个面试时候hash table的C++实现问题
void * 和 char * 有区别吗?
进入JobHunting版参与讨论
f**********7
发帖数: 265
11
bless!!!!!
z*****b
发帖数: 1016
12
bless!
是SDE职位吗?
s***g
发帖数: 1250
13
bless
s***g
发帖数: 1250
14
bless
a********k
发帖数: 11445
15
bless!
w**********6
发帖数: 800
16
祝福,并问, Thread and the information store in the thread 怎么回答比较一针
见血?
z********1
发帖数: 262
17
Bless
vn
发帖数: 6191
18
题看着就晕
bless~
r**********u
发帖数: 1343
19
bless

【在 b*****t 的大作中提到】
: Coding(都是挺基本的题,但是我有几个题有些bug,哎):
: 1.Find the missing number in an array;
: 2. Reverse the bits of an integer;
: 3. Using a MACRO function to output the byte stream;
: 4. Detect a loop in a linked list;
: 5. Reverse a string(protect the input& return a new string);
: 6. Count the Ones of an integer;
: 7. Endianness detection;
: 8. Delete a node in a singly linked list and a double linked list;
: 9. Even parity function;

r****i
发帖数: 528
20
bless
相关主题
好挫的F家面经
分享两道面试题--求教高手
还有两个题。
Got an offer
进入JobHunting版参与讨论
t***y
发帖数: 548
21
bless
b*****t
发帖数: 72
22
找工作长路漫漫,看来还是要继续努力,在失败中寻找和总结经验啊。与正在求职道路
上的各位版友共勉。当然大牛可以无视。

【在 b*****t 的大作中提到】
: Coding(都是挺基本的题,但是我有几个题有些bug,哎):
: 1.Find the missing number in an array;
: 2. Reverse the bits of an integer;
: 3. Using a MACRO function to output the byte stream;
: 4. Detect a loop in a linked list;
: 5. Reverse a string(protect the input& return a new string);
: 6. Count the Ones of an integer;
: 7. Endianness detection;
: 8. Delete a node in a singly linked list and a double linked list;
: 9. Even parity function;

p**p
发帖数: 2493
23
big big bless!
Q*******e
发帖数: 939
24
这SB就是想卡你吧

【在 b*****t 的大作中提到】
: 有点,这个印度哥们问的问题都挺tough的,好几个我都没回答上来,让我觉得很沮丧
: ,幸亏RB-TREE我还知道一些,所以大概说了一些。

b*****t
发帖数: 72
25
也许吧,他们组面我的就两个人,一个老美问得问题都挺简单基本的,但是这个印度哥
们我面残了。希望有机会再去面的时候不会碰到这种情况。

【在 Q*******e 的大作中提到】
: 这SB就是想卡你吧
a*****1
发帖数: 314
26
请高手 解释一下。下面是什么意思啊? 用C 写的??? 谢谢
3. Using a MACRO function to output the byte stream;
??? 什么意思啊? 有知道的不?
9. Even parity function;
int getParity(unsigned int n)
{
int parity = 0;
while (n)
{
parity = !parity;
n = n & (n - 1);
}
return parity;
}
10. Extract the payload part from a packet;
这个也不明白?? 有知道的吗??
11. Rounding function; 四舍五入
int round(double number)
{
return (number >= 0) ? (int)(number + 0.5) : (int)(number - 0.5);
}

【在 b*****t 的大作中提到】
: Coding(都是挺基本的题,但是我有几个题有些bug,哎):
: 1.Find the missing number in an array;
: 2. Reverse the bits of an integer;
: 3. Using a MACRO function to output the byte stream;
: 4. Detect a loop in a linked list;
: 5. Reverse a string(protect the input& return a new string);
: 6. Count the Ones of an integer;
: 7. Endianness detection;
: 8. Delete a node in a singly linked list and a double linked list;
: 9. Even parity function;

k****7
发帖数: 37
27
bless
l*********o
发帖数: 736
28
bless!
1 (共1页)
进入JobHunting版参与讨论
相关主题
还有两个题。
Got an offer
开始考虑找工作了,写了一个自己的就业行情分析,希望大家给给意见。
发Facebook intern面经
one C++ question
我们公司有个职位(在NJ)
大家给分析一下子吧
los angeles的openings
【为什么我写的reverse string总出错】
CS同学转行机会-Junior Technical position (Trading Analyst)
相关话题的讨论汇总
话题: function话题: bless话题: parity话题: int话题: linked