How many address lines are required to access X amount of data?
Firmware Engineer Interview Questions
2,136 firmware engineer interview questions shared by candidates
1) Find a loop in a linked list. Ans: Pretty straightforward 2) Find first repetitive number in an array Ans. Sort and go through the array
No tech questions, just discussing the resume
How to print a Christmas Tree by C?
Given a piece of code, read it and give the output. How could you fix this code to output as intended?
All technical questions related to your project experience
The Phone Interview (1) Marco (2) Inline (3)Power of 2 (4) what's the timer in the embedded system (5)UART and Baudrate (6) Implement the Two Sum with C
Loop on Java and sorting algorithm
-> 3rd round interview was also technical when i had though this would just be a formality
First Round - The focus was on data structures, including linked lists, stacks, and queues. I was given a specific question and had to create a data structure to address it. Second Round - This round was divided into two parts. The first part lasted for one hour, followed by a 30-minute break, and then another one-hour session with a different interviewer. First Half of Second Round (1 hour) - The interviewer instructed me to copy the contents to memory without using malloc and free. Instead, they provided APIs to use. My task was to define a function that receives a struct pointer. When the pointer is dereferenced, I needed to access specific members and copy them into memory. Additionally, I was required to manage memory allocation using the provided APIs and ensure proper deallocation after copying. Second Half of Second Round (1 hour) - The second interviewer tasked me with creating a state machine. The scenario involved capturing an image with various attributes such as ID, payload, and payload length. The challenge was to load an output buffer in a specific format based on different commands. These commands were structured in a state machine design.
Viewing 1101 - 1110 interview questions