Answered A+
Can you store a Selector in a variable?
Yes, in a String variable
Which is considered to be one of the best practices regarding the process finalization?
Leave the application in its initial state, so that we can execute the process again
The best way of managing variable values within a workflow, so that they can be shared
on different robots and environments is:
Using Assets defined in Orchestrator
What happened if the result of a transaction is not set?
The status is "In Progress" for 24 Hrs., and then it switches to Abandoned
In UiPath Robotic Enterprise framework, the value of MaxRetryNumber if the
Config.xlsx file should be set to a number greater than 0 to enable the retry mechanism
in the following cases;
Get Data from UiPath Orchestrator with Auto Retry disabled
When should an Attended Robot be used?
When the processing of some input data relies on human decision
You need to collect employee data and send it by email as an Excel file. What type of
workflow is the most suitable for the final part, which adds the file attachment, formats
the email and sends it?
Sequence
Which statement about the UiPath Robotic Enterprise Framework is false?
The framework can be used only if you get the input data from the UiPath server
queues
Is there any way to hide the execution of one activity in the logs?
Yes, by checking the Private Property of the activity that is to be hidden
Is it possible to retrieve the color of a specified Excel cell?
Yes, by using Get Cell Color
Which statements are true regarding the Write Line and the Log Message activities?
By using a Log Message activity, you can set different levels of tracing
Write Line is just a Log Message set to Trace
By using any of them, you generate traces in the Output panel and also in the log files
Which of the following statements related to Orchestrator are true?
Robots can be assigned to multiple Environments
A robot can execute many different jobs at the same time
Which of the following technologies can be used for background automation?
The Click activity with the Simulate Click flag checked
The Full Text method of Screen Scraping
Data Scraping
Type into activity with SendWindowMessage flag checked
Which activity is used to call another piece of automation?
Invoke Workflow File
What is the safest way to close an application?
By using the Close Application activity
, What type of argument can you define to pass data and retrieve the modified value from
an invoked workflow?
In/Out
You want to build a Dispatcher process to populate an Orchestrator Queue for parallel
processing on multiple robots. Which activity should you use to add a queue item for
each work item?
Add Queue Item
Which of the following are considered best practices?
Removing unreferenced variables
Deleting disabled code
Which statement about the UiPath Robotic Enterprise Framework template is false?
The Framework can only be used if you get input data from the UiPath server queues
What is the best way to select a row with a certain value from a column in Excel?
Use a Read Range Activity to retrieve the contents of the Excel file, and then use a
Select Method to identify the desired row
After adding an Invoke Workflow File activity and selecting the workflow to invoke, you
need to:
Click Import Arguments, and then bind the arguments to the local variables or to some
default values
At the end of the execution of Workflow1, which retrieves some items from a database,
is the database connection closed automatically?
Only the database admin can decide this aspect
What happens if the ClickBeforeTyping property in a Type into activity is selected?
Before typing, a click is performed on the top left corner of the UiElement
This is a reliable selector for a dynamic web page: webctrl idx='144' tag='IMG'/
False
Which of the following are required to have efficient execution of automation projects?
Effective logging mechanisms
Proper exception handling
Recovery abilities
Which Queue Item properties can be used to control the order in which items are
processed?
Priority
Deadline
Postpone
Which robots can be selected when you start a job from Orchestrator?
Any robot in the same environment as the process to be executed
Which one of the statements below regarding the GetAppCredentials workflow included
in UiPath Robotic Enterprise Framework is true?
It first tries to fetch a credential from the Windows Credential Manager
How should a UiPath Developer handle frequent changes in the project files?
By using a source control solution such as SVN, TFS, etc.
What happens when a new version of a package is published? What are the functions
of the Outline panel? When should the "Add Log Fields" activity be used?
The processes have to be updated in order for the robots to run the latest version of the
package