UiPath UiADPv1 Exam Practice Questions (P. 4)
- Full Access (320 questions)
- One Year of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #31
Where in the REFramework template project is the "SetTransactionStatus.xaml" invoked?
- AIn the Finally section of the Try Catch activity in the End Process state.
- BIn the Try section of the Try Catch activity in the End Process state.
- CIn the Try and Catches sections of the Try Catch activity in the Process Transaction state.
- DIn the Try section of the Try Catch activity in the Process Transaction state.
Correct Answer:
C
C
send
light_mode
delete
Question #32
What is a pre-requisite for running functional test cases in REFramework?
- AInvoke Process XAML file
- BInvoke SetTransactionStatus XAML file
- CInvoke Main XAML file
- DInvoke InitAllSettings XAML file
Correct Answer:
D
D
send
light_mode
delete
Question #33
The following table is stored in a variable called "dt".

What will the value of the qty variable be after executing the Assign activity?

What will the value of the qty variable be after executing the Assign activity?
send
light_mode
delete
Question #34
What is the purpose of the Interval filter in the Orchestrator's Monitoring page?
- AIt enables you to sort the displayed data based on job priorities.
- BIt allows you to choose between background and foreground processes for the displayed data.
- CIt allows you to allocate licenses per machine for the displayed data.
- DIt 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.
Correct Answer:
D
D
send
light_mode
delete
Question #35
A developer implemented a process using the Robotic Enterprise Framework and an Orchestrator queue. The MaxRetryNumber from the "Config.xlsx" file is set to "1" and the Max # of retries from the Queue settings from Orchestrator is set to "2". At runtime, the first transaction item throws a Business Exception.
How many times will the transaction be retried?
How many times will the transaction be retried?
- AThe transaction will not be retried.Most Voted
- BThe transaction will be retried only one time.
- CThe transaction will be retried 2 times.
- DThe transaction will be retried multiple times, until it will be processed successfully.
Correct Answer:
A
A
send
light_mode
delete
Question #36
What role do Triggers play in the UiPath Integration Service?
- AProvide a mechanism for subscribing to specific events from third-party applications, automatically starting processes in Orchestrator.
- BAssist in the creation of automation projects by providing event-based activities.
- CManage connections between UiPath Studio and third-party applications.
- DProvide a mechanism for starting processes on a scheduled basis from Orchestrator.
Correct Answer:
A
A
send
light_mode
delete
Question #37
Which of the following options is correct about a State Machine layout?
- ACan have only one initial state and multiple final states.
- BCan have only one initial state and only one final state.
- CCan have multiple initial states and multiple final states.
- DCan have multiple initial states and only one final state.
Correct Answer:
A
A
send
light_mode
delete
Question #38
A developer needs to create a repetitive process in the REFramework. Following the best practices, which action(s) should be performed to defend against potential robot crashes such as "out of memory"?
- ABuild a script that compares current CPU usage values to a threshold and clears data as needed.
- BAfter every transaction, clear the transaction data, close the applications, and re-open the applications.
- CAdd a "Clear Collection" activity at the beginning of the Process.xaml workflow.
- DAll "Invoke Workflow File" activities from the Main.xaml file should be marked with the Isolated option.
Correct Answer:
D
D
send
light_mode
delete
Question #39
Which of the following demonstrates the correct syntax for using the Vb.Net "If" Operator?
- AIf(condition1, valueIfTrue) ElseIf(valueIfFalse)
- BvalueIfTrue If condition1 Else valueIfFalse
- CIf condition1 Then valueIfTrue Elself valueIfFalse
- DIf(condition1, valueIfTrue, valueIfFalse)
Correct Answer:
D
D
send
light_mode
delete
Question #40
A developer creates a process that uses data from multiple sources and uploads it to an Orchestrator queue. The data originates from emails in different email inboxes and needs to be processed in the same order in which the email was received. To ensure the Queue Items are processed in the correct order, which property of the Add Queue Item activity should be used?
send
light_mode
delete
All Pages
