Implement a circular buffer in C
Embedded Software Engineer Interview Questions
Embedded Software Engineer Interview Questions
Embedded Software Engineers entwickeln und warten Embedded Systems. Hierfür sind ggf. fortgeschrittene Software- und Problemlösungskompetenzen erforderlich. In einem Vorstellungsgespräch für Embedded Software Engineers wird der Gesprächspartner wahrscheinlich Fragen stellen, mit denen Ihre Programmierkenntnisse und -erfahrungen geprüft werden sollen. Sie werden auch über Ihre Teamfähigkeit sprechen müssen, da die Stelle möglicherweise in einer Gruppe ausgeübt wird.
Typische Bewerbungsfragen als Embedded Software Engineer (m/w/d) und wie Sie diese beantworten
Frage 1: Definieren Sie ein Embedded System.
Frage 2: Welche Programmiersprachen beherrschen Sie?
Frage 3: Haben Sie bereits mit Technikern und Designern zusammengearbeitet?
4,381 embedded software engineer interview questions shared by candidates
What is Counters.
There is an 8 bit counter that is incremented by hardware every tick call it counter8 And there is an interupt handler that is called every tick. I should write the code for the interrupt handler to implement a 16 bit counter.
Given are two functions. One function writes to the shared memory using the function write_to_mem() One function reads from shared memory using the function read_from_mem() We also have a 8 bit variable sem. First function can set/clear only the first bit of sem (msb), indicating it just wrote to the mem. Second function can set/clear only the last bit of sem (lsb) indicating it finished reading from mem. Both functions can read both bits. The two functions might run on different processor with different frequencies. Processor 1 runs a code that call the first function in en endless loop Processor 2 runs a code that call the second function in en endless loop. I need to write the code in each processor such that the functions are synchronized.
circuit analysis
Pretty standard HR question. Desired pay, education, experience, etc...
How the BSS segment works ? How do the process have different segments for intialised and uninitialised global and static variable?
Program on bitwise operations.
more of the questions were about C programming?
What is resistor , capacitor, filters, all about basics of electronics?
Viewing 101 - 110 interview questions