0% found this document useful (0 votes)
14 views4 pages

UiADP Questions 10th Oct 24

The document consists of a series of questions and answers related to robotic process automation, specifically focusing on debugging, configuration, exception handling, and various activities within the RE framework. It covers topics such as data types, logging levels, and the use of object repositories. Additionally, it addresses specific functionalities and prerequisites for using UiPath in different environments, including Citrix Virtual Apps.

Uploaded by

nejece5692
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
14 views4 pages

UiADP Questions 10th Oct 24

The document consists of a series of questions and answers related to robotic process automation, specifically focusing on debugging, configuration, exception handling, and various activities within the RE framework. It covers topics such as data types, logging levels, and the use of object repositories. Additionally, it addresses specific functionalities and prerequisites for using UiPath in different environments, including Citrix Virtual Apps.

Uploaded by

nejece5692
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

1.

What will be printed in the output panel, if you select Step-out:

2. What is the Windows command to Configure the robot on the remote


machine?
3. Business exception question.
4. Application exception question.
5. In which 2 panels we can change variables value during debugging
6. In the RE framework what should be the data type of transaction item if
the queue is not used, and transaction data table is used?
Answer: DataRow
7. What is the correct data type of datarow variable?
Answer: System.Data.DataRow
8. What are the steps Enforce Object repository option in the studio?
9. In Test Explorer panel what does the descriptor coverage sub-panel will
show?
10.What will be the statuses for RE framework test case?
11.Prerequisites for Unattended Robot Connection in remote debugging?
12.Question related to the property of simulate type?
13.Question related to webdriver mode – headless
14.Verify execution is available for which of the below activity?
Answer: Click
15.What does the final state contain?
Answer: Entry
16.What is a linear process?
17.Invoke method activity questions related to SetOrdinal

18.Flow switch activity property question:

19.What should be verified for the Config dictionary in the Initallsettings.xaml


RE framework test case?
20.Integration service event triggers
21.Integration Service supports the which of the following two types of
events?
22.Object repository supports which of the following 2 types of UI element?
23.Personal workspace has been converted to a folder then what are the
privileges that he will get?
Answer: The owner of the initial workspace and the admin user
are added by default to the newly created folder and assigned the
Personal Workspace Administrator role.

24.Why must you whitelist the UiPath Virtual Channel when starting with
Citrix Virtual Apps and Desktop 7 2109?
Answer: Starting with Citrix Virtual Apps and Desktops 7 2109, all
custom virtual channels are blocked by default. This prevents the
UiPath Remote Runtime from working correctly.
25.Which log level has the following fields by default?
Execution Started log entry - generated every time a process is started.
Execution Ended log entry - generated every time a process is finalized.
Transaction Started log entry - generated every time a transaction item is
obtained by the robot from
Orchestrator.
Transaction Ended log entry - generated every time the robot sets the
transaction status to either Success or Failed.
Activity Information log entry - generated every time an activity is
started,faulted or finished inside a workflow.
Answer: Verbose
26.When should we use Info level logs?
27.What does Step Out do?
28.What is the output data type of Name.Split(“-”c)(1) return
29.Object array arr = {“1”,”2”,”3”} and what will be the output value and
data type of arr(1)?
a. Value=2, data type string
b. Value=2, data type int32
c. Value=2, data type Object
d. Value=3, data type Object
30.Orchestrator Monitoring interval filter
Answer: The Interval filter allows you to control the granularity of
the displayed data and check the health of your system in either
the last day or the last hour.
31.What will be the output of the below scenario?

32.A developer decided to create a process using a state machine. What is


the correct execution sequence of the parts in the State activity?

Instructions: From the drop-down list, select the correct number in which
each execution sequence occurs.

Activities in the Exit section are performed

Activities in the Destination State are performed

Activities in the Entry section are performed

Activities in the Transition Trigger Action are performed

33.How to fetch key values from config?


Answer: Config(“OrchQueName”).tostring
34.What is the use of job priorities in orchestrators?
35.LINQ questions (3-5 questions)
36.Select the UI Synchronization activity from the below:
Answer: Check App state Activity
37.Where does the mock test case will be saved?
38.Where can we use Surround with mock? In which section Then? Given?
When?
Answer: Surround with mock is only available for activities within When.
39.In which xamls Is the Transaction number updated in the RE framework?
40.What does the trigger do in the state of the state machine?

You might also like