What happens when a job fails in Automic without a defined error handling procedure?
AAutomatic job restart occurs
BJob completes without issues
CError notification sent to admin
DThe job remains in an error state
Explanation
If no error handling is defined, the job remains in an error state rather than being restarted or logged.
Q142
Which service in Automic is responsible for executing jobs?
AJob Scheduling Service
BEvent Management
CLoad Balancer
DDatabase Administration Service
Explanation
The Job Scheduling Service executes and manages job workflows, whereas the others handle different aspects of system management.
Q143
A company needs to ensure that business-critical jobs always execute without delay. What would you recommend?
AUse a high priority for these jobs
BLimit job execution to weekends
CDisable the job failure notifications
DSchedule jobs on multiple agents
Explanation
Setting a high priority ensures these jobs run first, while the other options either do not address delay or are counterproductive.
Q144
What happens when a job fails but auto-retry is disabled?
AThe job executes successfully later
BJob status shows as 'Failed' only
CAn automatic rollback occurs
DNo further actions are taken
Explanation
Without auto-retry, the job's failure will not trigger additional actions, unlike the other options which are incorrect processes.
Q145
Which service is used for automating SAP processes in the Automic environment?
ASAP Integration Service
BBusiness Process Modeling
CTask Scheduling Service
DProcess Orchestration Service
Explanation
SAP Integration Service is specifically designed for SAP process automation, while the others focus on different aspects or technologies.
Q146
A company needs to ensure its jobs have a fallback option in case of failure. What should you configure?
AJob Dependencies
BJob Process Flow
CFallback Job
DJob Restart Policy
Explanation
A Fallback Job can define alternative actions after a job fails, unlike dependencies or process flow, which help manage execution outset.
Q147
What happens when you use a Cut option while manually pausing a job?
AThe job is stopped immediately
BThe job is archived
CJob execution halts, but not canceled
DJob continues without interruption
Explanation
Using Cut pauses execution temporarily but doesn't cancel it; other options misrepresent this job behavior.
Q148
Which service allows for automated deployment of applications across environments?
AVMware Tanzu
BVMware NSX
CVMware vSphere
DVMware Horizon
Explanation
VMware Tanzu supports automated application deployments, while others focus on networking or desktop virtualization.
Q149
A company needs to ensure its workflows are executed in sequence, with one starting only after the previous one has finished. What should they configure in Automic?
AParallel Jobs
BJob Dependencies
CEvent Triggering
DMulti-Processing
Explanation
Job Dependencies manage execution order, unlike other options which do not enforce sequences.
Q150
What happens when a job in Automic fails and is configured with a retry setting of 3?
AJob runs immediately again.
BJob attempts two more times.
CJob is permanently halted.
DJob queues for external review.
Explanation
It tries the job again up to the retry limit, unlike the other options which misrepresent the behavior.