What is the gain for this op-amp
Junior Embedded Software Engineer Interview Questions
156 junior embedded software engineer interview questions shared by candidates
Int a; a = printf("Hello world"); What is the value of a ?
Can you make a program that would swap two integers? (That was one of the questions)
4- what runs first after power reset?
6- Describe CAN, frame types, describe data frame
A question always asked: Where do you see yourself in 5 years from now? (What is your aspiration)
Write a code in C (on paper! in 2 mins!) to receive an array of different integer values, and produce another array(list) of only the duplicated values in the original array, if a duplicate value is found more than once, the list shall only show one value, order is not important.
difference between ram and rom
Rtos,memory sections,structure hacking, keypad, lcd,uart,spi,sharing memory between modules,static,volatile,extern,code to reverse a no,code to create linkedlist and reverse it,code to manipulate structures members
The second question was something like this: You get two arrays representing dice rolls And you need to find the minimum changes in the arrays so their sums will be the same. For example Arr1={5,4,6} Arr2={1,2,3,2} The answer is two because you can change 6 to 1 and 4 to 2 and you get the same sum in both of the arrays.
Viewing 11 - 20 interview questions