FEFreeExamDumps.in

Implementing Data Engineering Solutions Using Azure Databricks

Topic 1

Question 68

DP-750 voucher + Udemy course (lifetime access) = ₹3,500 for Indian ID card holders.

Details →

You are designing a multi-task Lakeflow Job with the following four tasks: - `ingest` — a notebook task that loads raw files into a bronze table. - `transform` — a notebook task that builds the silver table. - `validate_quality` — a notebook task that runs data-quality checks and may fail when bad data is detected. - `cleanup` — a notebook task that must always run to release temporary resources, regardless of whether the upstream tasks succeed, fail, or are skipped. You configure `cleanup` to depend on `validate_quality`. Which **Run if** dependency condition must you set on the `cleanup` task so that it runs even when `validate_quality` fails or is canceled?

  • AAll succeeded
  • BNone failed
  • CAll done
  • DAt least one succeeded