
Ultimate access to all questions.
Which statement best describes the fundamental programming model of Apache Spark Structured Streaming?
A
It functions as a distributed messaging system designed to serve as a direct replacement for Apache Kafka.
B
It treats a live data stream as an unbounded table where new data is continuously appended as new rows.
C
It utilizes specialized GPU-accelerated processing to achieve maximum data throughput for streaming workloads.
D
It relies on a distributed network of nodes to maintain incremental state values for all cached stages by default.