Write code to count # of bits in int and how to optimize.
Senior Embedded Software Engineer Interview Questions
291 senior embedded software engineer interview questions shared by candidates
Asked questions on secure bootloader
Situation where you solved a problem with your creative skill.
c/c++ programming; agile development; architecture design
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.
there was a question about design patterns and virtual functions.
Calculate the median value for an N sized running buffer
C, MISRA C, C++, ASPICE
Everything from people management, team play to technical question related to hardware, RTOS, C, assembly, troubleshooting.
Self introduction Question 1: how to swap bits in a byte. Question 2: Past experience.
Viewing 171 - 180 interview questions