QUESTIONS WITH SOLUTIONS GRADED A+
◍ 01. Based on best practice, how many Global Exception Handlers
can be set per automation project?
a) One for the entire project
b) One for each activity in the project
c) One for each workflow in the project
d) An unlimited number in the project Answer: a) One for the entire
project
◍ 02. Which feature is unique to the UI Explorer tool when compared
to the Selector Editor?
a) Allows the developer to indicate a selector
b) Allows the developer to use wildcards in a selector
c) Allows the developer to view the full UI hierarchy tree
d) Allows the developer to repair a selector Answer: c) Allows the
developer to view the full UI hierarchy tree
◍ 03. A developer generated a static selector by selecting "Indicate on
screen" inside a Click activity. In addition, the developer needs to
view the full list of attributes of the target UI element. What should be
used to display the full list?
a) Output panel
b) UI Explorer tool
, c) Outline panel
d) "Indicate on Screen" button Answer: b) UI Explorer tool
◍ 04. Which component of the UiPath platform is used to create
workflows?
a) UiPath Assistant
b) UiPath Orchestrator
c) UI Explorer
d) UiPath Studio Answer: d) UiPath Studio
◍ 05. A developer has created a variable of type String called Levels.
The developer has assigned the value, "1, 2, 3, 4, 5, 6", to the variable.
What is the resulting data type for the expression
Levels.Split(","c)(1)?
a) String
b) Double
c) Array of String
d) Int32 Answer: a) String
◍ 06. Which activity can be used to retrieve the value from a specific
column, from a DataRow object?
a) Remove Data Row
b) Filter Data Table
c) Get Transaction Item
d) Get Row Item Answer: d) Get Row Item