Python basics, linked list-array difference, interrupt polling difference, static members and functions, linked list program, how do you check for memory corruption etc.
Firmware Engineer Interview Questions
2,358 firmware engineer interview questions shared by candidates
Asked to solve a puzzle
- Conceptos básicos de Python: Tipos de datos, manejo de listas, tuplas y diccionarios. - Manipulación de cadenas y acceso a sus elementos a través de slicing. - Codificar una clase de algún objeto X con sus miembros, métodos y variables globales y locales.
OS Data Structure Bit Masking String Manipulation
About arrays and data structures
What is the main thing you would look for in a colleague/new hire?
what Testcases would you give the given scenario, testing their security camera products. Experiences in the past, difficulties in testing and how you overcome them. multi tasking and how you manage stressful environment. Technical questions on your previous experiences.
C, pointer, linked list, and memory-related questions.
All questions were related to C language programming as well as Linux commands and debugging. The interview was done by 2 employees who went over the process
// get_time() -- return local system time #define MAX_ERROR 5 #define TIME 10 // rc can be 0 or 1. 0 - good, 1 - error. while (1) { bool rc = doSomething(); checkRC(rc); } // Exit Program, if errors > MAX_ERROR in last TIME seconds void checkRC(bool rc) { }
Viewing 821 - 830 interview questions