Oracle Field Service Cloud Service 2023 Implementation Essentials — Question 11
As an Oracle Integration Cloud (OIC) specialist, you are tasked with implementing a scheduled integration between two enterprise applications. The client requires that the integration be run every weekday at 3:00 PM to synchronize data between the systems.
Which advanced scheduling configuration expression will you use?
Answer options
- A. “FREQ=DAILY;BYDAY=MO-FR;BYHOUR=15”
- B. “FREQ=WEEKLY;BYDAY=MO-FR;BYHOUR=15”
- C. “FREQ=DAILY;BYDAY!=SA,SU;BYHOUR=15”
- D. “FREQ=WEEKLY;BYDAY=MO,TU,WE,TH,FR;BYHOUR=15”
Correct answer: D
Explanation
The correct answer is D because it specifies a weekly frequency with the exact weekdays required (Monday to Friday) at 3 PM. Option A indicates a daily frequency, which does not match the requirement for only weekdays, while B suggests a weekly frequency but does not list every weekday correctly. Option C incorrectly uses the '!=' operator, leading to ambiguity in scheduling.