Databricks Certified Data Engineer Associate — Question 105

Which method should a Data Engineer apply to ensure Workflows are being triggered on schedule?

Answer options

Correct answer: C

Explanation

The correct answer, C, highlights that Scheduled Workflows optimize resource use by only operating the cluster for the duration needed to run the pipeline, thus saving costs. Option A is incorrect because an always-running cluster increases expenses rather than reduces them. Option B misrepresents how Scheduled Workflows function, as they do not process data continuously but instead at specified times. Option D is inaccurate because Scheduled Workflows do not run continuously; they are designed to activate only on schedule.