how to reverse a string
Embedded Software Engineer Interview Questions
4,672 embedded software engineer interview questions shared by candidates
Details of my project
Explain about your current project
Technical details about the job
Develop LCD display using any microcontroller
c/c++ programming; agile development; architecture design
General questions like 'how did you handle a conflicting situation'. I was not really prepared for this kind of questions. I got one technical question related to C++. I answered wrong but I don't expect anybody to answer that very specific question correctly. So it might be important how you answer it rather than correct or false.
They presented me with some code and asked me to explain my understanding of it.
some communication protocols such as I2c, Uart
As mentioned, the question had two parts: Part 1: Given a table/array of addresses of registers, starting from a given address and sorted in intervals of 1024, each of the registers contains a 32 bit number which its 16 least significant bits are the ID saved in that register. Write a function that receives an index in the table and returns the ID that is stored in the corresponding register. Part 2: Given that memory is restricted to 32K SRAM, write a function that checks if the IDs in the registers are unique.
Viewing 2731 - 2740 interview questions