UiPath Certification Exam Questions and
Answers Already Passed
In UiPath Robotic Enterprise Framework, the value of MaxRetryNumber in the Cofig.xlsx file
should be set to a number greater than 0 to enable the retry me
...
UiPath Certification Exam Questions and
Answers Already Passed
In UiPath Robotic Enterprise Framework, the value of MaxRetryNumber in the Cofig.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 template 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 there any way to hide the execution of one activity in the logs? ✔✔Yes, by using the 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 same time
Which of the following technologies can be used for background automation? ✔✔- The Click
activity witht 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
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 loca variables or to some default
values
After adding an Invoke Workflow File activity and selecting the workflow to invoke, you need to:
✔✔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 of the following are required to have efficient execution of automation projects? ✔✔-
Priority
- Deadline
- Postpone
What 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? ✔✔The processes have to be updated
in order for the robots to run the latest version of the package
What are the functions of the Outline panel? ✔✔- It shows the structure of the workflow
- If the Activities are properly named, it can be used to search and select specific Activities used
inside the workflow
When should the "Add Log Fields" activity be used? ✔✔When the standard log message has to be
customized by adding new fields to it
What layout should be used for UI navigation and data processing? ✔✔Sequence
How can you provide more details to explain the purpose of the activities in workflow? ✔✔- By
adding activity annotations
- By using the Comment activity
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
[Show More]