A company needs to schedule a job to run only on weekdays. Which attribute should be set?
Adays_of_week = 1,2,3,4,5
Brun_every_hour = true
Conce_a_week = true
Denable_on_holidays = false
Explanation
Setting days_of_week restricts execution; others are incorrect.
Q69
What happens when a job is set to 'on_error_exit' in AutoSys?
AJob restarts automatically
BJob enters 'failed' status
CJob retries based on max attempts
DJob continues to next step
Explanation
Job enters 'failed' status on error; others are inaccurate.
Q70
Which service in VMware provides high availability for VMs?
AVMware High Availability (HA)
BVMware Fault Tolerance
CVMware vMotion
DVMware DRS
Explanation
VMware HA automatically restarts VMs after a host failure, while Fault Tolerance creates replicas but does not restart on failure, vMotion moves VMs live, and DRS balances resource allocation.