nerdexam
Google

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…

Submitted by suresh_in· Mar 30, 2026Building and operationalizing data processing systems

Question

Which of the following is NOT one of the three main types of triggers that Dataflow supports?

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)
  • A
    90% (43)
  • B
    2% (1)
  • C
    6% (3)
  • D
    2% (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

#Dataflow triggers#time-based triggers#count-based triggers#composite triggers

Community Discussion

No community discussion yet for this question.

Full PROFESSIONAL-DATA-ENGINEER Practice