
Ultimate access to all questions.
You have a Databricks job that processes customer feedback data. The job has recently started failing due to an increase in feedback volume. Describe the steps you would take to scale the job to handle the increased load and ensure successful execution.
A
Increase the number of worker nodes in the cluster, optimize the data processing logic for performance, and rerun the job.
B
Reduce the scope of the data processing, keep the cluster size unchanged, and rerun the job.
C
Manually split the feedback data into smaller batches, process each batch separately, and aggregate the results.
D
Switch to a different cluster type with higher processing power, keep the data processing logic unchanged, and rerun the job.