This is from my friend who had a kernel development position interview. This is only phone interview. This is just from a phone interview: How did you port uCOSII to the product? How did you verify the worst case time delay? What are the key features that you are looking for the RTOS? (I mentioned the size, semaphore, event flags, and priority inheritance) What are cache write back and write through? give examples in what situation you use which? What are the major difference for the MCU and processors you are using? What are the top considerations you pick those processors or MCU? What are the programming model difference among those processors? What is volatile? examples of using it. A programming question: int32 multiplication( int16 a, int16 b) a "*" operator inside the func only takes 8 bit operands. what's the implementation? (I was a little bit stuck on the sign bit) What's the difference between DSP and MCU? (I guess he was looking for the Harvard architecture, I didn't get that until he mentioned that) What is the difference between desktop programming and embedded programming?
Firmware Development Engineer Interview Questions
2,356 firmware development engineer interview questions shared by candidates
how to copy file from windows to linux? what is void* mean? python list vs tuples vs dictionary ? python access last element( ans:-1)?
questions were pretty simple like create a linked list of n nodes, some puzzles
very detailed questions of my project and it's hard to explain it clearly by phone
Differenza tra architettura Harvard e Von Neumann
1. Three unsorted Link-List is given, Find out common element indexes. 2. Given a 64-bit integer number find out all set bit positions in it. 3. Remove Duplicate char from string (optimised & in-place solution required)
C language, Python (dictionary), CPU architecture, Logic design (truth table)
Write a C program to produce a 100KHz Sine Wave. How to Define a pointer in C. What is struct in C. What is Union.
What is Little Endian and Big Endian?
Linked list structure and traversing.
Viewing 1921 - 1930 interview questions