List of questions
Related questions
Question 326 - Professional Data Engineer discussion
You are building a streaming Dataflow pipeline that ingests noise level data from hundreds of sensors placed near construction sites across a city. The sensors measure noise level every ten seconds, and send that data to the pipeline when levels reach above 70 dBA. You need to detect the average noise level from a sensor when data is received for a duration of more than 30 minutes, but the window ends when no data has been received for 15 minutes What should you do?
A.
Use session windows with a 30-mmute gap duration.
B.
Use tumbling windows with a 15-mmute window and a fifteen-minute. withAllowedLateness operator.
C.
Use session windows with a 15-minute gap duration.
D.
Use hopping windows with a 15-mmute window, and a thirty-minute period.
Your answer:
0 comments
Sorted by
Leave a comment first