What is better- service oriented or batch oriented solutions?



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

Post New Answer

More Core Java Interview Questions

What is meant by event handling?

2 Answers  


What is OOPS Concept?

1 Answers   Cap Gemini,


What is google full form?

1 Answers  


Can we override the static method?

1 Answers  


how to handle a singleton service locator. when multiple threads are trying to get the singleton object in same time

4 Answers   Mind Tree,


What are field variable and local variable?

3 Answers  


Can keyword be used as identifier?

1 Answers  


Explain the difference between collection api and stream api in java8?

1 Answers  


can used Protected Class outside Function.?

1 Answers   HCL,


did interface can implementation method ? i know its not possible but my interviewer said its possible ..but how..? any one have idea ???

7 Answers   IBM,


What is the difference between instanceof and isinstance?

1 Answers  


Can we sort set in java?

1 Answers  


Categories