Which service does AutoSys use to monitor job statuses?
AEvent server
BDatabase server
CWeb server
DApplication server
Explanation
The Event server is responsible for monitoring job statuses, while the others handle different functions that do not monitor jobs.
Q92
A company needs to schedule jobs with dependencies on other jobs. What is the best approach?
AUsing job conditions
BSetting time-based schedules
CCreating standalone jobs
DConfiguring alert notifications
Explanation
Using job conditions allows effective dependency management between jobs, unlike time-based schedules or standalone jobs.
Q93
What happens when a job in AutoSys fails?
AIt's automatically deleted
BIt will retry automatically
CAlerts are sent as configured
DNo action is taken
Explanation
Alerts are sent as configured to notify users of job failure, while the other options are incorrect actions taken by AutoSys in this scenario.
Q94
Which service is used to monitor job execution in AutoSys?
AAutoSys Monitor
BJob Scheduler
CTask Tracker
DEvent Listener
Explanation
AutoSys Monitor retrieves job execution statistics; others are not specific monitoring tools.
Q95
A company needs to ensure jobs run after a specific event. Which method should they use?
ASet a calendar
BDefine job dependencies
CUse Job Schedulers
DAdjust global variables
Explanation
Job dependencies clearly link execution to events, while others do not ensure conditional job execution.
Q96
What happens when a job fails on a temporary machine outage?
AJob automatically retries later
BJob requires manual restart
CJob becomes permanently disabled
DNotifications are sent to user
Explanation
AutoSys can be configured for automatic retries; others misrepresent job behavior post-failure.
Q97
Which service in AutoSys allows for monitoring and management of job schedules?
AAutoSys Job Scheduler
BAutoSys Data Store
CAutoSys Event Engine
DAutoSys Alert Manager
Explanation
The AutoSys Job Scheduler manages job scheduling, while other options serve different functions.
Q98
A company needs to ensure a job only runs if a specific file is present. How should this be configured in AutoSys?
AUsing condition files
BUsing critical jobs
CUsing job dependencies
DUsing workload policies
Explanation
Condition files specifically check for file presence, unlike the other options.
Q99
You are configuring a job in AutoSys and want it to retry immediately upon failure. What should you set in the job definition?
ARetry Mechanism 0
BRetry Interval 0
CMax Run Limit 1
DMaxRetries 1
Explanation
MaxRetries defines how many times a job will retry, while other options do not enable retries.
Q100
Which service in VMware high availability provides automatic failover of virtual machines?
AVMware HA
BVMware DRS
CVMware vMotion
DVMware FT
Explanation
VMware HA automatically restarts VMs on another host; DRS manages load, vMotion migrates VMs live, FT provides fault tolerance.