Showing posts with label motorola. Show all posts
Showing posts with label motorola. Show all posts

Motorola Interview Questions

Motorola Interview Questions
1. What is deadlock? How do you avoid it?
2. What is a Real Time OS.
3. Difference between Macro and ordinary definition.
4. What is the difference between widget & gadget in XWindows?
5. Write a C code to reverse a string using a recursive function, without swapping or using an extra memory.
6. What is a semaphore?
7. Difference between Class and Struct
8. What exactly happens after each system call in sockets, both at the client and at the server.
9. Describe VRTX
10. How does the scheduler know the time how it should be scheduled.
11. There are 1800 coins.one coin is counterfiet coin.how many minimum weight is required to find counterfiet coin.
12. Complete the series - 1 , 2 , 3 , 5 , 8 , ___
13. Explain strtok & strstr functions
14. Explain Breadth search and Depth search in binary tree.

Motorola Interview Questions asked at Campus Interview

Motorola Interview Questions asked at Campus Interview
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.
3. Difference between Macro and ordinary definition. Difference between Class and Struct.
4. Testing and Maintenance.(will you work in it and what are they) Give the outputs of a compiler and assembler and loader and linker etc. If a new data structure, suppose a queue is to be added like int, long etc., where shall the changes be -- lex or yacc or where.
5. what is a Real Time OS.Name some.
6. Describe VRTX in few words.
7. How does the scheduler know the time how it should be scheduled
8. sockets, TLI, streams.. and much about project
9. What is deadlock? How do you avoid it?
10. What is a semaphore?
11. What exactly happens after each system call in sockets, both at the client and at the server.
12. What is the difference between widget & gadget in XWindows?
13. Tell about strtok & strstr functions.