Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
Consider a data processing job that needs to be scheduled to run every day at 3 AM. How would you use CRON to set up this scheduling opportunity? Provide the CRON expression and explain its components.
A
0 3 * * * - This expression schedules the job to run at 3 AM every day.
B
3 * * * * - This expression schedules the job to run at 3 minutes past every hour.
C
D