I had 4 questions: 1) write mergesort 2) mergesort on linked list 3) "sort color" problem on Leetcode but instead of numbers there where objects. 4) Producer / Consumer problem on a cyclic buffer.
Firmware Engineer Interview Questions
2,356 firmware engineer interview questions shared by candidates
Convert a string to an integer value
If someone gave you a list of requirements, tell me how you would go about implementing them?
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