Integration / Akka interview questions
What are the problems that the common programming practices face?
One of the OOPS principles, encapsulation, cannot be addressed efficiently without using locks which is expensive.
Sharing memory/data using volatile markers or Atomic wrappers is a costly operation.
Concurrency with work delegation needs to handle service faults.
More Related questions...