由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - 嵌入式系统软件工程师面经
相关主题
Job Openings: Software Design Engineer, Hardware Design Engineer ......Job opening - Firmware Engineer, Marvell Semiconductor Inc., Full time, Santa Clara, CA
hardware engineer@google电话面经[Apple openings] Hardware Systems Integration Engineer/Hardware Design Engineer
F面经Opennings: senior PMIC designers (转载)
招汽车娱乐系统软件工程师求职:嵌入式软硬件工程师(地点不限),本人现住Rochester-New York
发一个fb面经求职求内推:嵌入式软硬件工程师(地点不限),本人现住Rochester-NY
Power Management IC design openingsJob opening - Firmware Engineer, Marvell Semiconductor Inc.
apple jobs - firmware and firmware QA Eng.Full-time Job opening - Firmware Engineer @ Marvell
sr control engineer openingFull-time Job opening - Firmware Engineer @ Marvell
相关话题的讨论汇总
话题: what话题: int话题: char话题: circuit话题: macro
进入JobHunting版参与讨论
1 (共1页)
f*****y
发帖数: 444
1
phone interview with hiring manager & hw engineer - 1 hour
1. brief introduction of company
2. resume questions
3. Difference between i2C and SPI bus? CAN bus?
4. what is size of char, char*, void*, int?
5. What debugger tools do you use? Are you familiar with ICE?
6. Node a and b has resistor r1 and node b has resistor r2 to ground.
Node a have Va, what is Vb? why use this circuit? if exchange r2 to a
capacitor, what circuit is this? can this circuit be implemented by software
and how?
7. how do you drive LED? and how do you change brightness?
on-site (C language)
1. why leave company? and lots of behavior questions
2. set and clear bit 2
3. define a macro and tell precautions of macro
4. difference between macro and typedef
5. tell the meaning of char const, const char, char * const, pointer to
functions etc.
6. int x=3,y=2; x+++y; what is result of x and y?
7. meaning of volatile keyword? What's wrong with
int f(volatile int *x) { return *x * *x; }
8. what's wrong with following interrupt service routine?
void isr(float x) { ...; printf("%f", x); }
9. what is the output
int a=-20;
unsigned int b=6;
printf("%d", a+b);
10. what does static mean?
On-site is simpler than I thought, but it focus on basics. No tricky
algorithm problems.
x*******i
发帖数: 777
2
cong~
r*******e
发帖数: 7583
3

俺也面过一个embedded software engineer的职位,等有空了写个详细的经历

software

【在 f*****y 的大作中提到】
: phone interview with hiring manager & hw engineer - 1 hour
: 1. brief introduction of company
: 2. resume questions
: 3. Difference between i2C and SPI bus? CAN bus?
: 4. what is size of char, char*, void*, int?
: 5. What debugger tools do you use? Are you familiar with ICE?
: 6. Node a and b has resistor r1 and node b has resistor r2 to ground.
: Node a have Va, what is Vb? why use this circuit? if exchange r2 to a
: capacitor, what circuit is this? can this circuit be implemented by software
: and how?

s*****y
发帖数: 897
4
I2C 有叫画全图吗?

【在 r*******e 的大作中提到】
: 赞
: 俺也面过一个embedded software engineer的职位,等有空了写个详细的经历
:
: software

f*****y
发帖数: 444
5
没有,电话面试没法画。
f******d
发帖数: 6361
6
onsite 没一天也得一上午吧?怎么就10个问题,有多少人面你?

software

【在 f*****y 的大作中提到】
: phone interview with hiring manager & hw engineer - 1 hour
: 1. brief introduction of company
: 2. resume questions
: 3. Difference between i2C and SPI bus? CAN bus?
: 4. what is size of char, char*, void*, int?
: 5. What debugger tools do you use? Are you familiar with ICE?
: 6. Node a and b has resistor r1 and node b has resistor r2 to ground.
: Node a have Va, what is Vb? why use this circuit? if exchange r2 to a
: capacitor, what circuit is this? can this circuit be implemented by software
: and how?

s*****y
发帖数: 897
7
Qualcomm? Sounds very like their interview.

【在 f*****y 的大作中提到】
: 没有,电话面试没法画。
f*****y
发帖数: 444
8
6个小时呢,只有一个人问编程一个小时, #7,#8是我印象深刻的题目,其余不重要的有些已经忘了。大量常见的behavior 问题, 懒得贴了。还有就是参观,吃饭,聊天。
只有一个人问技术,让我觉得有点奇怪说实话,况且面试是安排在4/1 !
赞一下那个考技术的,把气氛搞得很轻松,还经常有提示。
f*****y
发帖数: 444
9
no.

【在 s*****y 的大作中提到】
: Qualcomm? Sounds very like their interview.
f******d
发帖数: 6361
10
请问6小时之中,technical questions 约占几小时?

的有些已经忘了。大量常见的behavior 问题, 懒得贴了。还有就是参观,吃饭,聊天


