Voltage followers and it's applications Architecture of 8085 and 8051
Embedded Firmware Engineer Interview Questions
173 embedded firmware engineer interview questions shared by candidates
none
Equivalent of Capacitor if C1 and C2 is connected in series or parallel (both will be there)
DS and memory related questions
In the first interview they asked me to talk about one of the projects I had worked on.
3 types of question: 1. Binary tree 2. Sorting list 3. Output of program
Was ist der Unterschied zwischen Heap und Stack
I was asked about my previous manager and what he might say I excelled at and what areas I might need to work on.
Part 1: Implement a function that copies data from a source address to a destination address (just a one liner wrapper which uses memcpy). Part 2 : You now also have an API that triggers a DMA that can copy data efficiently, but it has a limitation that both the source address and the transfer length must be 8-byte aligned. Use this DMA API, and the API you wrote in part 1, to write an API that can copy any size of data from any source address to any destination.
Q: Give an integer array contain X elements, find all average numbers of subarray with window size N Q: As above, if N and X are very large numbers, try solve time complexity.
Viewing 51 - 60 interview questions