how to reverse a string
Embedded Software Engineer Staff Interview Questions
4,134 embedded software engineer staff 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 2401 - 2410 interview questions