You are configuring a vSphere environment; what is the maximum number of active hosts in a DRS cluster?
A64
B32
C16
D128
Explanation
A DRS cluster supports up to 64 hosts; 32 and 128 are incorrect as they don't fit the limit.
Q102
A company needs to ensure that VMs retain state after a failure. What should they use?
AVMware HA
BVMware FT
CVMware SRM
DVMware vMotion
Explanation
VMware FT keeps the VM's state across failures; HA reboots VMs but does not retain their state.
Q103
Which service is responsible for job scheduling in AutoSys?
AAutoSys Scheduler
BJob Viewer
CEvent Processor
DAgent Manager
Explanation
The AutoSys Scheduler is designed specifically for job scheduling, while the others serve different roles.
Q104
A company needs to ensure job dependencies are met before execution. Which feature should they utilize?
AJob Success Conditions
BJob Notifications
CJob Hierarchies
DJob Start Conditions
Explanation
Job Start Conditions allow jobs to wait for specific conditions or other jobs to complete before running, ensuring dependencies are respected.
Q105
What happens when an AutoSys job fails and is retried based on its retry options?
AJob is deleted
BJob runs again immediately
CJob enters an ERROR state
DJob follows next job in stream
Explanation
When the retry options are configured, the job will attempt to run again based on those parameters; it does not delete or error out immediately.
Q106
Which service in AutoSys is responsible for event scheduling?
AJob Scheduler
BEvent Monitor
CJob Executor
DResource Manager
Explanation
Job Scheduler manages the timing of job execution; others serve different functions.
Q107
You are configuring a job with a restartable property. What is the correct behavior?
AJob restarts from the beginning
BJob skips to next step
CJob restarts from last checkpoint
DJob requires manual restart
Explanation
Restartable jobs resume from their last checkpoint, ensuring efficient recovery.
Q108
A company needs to integrate AutoSys with external APIs. What feature must be utilized?
AREST APIs
BCommand Scheduling
CJob Dependencies
DNotification Configurations
Explanation
REST APIs facilitate integration with external systems, unlike the other options.
Q109
Which service in AutoSys is responsible for monitoring jobs?
AAutoSys Job Scheduler
BAutoSys Agent
CAutoSys Event Server
DAutoSys Database
Explanation
The AutoSys Agent monitors and executes jobs, while the Job Scheduler manages scheduling.
Q110
You are configuring a job that should run only if a specific file exists. What will you set as the condition?
Acondition success
Bfile exist condition
Cjob dependency
Devent alert
Explanation
A file exist condition ensures the job runs based on file presence; other options are not specific to file existence.