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 Sunday at 6 PM. How would you use CRON to set up this scheduling opportunity? Provide the CRON expression and explain its components.
A
0 18 * * 0 - This expression schedules the job to run at 6 PM every Sunday.
B
18 * * * 0 - This expression schedules the job to run at 18 minutes past every hour on Sundays.
C
D