Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
You are tasked with setting up a scheduled job that populates a reporting table every hour for downstream processes. Which type of cluster should you use for this job?
A
Use an all-purpose cluster since it's just a single job running every hour.
B
A job cluster is the most suitable option for this scheduled task.
C
Utilize an Azure VM to read and write delta tables in Python.
D
Implement a Delta Live Table pipeline to run in continuous mode.