Advanced Web & Software Development
Q85 / 100

What is a reactive system and what properties define it?

Correct! Well done.

Incorrect.

The correct answer is B) Systems defined by the Reactive Manifesto: Responsive (fast response), Resilient (stays available under failure), Elastic (scales), Message-driven (async non-blocking)

B

Correct Answer

Systems defined by the Reactive Manifesto: Responsive (fast response), Resilient (stays available under failure), Elastic (scales), Message-driven (async non-blocking)

Explanation

Reactive Manifesto (2013): responsive under load, resilient under failure (replication, isolation), elastic (scales up/down), message-driven (location transparency, back-pressure). Implemented by Akka, RxJava, Project Reactor.

Progress
85/100