UiPath RPA Certification Study
Questions and Answers
What is Studio used for? - Correct Answers -Building automation projects
What is Orchestrator used for? - Correct Answers -Managing automation processes and
jobs
What is Assistant used for? - Correct Answers -Commanding the attended robot
What is the Robot used for? - Correct Answers -Running automation jobs
What is the Automation Cloud used for? - Correct Answers -Managing the users and
cloud services
How can you add activities to your Studio project? - Correct Answers -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. - Correct Answers -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 - Correct Answers -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 - Correct Answers -
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. - Correct Answers -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 - Correct Answers -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'" - Correct Answers -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' - Correct Answers -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 activities, the workflow is opened in a new tab in 'ReadOnly'
mode and each activity is executed one by one. The keyboard shortcut for Step Into is
Fll.
How can we convert a variable of type string to a double? Choose one answer.
A. By using the Double.Parse method inside the Expression Editor in Studio.
B. By using the Convert.ToDouble method inside the Expression Editor in Studio.
C. By using the Convert.Tolnt32 method inside the Expression Editor in Studio.
D. By using the ToString(Double) method inside the Expression Editor in Studio.
E. By using the ToDecimal(Double) method inside the Expression Editor in Studio.
F. By using the CDbl method inside the Expression Editor in Studio.
G. From the Variables panel in Studio, by selecting Variable type and searching for the
System.Double type. - Correct Answers -A. By using the Double.Parse method inside
the Expression Editor in Studio.
B. By using the Convert.ToDouble method inside the Expression Editor in Studio.
F. By using the CDbl method inside the Expression Editor in Studio.
G. From the Variables panel in Studio, by selecting Variable type and searching for the
System.Double type.
What happens if the files saved in the specified folder have the same name as the email
attachments? Choose one of the answers.
A. A different project folder gets created and the files are saved there.
B. The files aren't saved, and the automation continues.
C. The automation stops and throws an error message.
D. The files with the same name get overwritten. - Correct Answers -D. The files with
the same name get overwritten.
Which of the following responsibilities are performed by the RPA Developer throughout
the implementation process?
Discovery & Kickoff - Process Analysis - Solution Design - Development & Unit Testing -
Integration and User Acceptance Testing (UAT) - Deployment & Hypercare
A. Validate that documented to-be steps are feasible for automation.
B. Build code modules as outlined and assigned (either as workflow files or libraries, as
needed).
C. Monitor logs and review any exception cases that occur.
D. Finalize process logging (in line with logging guidelines) and sync standards with
customer for post-deployment care.
E. Conduct ad hoc code reviews to ensure developer code quality is in line with best
practices laid.
F. Ensure code is in line with development best practices.
Questions and Answers
What is Studio used for? - Correct Answers -Building automation projects
What is Orchestrator used for? - Correct Answers -Managing automation processes and
jobs
What is Assistant used for? - Correct Answers -Commanding the attended robot
What is the Robot used for? - Correct Answers -Running automation jobs
What is the Automation Cloud used for? - Correct Answers -Managing the users and
cloud services
How can you add activities to your Studio project? - Correct Answers -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. - Correct Answers -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 - Correct Answers -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 - Correct Answers -
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. - Correct Answers -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 - Correct Answers -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'" - Correct Answers -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' - Correct Answers -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 activities, the workflow is opened in a new tab in 'ReadOnly'
mode and each activity is executed one by one. The keyboard shortcut for Step Into is
Fll.
How can we convert a variable of type string to a double? Choose one answer.
A. By using the Double.Parse method inside the Expression Editor in Studio.
B. By using the Convert.ToDouble method inside the Expression Editor in Studio.
C. By using the Convert.Tolnt32 method inside the Expression Editor in Studio.
D. By using the ToString(Double) method inside the Expression Editor in Studio.
E. By using the ToDecimal(Double) method inside the Expression Editor in Studio.
F. By using the CDbl method inside the Expression Editor in Studio.
G. From the Variables panel in Studio, by selecting Variable type and searching for the
System.Double type. - Correct Answers -A. By using the Double.Parse method inside
the Expression Editor in Studio.
B. By using the Convert.ToDouble method inside the Expression Editor in Studio.
F. By using the CDbl method inside the Expression Editor in Studio.
G. From the Variables panel in Studio, by selecting Variable type and searching for the
System.Double type.
What happens if the files saved in the specified folder have the same name as the email
attachments? Choose one of the answers.
A. A different project folder gets created and the files are saved there.
B. The files aren't saved, and the automation continues.
C. The automation stops and throws an error message.
D. The files with the same name get overwritten. - Correct Answers -D. The files with
the same name get overwritten.
Which of the following responsibilities are performed by the RPA Developer throughout
the implementation process?
Discovery & Kickoff - Process Analysis - Solution Design - Development & Unit Testing -
Integration and User Acceptance Testing (UAT) - Deployment & Hypercare
A. Validate that documented to-be steps are feasible for automation.
B. Build code modules as outlined and assigned (either as workflow files or libraries, as
needed).
C. Monitor logs and review any exception cases that occur.
D. Finalize process logging (in line with logging guidelines) and sync standards with
customer for post-deployment care.
E. Conduct ad hoc code reviews to ensure developer code quality is in line with best
practices laid.
F. Ensure code is in line with development best practices.