AWS Certified Solutions Architect – Professional — Question 533

What is the role of the PollForTask action when it is called by a task runner in AWS Data Pipeline?

Answer options

Correct answer: C

Explanation

The PollForTask action is called by a task runner to request and receive a work assignment from AWS Data Pipeline. Other actions like ReportTaskProgress and SetTaskStatus are used to update progress and report completion status, respectively, rather than fetching new tasks.