What happens when a job in AutoSys exceeds its timeout threshold?
AJob is terminated automatically
BJob completes successfully
CJob enters 'On Hold' status
DJob continues execution indefinitely
Explanation
When a job exceeds its timeout, it is automatically terminated; others describe actions that do not happen.
Q142
Which service in AutoSys is responsible for job scheduling?
AAutoSys Job Scheduler
BAutoSys Event Monitor
CAutoSys User Interface
DAutoSys Job Repository
Explanation
The AutoSys Job Scheduler executes and monitors scheduled jobs, while the other services serve different functions.
Q143
A company needs to ensure jobs are retried if they fail. Which command should be used?
Asendevent
Bjob_state
Cjob_modifier
Dautoretry
Explanation
The `sendevent` command can be used to retry failures, while the other options do not manage job retries.
Q144
What happens when you set a job's 'max_run_alarm' to 120?
AJob runs indefinitely
BJob alerts after 120 minutes
CJob never executes
DJob cancels after 120 seconds
Explanation
Setting 'max_run_alarm' to 120 generates an alert if the job runs longer than 120 minutes, while the other options describe incorrect behaviors.
Q145
Which service in AutoSys is responsible for job scheduling?
AEvent Server
BDatabase Server
CAgent Scheduler
DJob Queue
EUser Interface
Explanation
The Event Server manages and schedules jobs, while other components serve distinct functions.
Q146
A company needs to ensure a job runs only when its predecessor finishes successfully. What should they configure?
AJob dependency
BOn_failure action
CStart time
DJob priority
Explanation
Job dependency ensures sequencing based on prior success.
Q147
What happens when you set a job's run_window to 'now'?
AJob runs immediately
BJob waits indefinitely
CJob is removed
DJob triggers a system alert
Explanation
Setting the run_window to 'now' initiates immediate execution of the job.
Q148
Which service is responsible for job scheduling in AutoSys?
AEvent Processor
BJob Scheduler
CDatabase Manager
DUser Interface
Explanation
The Event Processor manages the job scheduling and execution in AutoSys; other options are incorrect roles within the system.
Q149
A company needs to ensure jobs remain pending for a specific duration before execution. Which attribute should they configure?
ASTART_TODAY
BRETRY_AFTER
CWINDOW_TASK
DMAXRUNLIMIT
Explanation
The RETRY_AFTER attribute allows configuration of a delay before job execution; the other options do not provide this functionality.
Q150
You are configuring a job but need to avoid conflicts with an existing job's schedule. What should you implement?
AJob Dependencies
BResource Locking
CJob Priorities
DDeadlines
Explanation
Job Dependencies can prevent scheduling conflicts; resource locking and other options do not directly manage job timing.