Tell me about yourself, also
Firmware Engineer Interview Questions
2,358 firmware engineer interview questions shared by candidates
What do you know of firm ware
Design a robotic vacuum cleaner and how would you resolve a false obstacle identification issue that is known to occur.
Basic coding challenge questions
What if you fall in the local minima in the gradient descent?
Design a system that will begin accepting packets of data after seeing 7E.
Write a routine that refactors a linked list into two lists, odd/even based upon a data value.
Refactor a linked list containing random numbers into two linked lists - one even and one odd.
Basic C/C++ questions
Given a linked list, return two head pointers, one for odd items in the list and other for even items in the list. No new linked list should be created, just modify the existing linked list.
Viewing 311 - 320 interview questions