Hardware Embedded Interview Questions

82 hardware embedded interview questions shared by candidates

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.

Pretend I'm a non-engineer. Explain how something like an iPhone works from the basic building blocks all the way up through the memory organization and operating system interactions with the hardware. Be as specific as possible without using terms that non-computer engineers would not understand.
Aug 18, 2024

Pretend I'm a non-engineer. Explain how something like an iPhone works from the basic building blocks all the way up through the memory organization and operating system interactions with the hardware. Be as specific as possible without using terms that non-computer engineers would not understand.

Viewing 31 - 40 interview questions

Glassdoor has 82 interview questions and reports from Hardware embedded interviews. Prepare for your interview. Get hired. Love your job.