Databricks Certified Data Engineer Professional — Question 19

A Databricks job has been configured with 3 tasks, each of which is a Databricks notebook. Task A does not depend on other tasks. Tasks B and C run in parallel, with each having a serial dependency on task A.
If tasks A and B complete successfully but task C fails during a scheduled run, which statement describes the resulting state?

Answer options

Correct answer: A

Explanation

The correct answer is A because tasks A and B finish successfully, and even though task C fails, it does not affect the successful completion of tasks A and B. Options B and E incorrectly suggest that changes from task C will affect the overall outcome, while C and D assume that task failures will prevent any changes from tasks A and B from being committed.