Questions for the UIPATH-RPAV1 were updated on : Nov 21 ,2025
Page 1 out of 10. Viewing questions 1-15 out of 139
Question 1
Which is the bets way to navigate to a specific page in a web browser? Options are :
A. Use the Navigate To activity Inside an Attach Browser container
B. Use a Type Into activity with a full selector
C. Use the Type Into activity inside an Attach Browser container
Answer:
A
User Votes:
A
50%
B
50%
C
50%
Discussions
0/ 1000
Question 2
How should exceptions be handled?Select all the options that apply Options are :
A. UIPath handles exceptions by default
B. By validating data using conditional blocks for business exceptions
C. By using Try Catch activities inside the workflow for unexpected application exceptions
Answer:
B, C
User Votes:
A
50%
B
50%
C
50%
Discussions
0/ 1000
Question 3
Which of the following statements are true?Select all the options that apply Options are :
A. You cannot use a recorder in a Citrix environment
B. The desktop recorder generates partial selectors
C. The recorder is used to create a skeleton for the UI automation
Answer:
B, C
User Votes:
A
50%
B
50%
C
50%
Discussions
0/ 1000
Question 4
Which of the following types of variables can be defined in UiPath Studio? Options are :
A. Number
B. GenericValue
C. DataTable
Answer:
A, B, C
User Votes:
A
50%
B
50%
C
50%
Discussions
0/ 1000
Question 5
In the UIPath Robotic Enterprise Framework template, what should be the outcome of the Process Transaction state the Main workflow when the application loops back to the Get Transaction Item state? Options are :
A. Business rule exception
B. Application exception
C. Success
Answer:
A, C
User Votes:
A
50%
B
50%
C
50%
Discussions
0/ 1000
Question 6
What is the best practice to stop an ongoing job in Orchestrator? Options are :
A. By cancelling it and using a Should Stop activity inside the workflow
B. The process can only stop on its own
C. By terminating it
Answer:
A
User Votes:
A
50%
B
50%
C
50%
Discussions
0/ 1000
Question 7
When should an Attended Robot be used? Select the option that applies Options are :
A. When a workflow needs to be modified and corrected
B. When the process might be interrupted by exceptions and errors
C. When the processing of some input data relies on human decision
Answer:
C
User Votes:
A
50%
B
50%
C
50%
Discussions
0/ 1000
Question 8
What can the UiPath Robotic Enterprise Framework template be used as? Options are :
A. A consumer of a queue in Orchestrator
B. The starting point for every automation project
C. A complete library for front office robots
Answer:
B
User Votes:
A
50%
B
50%
C
50%
Discussions
0/ 1000
Question 9
What is the best way of scraping a large,selectable text in a Citrix environment? Options are :
A. Use the Microsoft OCR engine
B. Use the google OCR engine
C. Use a Get Full Text activity
D. Select the entire text and copy it with the Copy Selected Text activity
Answer:
C
User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
0/ 1000
Question 10
Which of the following statements related to Orchestrator are true? Options are :
A. Robots can be assigned to multiple environments
B. A robot can execute many different jobs at the same time
C. A robot can execute many different jobs after the other
Answer:
A, C
User Votes:
A
50%
B
50%
C
50%
Discussions
0/ 1000
Question 11
In a Try Catch activity, how many times is the Finally section executed if no error occurs in the Try section? Options are :
A. The Finally section is executed only when the Catch section is executed
B. Zero
C. Once
Answer:
C
User Votes:
A
50%
B
50%
C
50%
Discussions
0/ 1000
Question 12
How can you pass data between workflows? Options are :
A. By using variables
B. By using a pipe
C. By using arguments
Answer:
C
User Votes:
A
50%
B
50%
C
50%
Discussions
0/ 1000
Question 13
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? Options are :
A. Use a click activity inside a Try Catch activity
B. Use a click activity and set its TimeoutMS property to 30
C. Use a click activity with the ContinueOnError property set to True
Answer:
A,C
User Votes:
A
50%
B
50%
C
50%
Discussions
0/ 1000
Question 14
The best way of managing variable values within a workflow, so that they can be shared on different robots and environments is: Options are :
A. Using excel config files
B. Using assets defined in Orchestrator
C. Using Json config files
Answer:
B
User Votes:
A
50%
B
50%
C
50%
Discussions
0/ 1000
Question 15
In which workflow in the UiPath Robotic Enterprise Framework template is the TransactionNumber global variable incremented by default? Options are :