can please tel me faq's asking in interviews on microcontrollers
No Answer is Posted For this Question
Be the First to Post Answer
Discuss the differences between mocks and stubs/fakes and where you might use them (answers aren't that important here, just the discussion that would ensue).
What value do daily builds, automated testing, and peer reviews add to a project? What disadvantages are there?
If your database was under a lot of strain, what are the first few things you might consider to speed it up?
What is the difference between locking and lockless (optimistic and pessimistic) concurrency models?
What are the components of embedded system?
What is pass by value and pass by reference? How are structure passed as arguments?
whether the mulitasking and multiprocessing are same or not.
Explain me what are the rules followed by mutexes?
Please explain what is interrupt latency? How can you reduce it?
Explain what is the need for an infinite loop in embedded systems?
What are some examples of anti-patterns?
Why is it better to use multi-threading polling instead of a single threading model?