PROFESSIONAL-DATA-ENGINEER · Question #88
Which of the following is NOT one of the three main types of triggers that Dataflow supports?
The correct answer is A. Trigger based on element size in bytes. Explanation/Reference: There are three major kinds of triggers that Dataflow supports: 1. Time-based triggers 2. Data-driven triggers. You can set a trigger to emit results from a window when that window has received a certain number of data elements. 3. Composite triggers…
Question
Options
- ATrigger based on element size in bytes
- BTrigger that is a combination of other triggers
- CTrigger based on element count
- DTrigger based on time
How the community answered
(48 responses)- A90% (43)
- B2% (1)
- C6% (3)
- D2% (1)
Explanation
Explanation/Reference: There are three major kinds of triggers that Dataflow supports: 1. Time-based triggers 2. Data-driven triggers. You can set a trigger to emit results from a window when that window has received a certain number of data elements. 3. Composite triggers. These triggers combine multiple time-based or data-driven triggers in some logical way
Topics
Community Discussion
No community discussion yet for this question.