Free Demo Questions

Test Online Free UiPath UIPATH-ARDV1 Exam Questions and Answers

Practice a live sample before buying full access. This page keeps the free UIPATH-ARDV1 question set organized by page so visitors and search engines can reach the canonical -questions.html URL directly.

Updated May 30, 2023 73 Questions 5 Pages
Page 5 of 5
Previous Page
Question 61 Selectable Answer
A team of developers uses the TFS repository to store versions of a UiPath project. One of the developers wants to edit the project.
What action ensures that no other developer changes the code in the meantime?

Answer:
Explanation:
Once a file is checked out from the TFS repository, it is no longer available for check out by
other users with access permissions.
UiPath Documentation
Exam Topic: Understand how GIT and TFS are used for version control
Question 62 Selectable Answer
When should the "Add Log Fields" activity be used?

Answer:
Question 63 Selectable Answer
In which situation can "idx" be used in a reliable selector?

Answer:
Question 64 Selectable Answer
Please select the incorrect statement about partial selectors.

Answer:
Explanation:
Partial selectors are generated by the Desktop recorder. They contain information about the top-level window and are enclosed in Attach Window or Attach Browser activities. It is recommended to use partial selectors when performing multiple actions in the same window.
UiPath Documentation
Exam Topic: Describe the differences between using full selectors versus using partial selectors
Question 65 Selectable Answer
A developer creates a process using a State Machine.
What section(s) does the Final State activity contain?

Answer:
Explanation:
The State activity contains three sections, Entry, Exit and Transition(s), while the Final
State only contains one section, Entry.
UiPath Documentation
Exam Topic: Describe how to use state machines versus flowcharts and sequences
Question 66 Written Answer
Populate the Process.xaml file with the following actions: Web scraping, Filtering and Appending to Excel.
Important Note: Don't use external file references outside of the project folder (including Orchestrator Assets). Place all the used files within the project folder, zip that folder and upload it to the UiPath Certification Platform.
Zip ALL the used workflow files AND the output Excel file. Then upload the .zip file to the UiPath Certification Platform.
Good luck!
ALL THE BEST!

Answer: Send us your feedback on this.
Question 67 Selectable Answer
In the UiPath Robotic Enterprise Framework template, in the Main workflow, the State Machine includes the following states:

Answer:
Question 68 Selectable Answer
A developer wants to filter the following datatable to get all rows with people from Canada younger than 50 years old who provided their email address.
Which expression provides the required results?


Answer:
Explanation:
To filter a datatable using .Select method, follow the rules:
Question 69 Written Answer
Error is thrown by On Element Appear 'UiPath Logo'
B. 1. Error is thrown by On Element Appear 'Udemy Logo'
C. 1. Error is thrown by On Element Appear 'UiPath Logo'
D. 1. Message Box "Udemy website got launched"

Answer: A
Explanation:
As both activities have the same Timeout, the outcome of both will be executed.
So first, Message Box "Udemy website got launched", as the website was launched in 4 seconds, and Timeout is 5 seconds.
Then an error is thrown by On Element Appear 'UiPath Logo', as the website was not
launched in 5 seconds.
UiPath Forum
Exam Topic: Describe the use of various Classic UI synchronization activities; for example, ElementExists, FindElement, and FindText
Question 70 Selectable Answer
A developer uses a Lookup Data Table activity to return an email address of a person.
What will be the result of the execution of the following seqeunce?



Please find the Build Data Table activity below



Please find the properties of Lookup Data Table activity below


Answer:
Explanation:
Data Table is zero-based, so ColumnIndex 1 is actually the second column of the data table, "Last Name" column.
Lookup Data Table activity returns the first result of the search, so as there are 2 rows with
Last Name equl to "Joe", the value from the first found row will be returned -
[email protected].
UiPath Documentation
Exam Topic: Describe how to work with complex data structures and data manipulation; for example, datatables and collections
Question 71 Selectable Answer
Which of the following technologies can be used for background automation?

Answer:
Question 72 Selectable Answer
A developer defined two Int32 variables, FirstInt and SecondInt, in a workflow.
Which panel can the developer use to monitor the result of the expression. FirstInt > SecondInt, throughout the execution of the workflow in Debug mode?

Answer:
Question 73 Selectable Answer
What are the differences between partial selectors and full selectors?

Answer:
Showing page 5 of 5
Previous Page