questions on DS,OS concepts , general embedded fundamentals
Embedded Software Developer Interview Questions
4,666 embedded software developer interview questions shared by candidates
They had me write code for a microcontroller. It was a basic sorting algorithm. The difficult part was the space constraint. If you weren't careful, you would run out of space if you used too much space in memory or if the project size was too large.
You're given (lets say) a play station controller, how will you use the arrow keys to navigate through alphabets to write a player name. Find the most efficient route to navigate from one alphabet to another in the given grid.
Describe how would you use a micro-controller to count the number of times there is a high voltage level on a bus.
difference between c and embedded c?
There was one question where you had to find the top 3 results in a much larger list.
Why do we use volatile in C
How do u fit into our company
Solve: char a=(0x04|0x0B&0x02|0x08);
String and array manipulations - reverse string, reverse words in a string, find duplicates in an array
Viewing 51 - 60 interview questions