- Adding new components to a large monolith can increase what?
A) Code base
B) Static coupling
C) Cyclomatic complexity
D) All of the above
- What is the concept of providing application connectivity between two or more systems?
A) Monolithic
B) Extract, transform, load
C) Enterprise Application Integration
D) Enterprise Service Bus
- What should an event producer and an event consumer use to exchange messages?
A) Message broker
B) Point-to-point integration
C) Shared filesystem
D) Email
- A person walks into a room and switches on the light switch. The lights turn on. Is this an event-command or event-first pattern?
A) Event-command
B) Event-first
C) Neither