【在 f*****y 的大作中提到】
: 6个小时呢,只有一个人问编程一个小时, #7,#8是我印象深刻的题目,其余不重要的有些已经忘了。大量常见的behavior 问题, 懒得贴了。还有就是参观,吃饭,聊天。
: 只有一个人问技术,让我觉得有点奇怪说实话,况且面试是安排在4/1 !
: 赞一下那个考技术的,把气氛搞得很轻松,还经常有提示。

相关主题
Power Management IC design openingsJob opening - Firmware Engineer, Marvell Semiconductor Inc., Full time, Santa Clara, CA
apple jobs - firmware and firmware QA Eng.[Apple openings] Hardware Systems Integration Engineer/Hardware Design Engineer
sr control engineer openingOpennings: senior PMIC designers (转载)
进入JobHunting版参与讨论
G******i
发帖数: 5226
11
不错
嵌入式的面经很少见
LZ啥背景?
这个onsite的问题的确都很基本...

software

【在 f*****y 的大作中提到】
: phone interview with hiring manager & hw engineer - 1 hour
: 1. brief introduction of company
: 2. resume questions
: 3. Difference between i2C and SPI bus? CAN bus?
: 4. what is size of char, char*, void*, int?
: 5. What debugger tools do you use? Are you familiar with ICE?
: 6. Node a and b has resistor r1 and node b has resistor r2 to ground.
: Node a have Va, what is Vb? why use this circuit? if exchange r2 to a
: capacitor, what circuit is this? can this circuit be implemented by software
: and how?

j***i
发帖数: 3096
12
onsite的第7题有什么错误?

software

【在 f*****y 的大作中提到】
: phone interview with hiring manager & hw engineer - 1 hour
: 1. brief introduction of company
: 2. resume questions
: 3. Difference between i2C and SPI bus? CAN bus?
: 4. what is size of char, char*, void*, int?
: 5. What debugger tools do you use? Are you familiar with ICE?
: 6. Node a and b has resistor r1 and node b has resistor r2 to ground.
: Node a have Va, what is Vb? why use this circuit? if exchange r2 to a
: capacitor, what circuit is this? can this circuit be implemented by software
: and how?

f*****y
发帖数: 444
13
embedded systems

【在 G******i 的大作中提到】
: 不错
: 嵌入式的面经很少见
: LZ啥背景?
: 这个onsite的问题的确都很基本...
:
: software

f*****y
发帖数: 444
14
1 hour.

【在 f******d 的大作中提到】
: 请问6小时之中,technical questions 约占几小时?
:
: 的有些已经忘了。大量常见的behavior 问题, 懒得贴了。还有就是参观,吃饭,聊天
: 。

f*****y
发帖数: 444
15
actually it may not be the best practice.
say signal y=x*x
the first read *x and second read *x may be different. So it's better to
have a variable to save it t=*x; return t*t;

【在 j***i 的大作中提到】
: onsite的第7题有什么错误?
:
: software

f******d
发帖数: 6361
16
r u fresh master?
how many rounds of onsite or just one?

【在 f*****y 的大作中提到】
: 1 hour.
s****n
发帖数: 786
17
现在工作机会多吗?嵌入式的要求又广且杂,pay的真是不怎么样。
你这个面试算比较轻松的,起码专业问题都没问。

software

【在 f*****y 的大作中提到】
: phone interview with hiring manager & hw engineer - 1 hour
: 1. brief introduction of company
: 2. resume questions
: 3. Difference between i2C and SPI bus? CAN bus?
: 4. what is size of char, char*, void*, int?
: 5. What debugger tools do you use? Are you familiar with ICE?
: 6. Node a and b has resistor r1 and node b has resistor r2 to ground.
: Node a have Va, what is Vb? why use this circuit? if exchange r2 to a
: capacitor, what circuit is this? can this circuit be implemented by software
: and how?

1 (共1页)
进入JobHunting版参与讨论
相关主题
Full-time Job opening - Firmware Engineer @ Marvell发一个fb面经
C/C++ Openings,Entry to mid level绿卡或公民Power Management IC design openings
Marvell Semiconductor Inc. 的一个Firmware Engineer职位内推apple jobs - firmware and firmware QA Eng.
Marvell Semiconductor Inc. 的另外一个Firmware Engineer Open positionsr control engineer opening
Job Openings: Software Design Engineer, Hardware Design Engineer ......Job opening - Firmware Engineer, Marvell Semiconductor Inc., Full time, Santa Clara, CA
hardware engineer@google电话面经[Apple openings] Hardware Systems Integration Engineer/Hardware Design Engineer
F面经Opennings: senior PMIC designers (转载)
招汽车娱乐系统软件工程师求职:嵌入式软硬件工程师(地点不限),本人现住Rochester-New York
相关话题的讨论汇总
话题: what话题: int话题: char话题: circuit话题: macro