Orchestrator Overview Flashcards
What capability of Orchestrator is described by the following statement: “Creates and maintains the connection between Robots and the web application”?
Choose one of the options below
Monitoring
Provisioning
Configuration
Inter-conectivity
Provisioning
Which of the following pieces of information can be stored in an Orchestrator asset?
Choose the three options that apply
A set of credentials.
A text file.
An URL.
A true or false value.
A transaction item.
A set of credentials.
An URL.
A true or false value.
Files cannot be stored in assets. Values can be, and these include credentials, text and boolean values.
Which of the following entities need to be mapped to the folder in order to run an unattended job?
Choose the three options that apply
Package
Process
User or Robot
Machine template
Queues
Process
User or Robot
Machine template
Active Directory users can be configured in Orchestrator only to have an Unattended Robot automatically created, but not an Attended Robot.
True or False?
False
Which of the following type of process uses the User Interface?
Choose one of the options below
Headless process.
Foreground process.
Background process.
Foreground process.
Foreground processes use the UI. The other two types are basically the same and they don’t use the UI.
Which of the following sets of jobs can be run simultaneously using a pool of 3 machines connected using the same machine template having 3 runtimes?
Choose the two options that apply
5 jobs created using a foreground process.
5 jobs created using a background process.
3 jobs created using a foreground process and 5 jobs created using a background process.
5 jobs created using a foreground process and 3 jobs created using a background process.
5 jobs created using a background process.
3 jobs created using a foreground process and 5 jobs created using a background process.
An unattended robot can run maximum one foreground process and as many background processes. Hence, from the options presented, those that can be run are those that involve maximum 3 jobs created using a foreground process.
Consider an unattended robot running the maximum number of jobs set at machine template level - 4, with one being a foreground process. There are two jobs pending: a foreground job with normal priority and a background process with high priority. Which of the two jobs will be executed first?
Choose one of the options below
The foreground job, because it involves UI.
The background job, because it has a higher priority.
We can’t tell, given that we don’t know the type of job being finalized.
The background job, because it has a higher priority.
Which of the following entities need roles assigned in Orchestrator to be able to run automations?
Choose one of the options below
Only human users.
Both human users and unattended robots.
Only unattended robots.
Only human users.
Review Question: When running a job, will all the automation ‘.xaml’ files included in the project be executed?
Choose one of the options below
Yes, because we can test and run any workflow separately.
Yes, because data is passed between workflows using arguments.
No, only files linked to the Main.xaml through the Invoke Workflow File activity will be executed.
No, only workflows containing arguments will be executed.
No, only files linked to the Main.xaml through the Invoke Workflow File activity will be executed.
Which of the following statements are correct for selecting the appropriate type of Robot when provisioning a new Robot?
Choose the two options that apply
Attended Robots For Attended Robots, credentials are needed because the jobs are triggered manually by human agents, directly on the machine where the Robots are installed.
Attended Robots For Attended Robots, credentials are not needed because the jobs are triggered manually by human agents, directly on the machine where the Robots are installed.
Unattended Robots For Unattended Robots, the Windows credentials are not needed to run unattended jobs on them.
Unattended Robots For Unattended Robots, the Windows credentials are needed to run unattended jobs on them.
Attended Robots For Attended Robots, credentials are not needed because the jobs are triggered manually by human agents, directly on the machine where the Robots are installed.
Unattended Robots For Unattended Robots, the Windows credentials are needed to run unattended jobs on them.
Which of the following folder entities can be configured to be accessed/executed only by a certain unattended robot?
Choose the three options that apply
Triggers
Jobs
Assets
Queues
Storage Buckets
Triggers
Jobs
Assets
Which of the following sets of jobs can be run simultaneously using a pool of 4 machines connected using the same machine template having 2 runtimes?
Choose the two options that apply
5 jobs created using a foreground process.
5 jobs created using a foreground process and 3 jobs created using a background process
5 jobs created using a background process.
3 jobs created using a foreground process and 5 jobs created using a background process.
5 jobs created using a background process.
3 jobs created using a foreground process and 5 jobs created using a background process.
Review Question: Which of the following actions can be easily performed by Studio users that are signed in to Orchestrator?
Choose the two options that apply
Run jobs using published processes.
Run jobs in Automation Cloud.
Publish a package to Orchestrator.
Add user and robot accounts.
Manage licenses.
Run jobs using published processes.
Publish a package to Orchestrator.
Which of the following entities need to be mapped to the folder in order to run an unattended job?
Choose the three options that apply
Process
Package
User or Robot account
Machine template
Queues
Process
User or Robot account
Machine template
Which of the following pieces of information can’t be stored in an Orchestrator asset?
Choose one of the options below
An URL.
A set of credentials.
A table.
A number.
A table.