0 votes
in AWS by

Your design team is planning to design an application that will be hosted on the AWS Cloud. One of their main non-functional requirements is given below. Reduce inter-dependencies so failures do not impact other components. Which of the following concepts does this requirement relate to?

A) Integration
B) Decoupling
C) Aggregation
D) Segregation

1 Answer

0 votes
by

B) Decoupling

The entire concept of decoupling components is to ensure that the different components of an applications can be managed and maintained separately. If all components are tightly coupled then when one component goes down , the entire application would do down. Hence it is always a better design practice to decouple application components.

Related questions

0 votes
asked Apr 27 in AWS by DavidAnderson
0 votes
asked Apr 27 in AWS by DavidAnderson
...