nerdexam
Microsoft

70-573 · Question #246

You need to schedule a timer job to run every two hours. Which schedule should you use?

The correct answer is C. SPMinuteSchedule. MNEMONIC RULE: "SPMinuteSchedule" SPMinuteSchedule object has Interval property that allows set the interval of the schedule to 120 minutes (2hours). SPHourlySchedule object does not have Interval property, so it can only run a job every hour. SPMinuteSchedule Members…

Developing Business Logic

Question

You need to schedule a timer job to run every two hours. Which schedule should you use?

Options

  • ASPDailySchedule
  • BSPHourlySchedule
  • CSPMinuteSchedule
  • DSPOneTimeSchedule

How the community answered

(28 responses)
  • A
    7% (2)
  • B
    11% (3)
  • C
    79% (22)
  • D
    4% (1)

Explanation

MNEMONIC RULE: "SPMinuteSchedule" SPMinuteSchedule object has Interval property that allows set the interval of the schedule to 120 minutes (2hours). SPHourlySchedule object does not have Interval property, so it can only run a job every hour. SPMinuteSchedule Members SPHourlySchedule Members

Topics

#timer job#SPMinuteSchedule#scheduling#SPHourlySchedule

Community Discussion

No community discussion yet for this question.

Full 70-573 Practice