Questions With Complete Solutions
Which function(s) is available with an attended robot?
-Ability to continue execution under a locked screen
-Used for debugging and testing purposes
-Started from the robot try or command prompt
-Responsible for remote execution, monitoring, and
scheduling - Correct Answers ✅Started from the robot tray
or command prompt.
A customer calls into a Call Center to get an update on their
current outstanding payment. Consider the following use
case:
1. The customer provides the Customer Id to the call center
representative.
2. The call center representative inputs the Customer ID into
a web application.
3. Data is scraped from the web application.
4. Calculations are performed by the robot.
5. The outstanding amount is provided to the customer over
the telephone by the representative.
if this process is automated, what is the minimum number of
steps that require manual intervention? - Correct Answers
✅Three, because steps 3 and 4 are automated.
, UiPath RPA Associate Certification Exam
Questions With Complete Solutions
Which type(s) of automation does UiPath support? - Correct
Answers ✅Attended, Hybrid, and Unattended automation
Which component of the UiPath platform is used to develop
workflows? - Correct Answers ✅UiPath Studio
What describes a characteristic of a UiPath robot?
*Attended and Studio robots can be used without a password
*No specific permission is required for the user to create a
robot
*Robots cannot be deleted if they do not have any pending or
active jobs attached to them
*Standard robots can work on both standard machines and
templates. - Correct Answers ✅Attended and Studio robots
can be used without a password.
During development, a breakpoint is enabled at a particular
activity. Later, the developer published the package to UiPath
Orchestrator. When the process runs from a UiPath Robot in
an unattended mode, what is the expected behavior? -
Correct Answers ✅Breakpoint will have no impact on the
process execution.