A company needs to ensure jobs only run on weekends. What should they configure?
AJob Conditions
BCalendar Scheduling
CRun Time Limits
DPost-Process Actions
Explanation
Calendar Scheduling can restrict job execution to weekends, which is not achievable by the other options.
Q42
What happens when a dependency job fails in AutoSys?
AAll jobs are canceled
BDependent jobs still execute
CJobs stay in a 'Waiting' state
DNotifications are never sent
Explanation
Dependent jobs enter a 'Waiting' state when a dependency fails, while the other options inaccurately describe job behavior.
Q43
Which service in AutoSys is responsible for event monitoring?
AEvent Services
BJob Services
CDatabase Services
DFile Transfer Services
Explanation
Event Services monitor and manage job events, while other services focus on job execution or data handling.
Q44
A company needs to ensure a job only runs if its predecessor job finished successfully. What should they set in the job definition?
AForce Start
BDependency
CCondition
DSchedule
Explanation
Setting a dependency requires the predecessor job to succeed before the dependent job can run, whereas other options don't enforce success criteria.
Q45
You are configuring email notification for a job. What happens when the job fails?
ANotification is sent automatically
BNotify only if job is rerun
CNo notifications sent
DOnly success notifications sent
Explanation
Email notifications are sent automatically on job failure if configured, while others either misstate or omit notifications for failures.
Q46
Which service in AutoSys is responsible for job scheduling and monitoring?
AAutoSys Scheduler
BAutoSys Broker
CAutoSys Command Center
DAutoSys Execution Engine
Explanation
The AutoSys Scheduler handles job scheduling, while others serve different functions.
Q47
A company needs to trigger a job upon the completion of another. How can they achieve this?
AUsing job dependencies
BCreating a job report
CSetting a global variable
DUtilizing a time trigger
Explanation
Job dependencies allow one job to be triggered after another completes.
Q48
What happens when a job's run window is set incorrectly?
AJob never runs
BJob runs past the window
CJob fails immediately
DJob runs at any time
Explanation
An incorrect run window can result in the job not executing as scheduled.
Q49
Which service in AutoSys is responsible for schedule management?