HOTSPOT For each of the following statements, select Yes if the statement is tine. Otherwise, select No. NOTE: Each correct selection is worth one point.
Yes, No, Yes on this one. Stream processing is made for recent/rolling window data so statement 1 and 3 fit. Statement 2 says "immediate", which rules out batch since that's always higher latency. Fairly sure that's the way these are scored, someone let me know if you see it differently.
Stream processing uses rolling windows (so Yes for 1 and 3). Batch isn't about low latency or immediate results, so No fits statement 2. Seen similar questions in practice sets, so feeling good about these picks but happy to hear other takes.
First one checks out because stream processing always deals with recent or rolling window data. The middle statement doesn’t fit batch-batch jobs are all about collecting lots of data and processing it later, so low-latency is not the goal. Third statement is typical for stream stuff like live metrics or running averages. I’m pretty sure these are right but open to disagreement if anyone sees it differently.
Yes, No, Yes is the way to go here. The word "immediate" in statement 2 is the trap because that only matches stream processing, not batch. Batch is always higher latency. Seen this type pop up on past exams so I'm confident with these picks but open to corrections if anyone sees it differently.
