ARCH 1.0 Flashcards

1
Q

A traditional and straightforward
architectural style where all components of an application are tightly integrated into a single codebase and deployed as a single unit.

A

MONOLITHIC ARCHITECTURE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

An approach where an application is broken down into small, independently deployable services, each focused on a specific business capability.

A

MICROSERIVES ARCHITECTURE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

An approach where components of a system communicate by generating and responding to events.

A

EVENT-DRIVEN ARCHITECTURE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Communication between components is
asynchronous.

A

ASYNCHRONOUS

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

A non-technical definition of something that is required from the system.

A

SYSTEM REQUIREMENTS

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

requirements which pertain to the function of the system.

A

FUNCTIONAL REQUIREMENTS

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

requirements that cover areas that don’t
directly affect the function of the system.

A

NON-FUNCTIONAL REQUIREMENTS

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

A technical definition of what is required
from the system.

A

SYSTEM SPECIFICATION

How well did you know this?
1
Not at all
2
3
4
5
Perfectly