What typecast is applied when we have a signed and an unsigned int in an expression?
What is the size of the int, char and float data types?
If your database was under a lot of strain, what are the first few things you might consider to speed it up?
What are the uses of the keyword static?
PROVIDE ME NOTES ON EMBEDDED TCHNLOGY
What is the difference between testing and verification?
What are the differences between mocks and stubs/fakes and where you might use them.
Explain the differences between stateless and stateful systems, and impacts of state on parallelism.
Discuss the concept of yagni and explain something you did recently that adhered to this practice.
What is the function of simple thread poll in embedded system?
Why is java used in embedded systems?
What value do daily builds, automated testing, and peer reviews add to a project? What disadvantages are there?
What are some examples of anti-patterns?
What is refactoring? Name three common refactorings.
Explain what happens when recursion functions are declared inline?