give me a code, and analyze it.
Embedded Developer Interview Questions
6,906 embedded developer interview questions shared by candidates
Write a C++ program to count the number of one bits in an integer. Write a C++ program to generate a singly linked list. Write a C++ program to find a loop in a linked list. What is the computational complexity of various types of search (i.e. Big Oh analysis for array search, binary search, etc.) Write an FPGA program / state machine to search for a pattern in a sequence of bits read serially.
Implement queue using two stack. How to design a system to avoid deadlock.
priority inversion
Linked list manipulation, big/little endian conversion
finding the direction of a rotating disc
No unexpected questions as such. I was asked a questions on details of MP3 format which were a little difficult.
Write code in C that would hash a string and deal with collision resolution by implementing a linked list. Would this code be thread safe?
what is deadlock? how to prevent it?
On-site interview questions were about bit manipulation, string reversal and LRU cache. The manager also asked about my work experience and simple OS questions (difficulties with multithreading, deadlock, etc.).
Viewing 4381 - 4390 interview questions