You are configuring a job in AutoSys with a CPM. What happens when the job fails?
AJob is retried automatically
BAlert sent to Job Owner
CJob is terminated immediately
DJob enters a 'failed' state
Explanation
A failed job enters a 'failed' state; retries and alerts depend on specified conditions.
Q52
What happens when an AutoSys job is set with a failure exit code?
AJob retries automatically on failure.
BJob enters the 'Failed' state.
CJob continues to subsequent jobs.
DJob runs a predefined command.
Explanation
A failure exit code makes the job enter the 'Failed' state, not retry or continue.
Q53
You are configuring a job to run on a specific day of the week. Which attribute should you set?
Adays_of_week
Brun_calendar
Cstart_times
Djob_type
Explanation
The 'days_of_week' attribute specifies which days the job should run on.
Q54
A company needs to ensure their batch jobs are processed in order. Which approach should they take?
ASet all jobs to run concurrently.
BUse job dependencies effectively.
CSchedule jobs with higher priority.
DIncrease job execution time.
Explanation
Using job dependencies ensures a specific processing order for batch jobs.
Q55
Which service enables cross-platform job scheduling?
AAutoSys Workload Automation
BVMware vSphere
CVMware NSX
DESXi Hypervisor
Explanation
AutoSys Workload Automation is specifically designed for job scheduling across platforms, while the others are virtualization or networking services.
Q56
A company needs to run a job only if another job completes successfully. How can this be achieved?
AUsing a start time exception
BDefining job dependencies
CSetting job priorities
DUsing schedule overrides
Explanation
Defining job dependencies allows one job to trigger based on the success or failure of another.
Q57
What happens when a job is configured with a 'max runtime' value that is lower than expected execution time?
AJob automatically extends its runtime
BJob gets aborted on exceeding max
CJob runs without any issue
DJob logs an informational message
Explanation
A job exceeding its max runtime will be aborted according to the settings.
Q58
Which service is responsible for job execution scheduling in AutoSys?
AAutoSys Scheduler
BJob Control Service
CEvent Manager
DData Management
Explanation
The AutoSys Scheduler handles job execution timing and dependencies, while others perform different functions.
Q59
A company needs to ensure a job only runs if the previous job was successful. Which attribute should be configured?
ACondition
BFile watcher
COn Job Failure
DDate/Time
Explanation
The 'Condition' attribute specifies dependencies on other job outcomes, while other options serve different purposes.
Q60
You are configuring a job in AutoSys. What happens when you set a job's start time to 00:00?
AJob runs immediately
BJob is disabled
CJob runs at midnight
DJob has no start time
Explanation
Setting the start time to 00:00 schedules the job for midnight, while other options misinterpret its behavior.