Uipath Certification Dumps
Uipath Certification Dumps
Uipath Certification Dumps
2. Which activity provides the easiest way to loop through all the rows in a DataTable?
a. While
b. For Each
c. Do while
e. Repeat Until
3. Which statements are true regarding the Write Line and Log Message activities?
a. By using a log Message activity, you can set different levels of tracing.
c. By using any of them, you generate traces in the Output Panel and also in the log files
4. Consider three GenericValue variables, var1 with the default value of “3 apples”, var2 with the
default value of “5 mangos” , and the result, which is the output of an Assign Activity with the var1
+ var2 expression. What is the value of the resulting vari?
a. Null
b. “8 fruits”
c. 8
e. “3 apples 5 mangoes”
a. Specifies the amount of time (In milliseconds) to wait for the activity to run before an error is thrown.
b. Specifies to continue executing the remaining activities even if the current activity is failed
c. Before performing the actions, wait for the target to become ready
8. What do the Items in the orchestrator queues consist of? Select all the options that apply.
c. By terminating it.
c. By creating a different account and role for that person. When creating a new role, restrictions
can be applied.
13. Where can you trigger an unattended robot from? Select all the options that apply?
b. UiPath Studio
14. What status does a job have when a schedule is triggered in Orchestrator, but there are no
available robots to execute it?
a. In progress
b. Pending
c. New
a. The process using the package are automatically updated to the latest version
b. The processes have to be updated in order for the robots to run the latest version of the package
16. What robots can be selected when you start a job from Orchestrator?
18. How should exceptions be handled? Select all the options that apply.
a.By using Try Catch activities inside the workflow for unexpected application exceptions.
19. In which workflow in the UiPath Robotic Enterprise Framework template is the retry
mechanism implemented?
20. In the UiPath Robotic Enterprise Framework template, if a System Error is encountered in the
Init state of the Main workflow, which state is executed next?
b. Init
c. End Process
22. What is the best way to select a row with certain value from a column of Excel sheet?
a. Use read range activity to retrieve the contents of the excel file and then use a for each activity to
iterate through the data and identify the element.
b. Use read range activity to retrieve the contents of the excel file and then use a select method to
identify the desired row
23. What can the UiPath Robotic Enterprise Framework template be used as?
c. If the activities are properly named, it can be used to search specific activites used inside the
workflow
25. Downloading a report from a web application takes a variable amount of time, but a pop-up
window is shown when the download is finished. What should you do to check whether the file has
been fully downloaded before continuing the process?
Ans. Use the On Element Appear activity and indicate the download pop-up window
27. The return value of Get Transaction Item Activity is of the following type
a. Object
b. String
c. QueueItem
d. List< QueueItem>
28. In which workflow in the UiPath Robotic Enterprise Framework template is the retry
mechanism implemented?
29. When requesting a work item from Orchestrator Queues using the Get Transaction Item
activity, what do you need to specify ?
Ans. The name of the Queue which contains that specific work item
30. When should an Attended Robot be used ? Select the option that applies
Ans. Attended robots should be used when the processing of some input data relies on human
decision.
31. In UiPath Robotic Enterprise Framework template, Where can the GetAppCredentials workflow
retrieve credentials from?
a.Orchestrator Asset
c.User dialog
32. This is a reliable selector for a dynamic web page: webctrl idx=’144′ tag=’IMG’/
False
33. The String.Format(“Input = {0} and Output = {0}”, “1”,”2”) expression returns the
following
If a large item collection is processed using For Each, which activity enables you to
efficiently exit the loop after a specific moment?
35. Which of the following are required to have efficient execution of automation projects?
b. Recovery abilities
36. Which Queue Item properties can be used to control the order in which the items are
processed?
a. ItemInformation
b. Priority
c. Deadline
d. Postpone
37. One of the steps in your process is to authenticate on a web application. How can you check
if the login succeeded or not?
a. Place the login activities inside a Try-Catch block. An exception is thrown in case a login problem
occurs.
b. Use an Element Exist activity to check whether the login succeeded by searching for an
element that is only displayed in that case.
38. What is the difference between a Click activity whose SimulateClick property is checked
and another one with the same property unchecked?
a.The activity with an enabled SimulateClick flag does not click the target element, it just simulates
the action.
b.The activity with the SimulateClick flag unchecked moves the mouse cursor over the target
element, while the one with the flag set does not move the mouse cursor.
39. Which one of the statements below regarding the GetAppCredentials workflow included in
UiPath Robotic Enterprise Framework is true?
b.It first tries to fetch a credential from the Windows Credential Manager.
40. How can you retrieve the value stored in a Queue Item variable?
41. What happens in the Init state of the Main workflow, in the UiPath Robotic Enterprise
Framework template?
Ans. The robot reads the configuration file and initializes all the required applications.
a. Delete them one by one from the Variables panel. UiPath Studio performs the workflow
validation in real time, therefore you can see which variable is being used.
b. You can manage your variables from the Design panel > Manage Variables > Remove
Unreferenced.
c. The unreferenced variables do not utilise memory, therefore you do not have to delete
them.
43. Is there any way to hide the execution of one activity in the logs?
c.Yes, by changing the minLevel property of the “Execution” logger from NLog.config file.
a. Open Application
c. Flowchart.
a. The robot settings, which are accessed via the UiPath Robot icon in the System tray.
46. 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?
a. By using arguments.
b. By using variables.
c. By using a pipe.
48. In UiPath Robotic Enterprise Framework, what are the transitions of the Init state?
a.In the case of Success, the transition is to the Get Transaction Data state.
b.In the case of System Error, the transition is to the Init state.
c.In the case of Success, the transition is to the Process Transaction state.
d. In the case of System Error, the transition is to the End Process state.
49. What layout should be used for UI navigation and data processing?
a.Flowchart
b.Sequence
c.State Machine
a.In arguments.
b.Out arguments
c.In/Out arguments.
c. The status is “In Progress” for 24 hours, and then it switches to Abandoned
52. 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?
53. In the UiPath Robotic Enterprise Framework template, in the Get Transaction Data state
of the Main workflow, what happens before the next transaction item is retrieved?
54. What is the best way of scraping a large, selectable text in a Citrix environment?
Ans. Yes. It is very easy to work with excel and UiPath has lot of pre defined excel activities. You
can use 'Get Cell Color' to retrieve the color of a specific cell.
56. What are the different types of variables that can be defined in UiPath Studio ?
Ans. There are many different types of variables. Below are some of them : Text True Or False
GenericValue Array Date and Time Data Variable Number
57. Which all technologies can be used for Background Automation in UiPath ?
59. You need to collect employees 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?
Ans. The most suitable type of workflow for this final part is Sequence.
Ans. You can manage your variables from the Design panel > Manage Variables > Remove
Unreferenced.
61. How can you dynamically change parts of a selector?
Ans. We can dynamically change parts of a selector by using variables to replace the dynamic
parts
62. What type of argument can you define to pass data and retrieve the modified value from an
invoked workflow?
Ans. In/Out
63. 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?
Ans. We can do the following to close the window without stopping the workflow :
Ans. Attended robots should be used when the processing of some input data relies on human
decision.
Ans. Below are the ways from which logging levels can be changed :
The robot settings, which are accessed via the UiPath Robot icon in the System tray.
Orchestrator, in the Edit Robot section, the Settings tab.
67.What is the best way of managing variable values within a workflow, so that they can be
shared on different robots and environments ?