COMPLETE QUESTIONS WITH ANSWERS
100% CORRECT
◍ 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?. Answer: Three, because steps 3 and
4 are automated.
◍ Which type(s) of automation does UiPath support?. Answer:
Attended, Hybrid, and Unattended automation
◍ Which component of the UiPath platform is used to develop
workflows?. Answer: 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..
Answer: 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?. Answer:
Breakpoint will have no impact on the process execution.
◍ A developer finished creating a workflow. Based on debugging best
practices, what is the correct sequence of steps that should be
performed to test and debug any resulting errors?. Answer: 1. Select
"Validate" from the Execute tab and remove any validation errors.
2. Run the workflow and find the execution errors.
3. Add breakpoints at the activities throwing the exceptions and at the
invoked workflows that contain the errors.
4. Run in Debug mode