What's your experience with qa engineering?
No Answer is Posted For this Question
Be the First to Post Answer
How might a task-based model differ from a threaded model?
What is a 'const' variable?
Mention what are buses used for communication in embedded system?
Describe a time when you collaborated with designers and engineers to deploy a new product. What was your role?
Explain the difference between a microcontroller and an embedded system?
What is the significance of watchdog timer in embedded systems?
What elements of oo design are most prone to abuse? How would you mitigate that?
What value do daily builds, automated testing, and peer reviews add to a project? What disadvantages are there?
look at following code void foo(void) { unsigned int a = 6; int b = -20; int c = (a+b > 6) ? 1:0; } o/p is 1 why explain promotion rules
Design a circuit to detect when 3 and only 3 bits are set out of 8 bits.(eg. o0101100)
How does input/output bus functions?
Design a circuit for A + abs(B) = C, where A and B are 4 bits wide and 2?s complement representation