What is better- service oriented or batch oriented solutions?
Answer / Rekha Prajapati
The choice between service-oriented architecture (SOA) and batch processing depends on the specific requirements of the application. Service orientation is best suited for real-time, dynamic, and highly interactive applications where quick response times are critical. It allows for loose coupling between components, enabling scalability, flexibility, and ease of integration with other systems. Batch processing, on the other hand, is ideal for handling large volumes of data in an efficient manner, such as in data warehousing or ETL (extract, transform, load) operations. It offers advantages like cost-effectiveness, reliability, and high throughput.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is meant by event handling?
What is OOPS Concept?
What is google full form?
Can we override the static method?
how to handle a singleton service locator. when multiple threads are trying to get the singleton object in same time
What are field variable and local variable?
Can keyword be used as identifier?
Explain the difference between collection api and stream api in java8?
can used Protected Class outside Function.?
did interface can implementation method ? i know its not possible but my interviewer said its possible ..but how..? any one have idea ???
What is the difference between instanceof and isinstance?
Can we sort set in java?