Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
Consider a scenario where you need to schedule a data processing job to run every day at midnight. How would you use CRON to set up this scheduling opportunity? Provide the CRON expression and explain its components.
A
0 0 * * * - This expression schedules the job to run at midnight every day.
B
0 * * * * - This expression schedules the job to run at the start of every hour.
C
D