Motorola

Motorola Interview.

Motorola Interview.
There was a Technical Interview, followed by personal interview.
Mainly concetrating on the interesting subjects.
write a C code
1.to reverse a string using a recursive function, without
swapping or using an extra memory.
2.To reverse a linked list as above.
given a macro like
#define MAX(A,B) {to return that is larger}
what will MAX(i++,j),MAX(i,j++) return.
Difference between Macro and ordinary definition.
Difference between [...]


Motorola Interview Paper

There were basically 3 papers -software ,DSP, Semiconductor software paper (20 questions 45 minutes) concentrate more on data structures 10 questions from data structures and 10 from C++ and data structures10 questions were in the fill in the blank format and 10 questions were multiple choice questions.
bubble sorting is
a)two stage sorting
b)…..
c)….
d)none of the above
.c++ supports
a) [...]


Motorola Interview Paper

MOTOROLA PAPER
there are 45 question . no technical question are asked.time 45 mins.
2 reasoning question means total 11 questoins.reasoning is not from GRE.
1. antonym
p….  ans. static
2.there are 1800 coins.one coin is counterfiet coin.how many minimum
weight is required to find counterfiet coin.
3. there are six question of series.
1 2 3 5 8 ?  ans.
102 204 102  [...]


Motorola Interview Paper

Motorola  Interview Paper
Technical
Q. write a C code
1.to reverse a string using a recursive function, without
swapping or using an extra memory.
2.To reverse a linked list as above.
Q. what will MAX(i++,j),MAX(i,j++) return.
Q. Difference between Macro and ordinary definition.
Q. Difference between Class and Struct.
Q. Give the outputs of a compiler and assembler and loader and linker etc.
Q. If [...]


Motorola - Sample Technical

Q. write a C code
1.to reverse a string using a recursive function, without swapping or using an extra memory.
2.To reverse a linked list as above.
3. what will MAX(i++,j),MAX(i,j++) return.
4. Difference between Macro and ordinary definition.
5. Difference between Class and Struct.
6. Give the outputs of a compiler and assembler and loader and linker etc.
7. If a [...]