Embedded Engineer Interview Questions

6,295 embedded engineer interview questions shared by candidates

1. Written test- 50 questions to be attempted in 1 hour. Aptitude, basic understanding of C and electronic engineering concepts are tested. 2. HR interview- a random technical topic is allotted, and you're given time to prepare for a discussion about the topic. This is done to test your ability to comprehend technical details in a short duration, language and presentation skills. Discussion is followed by regular HR questions. Tech interview- I was asked to write a program on bits and arrays with some questions about random C topics.
avatar

Embedded Software Engineer

Interviewed at Lekha Wireless Solutions

4.1
Jan 15, 2018

1. Written test- 50 questions to be attempted in 1 hour. Aptitude, basic understanding of C and electronic engineering concepts are tested. 2. HR interview- a random technical topic is allotted, and you're given time to prepare for a discussion about the topic. This is done to test your ability to comprehend technical details in a short duration, language and presentation skills. Discussion is followed by regular HR questions. Tech interview- I was asked to write a program on bits and arrays with some questions about random C topics.

you are given 2 integers. write a function that will tell us how many ones (1's) you should add to the second integer in order for that second integer to have the same amount of ones as the first integer. so for example if a=7 (111) and b=2 (010) the answer would be 2.
avatar

RT EMBEDDED ENGINEER

Interviewed at Altair Semiconductor

3.9
Mar 7, 2018

you are given 2 integers. write a function that will tell us how many ones (1's) you should add to the second integer in order for that second integer to have the same amount of ones as the first integer. so for example if a=7 (111) and b=2 (010) the answer would be 2.

Describe & implement the function memcmp with the signature: bool memcmp(int[] a, int[] b). It should decide whether all the elements of a and b are equal, assume a and b are of the same length N for some N > 0. memcpm is required to run exactly the same code flow for all possible inputs (e.g. no return should be called until ran over all N array elements, even of non-equal elements have already been found).
avatar

Embedded Software Engineer

Interviewed at Altair Semiconductor

3.9
Nov 17, 2018

Describe & implement the function memcmp with the signature: bool memcmp(int[] a, int[] b). It should decide whether all the elements of a and b are equal, assume a and b are of the same length N for some N > 0. memcpm is required to run exactly the same code flow for all possible inputs (e.g. no return should be called until ran over all N array elements, even of non-equal elements have already been found).

Viewing 621 - 630 interview questions

Glassdoor has 6,295 interview questions and reports from Embedded engineer interviews. Prepare for your interview. Get hired. Love your job.