There were not questions, only the coding challenge. It was a problem related to a board game with particular rules and the state of a piece in the board needed to be checked. There was a dependence on the pieces in neighbors cells and a recursive solution was forbidden.
Embedded Software Developer Interview Questions
4,746 embedded software developer interview questions shared by candidates
Write a function to go through an array and count how many numbers are repeated and return this number.
Explain the keywords static and volatile in C
C program to reverse an 8 bit type. How would you optimize the program, pros and cons.
What are virtual functions?
difference between CAN and LIN, difference between RAM and ROM, EEPROM and Flash memory, Micro controller and Microprocessor i was asked also about spi,uart are they full duplex or half duplex the number of wires needed in spi
What the purpose of the volatile keyword on C language
what is status register in micro
questions on DS,OS concepts , general embedded fundamentals
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.
Viewing 41 - 50 interview questions