Exam CDP-3002 Topic 1 Question 301 Discussion
Actual exam question for Cloudera's CDP-3002 exam
Question #: 301
Topic #: 1
Question #: 301
Topic #: 1
What is the role of an Operator in an Apache Airflow DAG?
A To schedule DAG runs based on time or external triggers
A To schedule DAG runs based on time or external triggers
Suggested Answer: B Vote an answer
In Apache Airflow, an Operator represents a single task or a step within a DAG, defining what actually gets done by a task. Operators are the building blocks of a DAG, specifying the type of work that needs to be done, such as running a Python function, executing a SQL command, or transferring data.
by Phoebe at Jun 25, 2026, 11:09 AM
0
0
0
10
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).