You have just been put in charge of a legacy code project with maintainability problems. What kind of things would you look to improve to get the project on a stable footing?
No Answer is Posted For this Question
Be the First to Post Answer
What software configuration management tools are you familiar working with?
Explain what is a watchdog timer?
Tell me whether we can use semaphore or mutex or spinlock in interrupt context in linux kernel?
Tell me can we use any function inside isr?
What value do daily builds, automated testing, and peer reviews add to a project? What disadvantages are there?
Have you developed software testing procedures for new systems and performed qa, quality assurance, or audits?
Scope of static variables?
A=7; b=8; x=a++-b; printf(“%d”, x ); what does this code give as output?
Explain the difference between a microcontroller and an embedded system?
What does malloc do? What will happen if we have a statement like malloc(sizeof(0));
Write a constant time consuming statement lot finding out if a given number is a power of 2?
What buses are used for communication in embedded system?