What kind of workflow should you create to define business rules?
Options are :
A• Sequence
B• Flowchart
C• State machine
A,B
What is the best practice to stop an ongoing job in Orchestrator?
Options are :
A• By terminating it.
B• By cancelling it and using a Should Stop activity inside the workflow.
C• The process can only stop on its own.
B
In the UiPath Robotic Enterprise Framework template, if a System Error is encountered in the Process
Transaction state of the Main workflow, which state is executed next?
Options are :
A• Get Transaction Data
B• Init
C• End Process
B
How does the Anchor Base activity work?
Options are :
A• It searches for an UiElement at a fixed anchor position.
B• It searches for an UiElement using a relative coordinate position.
C• It searches for an UiElement by using another UiElement as anchor.
C
What happens if you try to end the execution of a job by clicking the Kill/Terminate button in Uipath
Orchestrator?
Options are :
A• The execution process is killed.
B• The execution is not impacted if no Should Stop activity has been included in the workflow in
Studio.
C• The job state is changed to Canceled/Stopped, even if no Should Stop activity was used.
A,C
In the UiPath Robotic Enterprise Framework template, in the Get Transaction Data state of the Main
workflow, what happens before the next transaction item is retrieved?
Options are :
A• We check if the previous transaction has been completed
B• We check if a kill signal was sent from Orchestrator
C• We check if a stop signal was sent from Orchestrator
C
What are the functions of the Outline panel?
Options are :
, A• It shows the structure of the workflow
B• It shows the execution result of the workflow
C• If the Activities are properly named, it can be used to search and select specific Activities used
inside the workflow
A,C
What is the best way of scraping a large, selectable text in a Citrix environment?
Options are :
A• Use a Get Full Text activity.
B• Select the entire text and copy it with the Copy Selected Text activity.
C• Use the Microsoft OCR engine.
D• Use the Google OCR engine.
B
Where should credentials be stored? Select all the options that apply.
Options are :
A• In Windows Credential Store.
B• In Orchestrator, as assets.
C• Directly inside the workflows, as variables.
A,C
Where can you trigger an unattended robot from? Select all the options that apply.
Options are :
A• The UiPath Robot icon in the system tray
B• UiPath Studio
C• Remotely, from Orchestrator
A,C
How can you provide more details to explain the purpose of the activities in a workflow?
Options are :
A• By adding activity Annotations.
B• By using a Comment Out activity.
C• By using the Comment activity.
A,C
How can you pass data between workflows?
Options are :
A• By using arguments.
B• By using variables.
C• By using a pipe.
A
The return value of the Get Transaction Item activity is of the following type:
Options are :
A• String
B• List
C• Object
D• QueueItem
D