Linux · Scheduling interview questions

30 real Linux · Scheduling questions from the System Administration bank, as asked in Indian campus drives and tech interviews. Every question has a verified answer and an AI-tutor explanation on placd — free to start.

3. Which statement is correct?

Junior
  1. A.crontab -e — edit the current user's cron jobs
  2. B.crontab -e — list the current user's cron jobs
  3. C.crontab -e — list active systemd timers and next run times
  4. D.crontab -e — schedule a one-time command to run in an hour
Reveal the answer + AI explanation — free account

6. Which statement is correct?

Junior
  1. A.crontab -l — list the current user's cron jobs
  2. B.crontab -l — schedule a one-time command to run in an hour
  3. C.crontab -l — edit the current user's cron jobs
  4. D.crontab -l — list active systemd timers and next run times
Reveal the answer + AI explanation — free account

7. What is ***/15 * * * ***?

Mid
  1. A.a cron schedule meaning every 15 minutes
  2. B.runs periodic jobs that were missed while the system was off
  3. C.the systemd-timer directive that schedules by calendar time
  4. D.a directory of scripts run once per day by cron/anacron
Reveal the answer + AI explanation — free account

9. Which statement is correct?

Mid
  1. A.*/15 * * * * — the systemd-timer directive that schedules by calendar time
  2. B.*/15 * * * * — a cron schedule meaning daily at 02:00
  3. C.*/15 * * * * — minute, hour, day-of-month, month, day-of-week
  4. D.*/15 * * * * — a cron schedule meaning every 15 minutes
Reveal the answer + AI explanation — free account

10. What is cron five fields?

Junior
  1. A.runs periodic jobs that were missed while the system was off
  2. B.a directory of scripts run once per day by cron/anacron
  3. C.minute, hour, day-of-month, month, day-of-week
  4. D.the systemd-timer directive that schedules by calendar time
Reveal the answer + AI explanation — free account

12. Which statement is correct?

Junior
  1. A.cron five fields — a cron schedule meaning daily at 02:00
  2. B.cron five fields — the systemd-timer directive that schedules by calendar time
  3. C.cron five fields — a directory of scripts run once per day by cron/anacron
  4. D.cron five fields — minute, hour, day-of-month, month, day-of-week
Reveal the answer + AI explanation — free account

13. What is systemd timer OnCalendar?

Mid
  1. A.minute, hour, day-of-month, month, day-of-week
  2. B.runs periodic jobs that were missed while the system was off
  3. C.a cron schedule meaning daily at 02:00
  4. D.the systemd-timer directive that schedules by calendar time
Reveal the answer + AI explanation — free account

15. Which statement is correct?

Mid
  1. A.systemd timer OnCalendar — a cron schedule meaning daily at 02:00
  2. B.systemd timer OnCalendar — a directory of scripts run once per day by cron/anacron
  3. C.systemd timer OnCalendar — a cron schedule meaning every 15 minutes
  4. D.systemd timer OnCalendar — the systemd-timer directive that schedules by calendar time
Reveal the answer + AI explanation — free account

18. Which statement is correct?

Junior
  1. A.at now + 1 hour — list the current user's cron jobs
  2. B.at now + 1 hour — schedule a one-time command to run in an hour
  3. C.at now + 1 hour — list active systemd timers and next run times
  4. D.at now + 1 hour — edit the current user's cron jobs
Reveal the answer + AI explanation — free account

21. Which statement is correct?

Mid
  1. A.systemctl list-timers — schedule a one-time command to run in an hour
  2. B.systemctl list-timers — edit the current user's cron jobs
  3. C.systemctl list-timers — list active systemd timers and next run times
  4. D.systemctl list-timers — list the current user's cron jobs
Reveal the answer + AI explanation — free account

22. What is **0 2 * * ***?

Junior
  1. A.a cron schedule meaning every 15 minutes
  2. B.the systemd-timer directive that schedules by calendar time
  3. C.a directory of scripts run once per day by cron/anacron
  4. D.a cron schedule meaning daily at 02:00
Reveal the answer + AI explanation — free account

24. Which statement is correct?

Junior
  1. A.0 2 * * * — a directory of scripts run once per day by cron/anacron
  2. B.0 2 * * * — a cron schedule meaning daily at 02:00
  3. C.0 2 * * * — a cron schedule meaning every 15 minutes
  4. D.0 2 * * * — runs periodic jobs that were missed while the system was off
Reveal the answer + AI explanation — free account

25. What is /etc/cron.daily?

Mid
  1. A.runs periodic jobs that were missed while the system was off
  2. B.minute, hour, day-of-month, month, day-of-week
  3. C.a cron schedule meaning every 15 minutes
  4. D.a directory of scripts run once per day by cron/anacron
Reveal the answer + AI explanation — free account

27. Which statement is correct?

Mid
  1. A./etc/cron.daily — a directory of scripts run once per day by cron/anacron
  2. B./etc/cron.daily — a cron schedule meaning every 15 minutes
  3. C./etc/cron.daily — runs periodic jobs that were missed while the system was off
  4. D./etc/cron.daily — minute, hour, day-of-month, month, day-of-week
Reveal the answer + AI explanation — free account

28. What is anacron?

Mid
  1. A.a cron schedule meaning daily at 02:00
  2. B.runs periodic jobs that were missed while the system was off
  3. C.minute, hour, day-of-month, month, day-of-week
  4. D.a directory of scripts run once per day by cron/anacron
Reveal the answer + AI explanation — free account

30. Which statement is correct?

Mid
  1. A.anacron — a cron schedule meaning every 15 minutes
  2. B.anacron — minute, hour, day-of-month, month, day-of-week
  3. C.anacron — the systemd-timer directive that schedules by calendar time
  4. D.anacron — runs periodic jobs that were missed while the system was off
Reveal the answer + AI explanation — free account

Free to start

Answers, AI explanations, and a scored voice mock interview

Sign up free to check your answers with explanations, ask the AI tutor anything on any question, and take one full AI mock interview — scored like a real panel.

Practice Linux · Scheduling free