How can you delay the Automatic Recording?
A. By hitting the Escape key
B. By right clicking
C. Not possible
D. By hitting the F2 key
In the UiPath Robotic Enterprise Framework template, in the Main workflow, the State Machine includes the following states:
A. Init State
B. Get transaction data State
C. Process Transaction State
D. Set Transaction State
E. End Process State
Where can the logging level of a robot be changed from?
A. Orchestrator, in the Edit Robot section, the Settings tab.
B. The robot settings, which are accessed via the UiPath Robot icon in the System tray.
C. You can not change the logging level.
What are the uses of web scraping in UiPath?
A. Extracting lists or other structured data from a web page
B. Extracting all the information from a web page
C. Extracting the content of a table from a web page
D. Extracting the images from a webpage
When should the "Add Log Fields" activity be used?
A. When a log message with a maximum number of five visible fields needs to be generated
B. When the standard log message has to be customized by adding new fields to it
C. When logs need to be enabled
A developer created a process which extracts text from an element on an HTML website using a Get Text activity. The developer observed that the text can only be successfully extracted when the attribute "innertext" updates or changes from "false" to "true". The target element can take up to 20 seconds to load.
Which activity should be used before the Get Text activity to ensure the target element text can be extracted?
A. Set Web Attribute
B. Delay
C. On Element Appear
D. Wait Attribute
A developer is automating a production level process in the Robotic Enterprise (RE) Framework. Based on best practices, when should the developer log a meaningful message with the Logging Level as "Information"?
A. Each time an exception is caught in a Catch block
B. Every time the robot encounters an error on a Queue Item
C. Every time a variable or argument value is used
D. Each time data is read from external sources
When developing a process, you were provided with two datatables, DT1 and DT2, as shown below:
The process documentation specifies that the two datatables need to be modified to reflect the following DT2:
How should the properties of the Merge Data Table activity be configured?
A. Option A
B. Option B
C. Option C
D. Option D
A developer created a Performer process using the Robotic Enterprise (RE) Framework template in UiPath Studio version 2021.10. The process is published to an Orchestrator folder called FolderA and a job is created in Orchestrator from
the package. The value of the "OrchestratorQueueName" setting in Config.xlsx is QueueA and the value of "OrchestratorQueueFolder" is FolderA.
The developer runs the job from Orchestrator with the following argument values: in_OrchestratorQueueName = "QueueB" in_OrchestratorQueueFolder = empty value
Which queue will be consumed by the robot?
A. QueueA from FolderA
B. QueueA from Shared
C. QueueB from FolderA
D. QueueB from Shared
If an Orchestrator user filters the Log Levels by Warn for UiPath Robots, which severity Log Level(s) will be shown?
A. Warn, Error, and Fatal
B. Warn only
C. Warn and Error
D. Info, Warn, and Error