Quiz time
Q.1. State whether the following statements are true or false:
DRPC is a stateless, Storm processing mechanism.
If a tuple fails to execute in a Trident topology, the entire batch is replayed.
Trident lets the user implement windowing functions over streaming data.
Aggregators are more efficient then partitioned Aggregators.
Q.2. Fill in the blanks:
_______________ is the distributed version of RPC.
_______________ is the basic micro-batching framework over Storm.
The ___________________functions are used to remove tuples based on certain criteria or conditions from the stream batches.
Q.3. Create a Trident topology to find the tweeters who have the maximum number of tweets in the last 5 minutes.