COMPLETE QUESTIONS AND ANSWERS 100%
CORRECT
◍ What is Orchestrator used for? Answer: Managing automation
processes and jobs
◍ What is Assistant used for? Answer: Commanding the attended
robot
◍ What is the Robot used for? Answer: Running automation jobs
◍ What is the Automation Cloud used for? Answer: Managing the
users and cloud services
◍ How can you add activities to your Studio project? Answer: From
the Activities panel
◍ What happens when we publish an automation process to the
Orchestrator Personal Workspace?
A. A process is created automatically if one doesn't already exist.
,B. A process is created automatically if one doesn't already exist, and
existing processes must be manually updated to the latest published
version.
C. A process is created automatically if one doesn't already exist, and
existing processes are automatically updated to the latest published
version.
D. If there isn't already an existing process, we must go into
Orchestrator and manually create one with the same name as the
Studio project. Answer: C. A process is created automatically if one
doesn't already exist, and existing processes are automatically updated
to the latest published version.
◍ What type of robot can you provision by using the sign in feature?
Choose one of the options below
A. Only unattended robots
B. Both unattended and attended robots
C. Only attended robots Answer: C. Only attended robots
◍ Which of the following statements about robots are true? Choose
all options that apply
A. Attended robots cannot run automation processes published to
Orchestrator
B. You can run jobs from Orchestrator both on attended and
unattended robots
C. Unattended robots are typically deployed on separate machines
,D. Attended users can run automation jobs using UiPath Assistant
Answer: C. Unattended robots are typically deployed on separate
machines
D. Attended users can run automation jobs using UiPath Assistant
◍ Which of the following actions have to be taken to run a job on an
attended robot connected to the cloud Orchestrator? Choose all the
options that apply
A. The user was added to Automation Cloud.
B. The user has an Automation Developer — Named User' license
type assigned.
C. An automation process was published in Orchestrator, in a folder to
which the user has access.
D. The user is signed in to Orchestrator. Answer: A. The user was
added to Automation Cloud.
C. An automation process was published in Orchestrator, in a folder to
which the user has access.
D. The user is signed in to Orchestrator.
◍ How can we leave out a specific file from the publishing package?
Choose one answer.
A. By deleting the specific file from the project folder in the Project
panel in Studio.
B. By right-clicking it in the Project panel, and then selecting Ignore
from Publish in Studio.
, C. By disconnecting from Orchestrator.
D. By moving the specific file in a read-only location. Correct
Answer: B. By right-clicking it in the Project panel, and then selecting
Ignore from Publish in Studio.
◍ What filtering expression must we add inside the 'Filter property of
the 'Get Outlook Mail Messages' activity to retrieve only emails that
have Course Invoices' in the subject line? Choose one answer.
A. "[Categories) = 'Subject','Course Invoices' "
B. item.Subject.Contains("Request")
C. "@SQL=""urn:schemas:httpmail:subject"" like '%invoices%"'
D. "[Subject] = '{EXTERNAL} Course Invoices'" Answer: D.
"[Subject] = '{EXTERNAL} Course Invoices'"
◍ What debugging action can we use to debug activities one at a
time? Choose one of the options below
A. 'step Out'
B. 'Focus'
C. 'Slow Step'
D. 'Step Into' Answer: D. 'Step Into'
Use Step Into to debug activities one at a time. When this action is
triggered, the debugger opens and highlights the activity before it is
executed. When Step Into is used with Invoke Workflow File