subject

Consider a software system that processes terabytes of data generated in-house every day. The system has no UI and aggregates the data into a centralized database. There could be many steps in the data aggregation process. Other applications can access (and possibly update) the data, however all applications should be developed in-house by the same company. For this system, what software architecture patterns could be a good possible fit? Mark all that apply. (Note: although almost any architecture pattern could be applied to almost any system, think of the pros and cons and select only those that make the most sense in the given context!)

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 21.06.2019 18:00
What is stored in str after the following code executes? string str = "computer science"; int i = 0; while (i < 8) { if (str.indexof("m") < i) { str = str.substring(0, 2) + str; } i += 2; } computer science cocomputer science cococomputer science cocococomputer science computer scienceco
Answers: 3
question
Computers and Technology, 22.06.2019 20:00
What is the term for water wave that is created by an underwater earthquake
Answers: 1
question
Computers and Technology, 23.06.2019 11:00
In the context of the box model, what is the difference between a margin and a padding? a. a padding lies outside a box border, while a margin lies inside it. b. a padding lies inside a box border, while a margin lies outside it. c. a padding can be adjusted independently, while a margin depends on the size of its box. d. a padding depends on the size of its box, while a margin can be adjusted independently.
Answers: 3
question
Computers and Technology, 24.06.2019 00:00
Visualizing a game of “tag” to remember the meaning of contagious
Answers: 3
You know the right answer?
Consider a software system that processes terabytes of data generated in-house every day. The system...
Questions
Questions on the website: 13722359