Databricks Certified Data Engineer Professional — Question 101

Each configuration below is identical to the extent that each cluster has 400 GB total of RAM 160 total cores and only one Executor per VM.

Given an extremely long-running job for which completion must be guaranteed, which cluster configuration will be able to guarantee completion of the job in light of one or more VM failures?

Answer options

Correct answer: B

Explanation

Option B is the correct choice because it has the highest number of VMs, which allows for redundancy; if one VM fails, others can continue processing the job. Options A, C, D, and E do not provide enough VMs to guarantee job completion in case of failures, with option C being particularly ineffective as it has only one VM, making it vulnerable to any failure.