AND ANSWERS
(VERIFIED ANSWERS)
1. What do the Items in the Orchestrator queues consist of?Select all the
options that apply:
Processes to be executed by the robots
Jobs to be executed by the robots
Input data for the processes executed by the robots
: Processes to be executedby the robots Jobs to be executed by the robots Input data
for the processes executed by the robots
2. Which is the best way to delete un-referenced variables?
Options are
The unreferenced variables do not utilise memory,therefore you do not haveto
delete them
You can manage your variables from the Design panel>Manage Variables>Re-
move Unreferenced
Delete them one by one from the Variables panel.UiPath Studio performs the
workflow validation in real time,therefore you can see which variable is
being used
,: You can manage your variables from the Design panel>Manage
Variables>Remove Unreferenced
3. In which workflow in the UiPath Robotic Enterprise Framework template is
the retry mechanism implemented?
Options are
The SetTransactionStatus workflow
The Main workflow
The GetTransactionData workflow
: The Main workflow
4. What happens in the Init state of the Main workflow,in the UiPath Robotic
Enterprise Framework template?
Options are
The robot checks if the previous transaction is complete and then starts thenext
one
The transaction items are extracted from the Queue
The robot reads the configuration file and initializes all the required ap-
plications
: The robot reads the configuration file and initializes all the requiredapplications
,5. When should the "Add Log Fields" activity be used?
Options are
When logs need to be enabled
When a log message with a maximum number of five visible fields needs tobe
generated
When the standard log message has to be customized by adding new fields
, to it
: When the standard log message has to be customized by adding new fieldsto it
6. Where can we see the logs generated by running robots?
Options are
In the Orchestrator logs
In the local Logs folder
In the Output panel
: In the Orchestrator logs In the local Logs folder
7. Which of the following are required to have efficient execution of automation
projects?
Options are
Proper exception handling
Effective logging mechanisms
Recovery abilities
: Proper exception handling Effective logging mechanisms Re-covery abilities
8. What data flow should be used for UI navigation and data processing?
Options are
State Machine