general questions about embedded C.
Firmware Engineering Manager Interview Questions
38 firmware engineering manager interview questions shared by candidates
Given a function rand() that returns 0 in probability of 0.5 and 1 in 0.5, write a function that generates a number between 0 - n-1 in uniform distribution. that is, for every x in {0,...,n-1} , P(random() == x) = 1/n.
Connect an LED to a microcontroller. Then write the code to control the LED's brightness.
The 3 Lightbulbs 3 Sockets riddle. Then added a twist - what if you have the typical electrical engineering student "toolkit" on you?
How would you sort a list of integers? Write the code on a whiteboard.
How do you debug systems?
General Questions - Questions that frame how you interact on a team. Problem-solving, conflict resolution etc. Technical Questions - Definitions of standard embedded system things like Semaphores, Multithreading, Polymorphism. How you'd approach different problems. One easy-medium level Leetcode type problem
Efftronics Systems Private Limited operates as an application software company. The Company offers automated systems, digital transformation, control networks, PCD design, cybersecurity, and cloud computing, as well as provides testing services. Efftronics Systems serves customers in India.
All were basic questions related to my profile
How do overcome a problem or bug in your program?
Viewing 1 - 10 interview questions