Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Stream Processing Systems

Total questions: 4

Worksheet time: 8mins

Name
Class
Date
1.

Order the programming abstractions:

Low level first to the most High level last.

a)

Dataflow graph, functional API, Declarative Language

b)

Declarative Language, functional API, Dataflow graph

c)

Active Databases, Complex Event Processing (CEP), Data Stream Management Systems (DSMS)

d)

Data Stream Management Systems (DSMS), Complex Event Processing, Active Databases

2.

Choose two features of a data stream processing system?

a)

Short response time

b)

Fault tolerance

c)

Batch synchronous processing

d)

Centralized architecture

3.

Which two of these stream operators keep a state?

a)

Sum

b)

Window

c)

Map

d)

Filter

e)

FlatMap

4.

How is the physical data flow related to the logical dataflow?

a)

The physical dataflow is the deployment of the logical one on a distributed environment.

b)

The physical dataflow is the set of UDFs provided by the user to implement the logical dataflow.

c)

The physical dataflow is the actual files written by the system to support the logical dataflow.

d)

The physical dataflow is the actual stream of data at run-time when enacting the logical one.