UiPath Automation Solution Architect Professional v1 — Question 23
If a user schedules a job to run at 1 PM and set it to stop after 20 minutes, with all the other options left on default, when will this job stop?
Answer options
- A. Since the job could stay in a queue for an indefinite time and start later than 1 PM, it will stop at 20 minutes after the actual start.
- B. The job will not be stopped, since the ‘Schedule automatic “Kill”, if the job does not start’ option is left disabled.
- C. Orchestrator will perform a forceful stop of the job at exactly 1:20PM.
- D. The job will stop gracefully after 1:20PM.
Correct answer: A
Explanation
The correct answer is A because the job's start time may be delayed due to queuing, meaning it will stop 20 minutes after it actually begins, not at a predetermined time. Option B is incorrect because the lack of an automatic kill setting does not prevent the job from stopping based on its configured duration. Options C and D are also wrong, as they imply a fixed stop time rather than one based on the actual start.