Which statements are true regarding the Write Line and the Log Message activities?
A. By using any of them, you generate traces in the Output panel and also in the log files.
B. By using a Log Message activity, you can set different levels of tracing.
C. Write Line is just a Log Message set on Trace.
A developer uses a Lookup Data Table activity to return an email address of a person. What will be the result of the execution of the following seqeunce?
Please find the Build Data Table activity below
Please find the properties of Lookup Data Table activity below
D. An error will be thrown.
In the UiPath Robotic Enterprise Framework template, to enable the retry mechanism without using Queues, what should the value of MaxRetryNumber be set to?
A. 0
B. Any value greater than 0
C. Any value greater than 2
A developer uses the following selector to extract the title of the invoice opened in the Chrome browser.
Which of the following documents would not be recognized by UiPath?
A. Invoice 1263-12.04.2021.pdf
B. Invoice-04.04.2021.pdf
C. Invoice-17.05.21.pdf
D. Invoice 4324-2.06.2021.pdf
One of the actions below is not required when starting processes with UiPath Orchestrator.
A. Starting a job, which is the execution of the process
B. Registering robots to Orchestrator
C. Creating an environment containing the robot
D. Creating a queue in Orchestrator
E. Creating a process with the published package and environment
F. Publishing projects from UiPath Studio
A developer created a production level automation using the Robotic Enterprise (RE) Framework. Any values used within the automation are referenced from the Config.xlsx file included in the framework.
What are the differences between the Settings sheet and the Assets sheet in the Config.xlsx file?
A. Settings sheet contains only values used for the initialization of applications. Assets sheet contains only Credential Assets stored in Orchestrator.
B. Settings sheet contains only hard-coded values. Assets sheet contains all names of Orchestrator Assets including those of type Credential.
C. Settings sheet contains Credential Assets stored in Orchestrator. Assets sheet contains hard-coded values.
D. Settings sheet contains hard-coded values and names of Credential Assets. Assets sheet contains all names of Orchestrator Assets except those of type Credential.
A developer is automating a process which uses data from invoice documents. The business requirement is that each transaction should be uniquely identified by the invoice number and is only uploaded to the Orchestrator queue once. What is a recommended practice to meet this requirement?
A. Create a Queue with Unique Reference set to "Yes" In the process, set the Reference property of the Add Queue Item activity to the invoice number
B. Create a Queue with the Auto Retry property set to "No" In the process, set the QueueName property of the Add Queue Item activity to the invoice number
C. Create a Queue with Unique Reference set to "Yes" In the process, set an argument named Reference of the ItemInformation property of the Add Queue Item activity to the invoice number
D. Create a Queue with the Auto Retry property set to "No" In the process, set an argument named TransactionId of the ItemInformation property of the Add Queue Item activity to the invoice number
A developer automated a Performer process using the Robotic Enterprise (RE) Framework with Orchestrator queues. The developer manually created and provisioned the queue by providing the Name and disabling the Auto Retry before running the process.
When running the process for the first time with no errors, which states will run?
A. Initialization and End Process only
B. Initialization, Process Transaction, and End Process only
C. Initialization, Get Transaction Data, and End Process only
D. Initialization, Get Transaction Data, Process Transaction, and End Process