What would you do if a connection gets lost?
Firmware Interview Questions
2,356 firmware interview questions shared by candidates
how are interrupts working? how to handle if there are two interrupts coming and if the system stops, what will happen about the interrupts?
The questions can be found by just doing a google search of firmware interview questions. Difference between stack/heap, multithreading, and so forth.
Here is a series of execrcise. We will judge you on the results of the exercise even though they do not reflect in any way you potential for this Job. we have many people in the pipeline and you are mostly just a filler to make the process look busy: please respond.
Technical interview asked coding questions like: Give a code snippet, what does this function do and what are some issues? Given a code solution that works but sometimes crashes, point out flaws and issues and how you would fix them or why they're a problem
Talk about this work experience on your resume.
Asked me about my previous academic projects and internship experience. How I used a Kalmann filter that I mentioned in my resume.
Implement in C some kind of routine that works such that you can, via a function, provide it with a time T and a void* callback, such that in T time from now, the callback will be automatically called. Specifically, optimize the solution to the first 256 units of time since most schedueling will be done for them. To somewhat rephrase things, the system simulates several timers at once using its single internal clock, optimized around a specific time (i.e. the worst case can still be O(log(n)) but the most common/average case of times between 0 and 256 need to be O(1) The second question was more like a riddle,
Write code to represent a safe deposit box. The problem with this question is that the U/X, and the interactions with the "real world", are what matter but the interview could not answer much about those aspects. The code itself is nonsense absent a clear and complete analysis of U/X.
What are preprocessors and how they executed?
Viewing 481 - 490 interview questions