second round question: Log Parser with Filtering and Search Read a log file with format: [2025-02-11 10:15:30] INFO - System started [2025-02-11 10:16:45] ERROR - Sensor timeout on port 3 [2025-02-11 10:17:12] WARNING - Low battery detected [2025-02-11 10:18:01] INFO - Communication established Task: • Read the file and filter logs by a given level (INFO, ERROR, WARNING) • Optional keyword search (e.g., find “Sensor” in ERROR logs) • Output only the message part (omit timestamp and log level if not required) """
Embedded Software Developer Interview Questions
4,757 embedded software developer interview questions shared by candidates
why you want to work in embed system in low level programing
Asked me about my experiences, about my resume and if I've applied to other companies in Netherlands.
Nothing difficult or unexpected.
Related to your projects and basic C questions.
1. What is SPI and Modes in SPI? 2. What are the difference between I2C and SPI. 3. Setting a bit and clearing a bit
Write a C program to check the endianness of the system.
Design a homing algorithm for the robot
What is the purpose of .PHONY in a Makefile?
What is your experience with serial communication protocols? (Essentially just asking about the differences between UART, SPI, and I2C)
Viewing 1991 - 2000 interview questions