nerdexam
Confluent

CCAAK · Question #105

What are two benefits of event stream processing over batch processing? (Choose two.)

The correct answer is A. Processing of records in near real time D. Computation of continuous and unbounded data sets. Event stream processing enables handling data as it arrives, providing near real-time processing, and it supports continuous computation over unbounded data streams, which batch processing

Apache Kafka Fundamentals

Question

What are two benefits of event stream processing over batch processing? (Choose two.)

Options

  • AProcessing of records in near real time
  • BExecution of periodic (daily, weekly, monthly) jobs
  • CPerformance of flexible search and ad-hoc queries
  • DComputation of continuous and unbounded data sets

How the community answered

(33 responses)
  • A
    79% (26)
  • B
    9% (3)
  • C
    12% (4)

Explanation

Event stream processing enables handling data as it arrives, providing near real-time processing, and it supports continuous computation over unbounded data streams, which batch processing

Topics

#stream processing#batch processing#real-time#unbounded data

Community Discussion

No community discussion yet for this question.

Full CCAAK Practice