Sei sulla pagina 1di 2

What robots can be selected when you start a job from Orchestrator?

—any robot same


enivoirement

What robot state is displayed on the Robots page while a job is being executed? - wrong -
pending

What status does a job have when a schedule is triggered in Orchestrator, but there are no
available robots to execute i
Wrong -new

When should the “Add Log Fields” activity be used?


- correct - When the standard log message has to be customized by adding new fields to it
What types of assets can be stored in Orchestrator?
- correct -Bool, String, Integer, Credential
How can a process be allocated to three different robots? - answer 1.- By creating a job and
selecting all three robots
- By scheduling the process and adjusting the settings in the Execution Target tab accordingly

Where can the logging level of a robot be changed from?


correct 1. Robot setting
2. Orchestrator

What is the best way of restricting the access of a person to a limited number of pages in
Orchestrator?
Answer -
By creating a different account and role for that person. When creating a new role, restrictions
can be applied.

What is the best practice to stop an ongoing job in Orchestrator?


Answer:
By cancelling it and using a Should Stop activity inside the workflow.
What do the Items in the Orchestrator queues consist of?
Wrong : Processes to be executed by the robots

If a large item collection is processed using For Each, which activity enables you to efficiently
exit the loop after a specific moment? Correct = break activity
How can you pass data between workflows?
-answer: using argument

Where should credentials be stored?


Answer

● Window crredintal store


● In orchestrator

The String.Format(“Input = {0} and Output = {0}”, “1”,”2”) expression returns the following:
Answer:Input = 1 and Output = 2.

In the UiPath Robotic Enterprise Framework template, where can the GetAppCredentials
workflow retrieve credentials from?
Wrong - window crew manager

While automating an installation wizard, a pop-up window may or may not appear. What can
you use to close the window without stopping the workflow?
Wrong:
Use a Click activity with the ContinueOnError property set to

select a row with a certain value from a column in Excel?


Wrong: Use a Read Range activity to retrieve the contents of the Excel file, and then use a For
Each activity loop to iterate through the data and identify the element.

In which workflow in the UiPath Robotic Enterprise Framework template is the


TransactionNumber global variable incremented by default?
wrong:
GetTransactionData workflow;

Potrebbero piacerti anche