Embedded Developer Interview Questions

4,757 embedded developer interview questions shared by candidates

First interview: 1) First repeating character in a string with O(N) 2) Check whether the given number is even with O(1) & without the modulo operator 3) Check whether the given number is power of 2 with O(1), 4) The 2 eggs and 10 floors problem. 5) Questions about I2S protocol, I2C vs SPI, design considerations for a PCB layout.
avatar

Embedded Software Engineer

Interviewed at Espressif

4.3
Aug 6, 2021

First interview: 1) First repeating character in a string with O(N) 2) Check whether the given number is even with O(1) & without the modulo operator 3) Check whether the given number is power of 2 with O(1), 4) The 2 eggs and 10 floors problem. 5) Questions about I2S protocol, I2C vs SPI, design considerations for a PCB layout.

Have the function StringChallenge(str) read str which will be a string of roman numerals in decreasing order. The numerals being used are: I for 1, V for 5, X for 10, L for 50, C for 100, D for 500 and M for 1000. Your program should return the same number given by str using a smaller set of roman numerals. For example: if str is "LLLXXXVVVV" this is 200, so your program should return CC because this is the shortest way to write 200 using the roman numeral system given above. If a string is given in its shortest form, just return that same string.
avatar

Embedded Software and Hardware Engineer

Interviewed at Unikie

3.8
Sep 14, 2024

Have the function StringChallenge(str) read str which will be a string of roman numerals in decreasing order. The numerals being used are: I for 1, V for 5, X for 10, L for 50, C for 100, D for 500 and M for 1000. Your program should return the same number given by str using a smaller set of roman numerals. For example: if str is "LLLXXXVVVV" this is 200, so your program should return CC because this is the shortest way to write 200 using the roman numeral system given above. If a string is given in its shortest form, just return that same string.

Viewing 1921 - 1930 interview questions

Glassdoor has 4,757 interview questions and reports from Embedded developer interviews. Prepare for your interview. Get hired. Love your job.