
Ultimate access to all questions.
You are designing a stream processing solution that must handle interruptions and recover quickly to minimize data loss. Describe how you would configure the system to handle these interruptions, including the mechanisms you would put in place for state management and recovery.
A
Use a centralized state store and rely on manual intervention to recover from interruptions.
B
Implement distributed state management and use automated recovery mechanisms based on checkpoint data.
C
Rely on the system's built-in resilience mechanisms and periodically back up the state to a secondary storage.
D
Manually manage the state on each node and use a failover mechanism to handle interruptions.