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 3 of 5
Question 31 Selectable Answer
Scheduling a process is done from:

Answer:
Question 32 Selectable Answer
What types of assets can be stored in Orchestrator?

Answer:
Question 33 Written Answer
Populate the Process.xaml file with the following actions: Navigation, Searching for TaxID, Scraping, Checking if the values match, Checking for the correct City, 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.

Answer: Send us your feedback on this.
Question 34 Selectable Answer
A developer automates a process which has an Excel file as input data; however, Orchestrator is not available. As a result, the developer needs to adapt the Robotic Enterprise (RE) Framework for use with tabular data.
Based on UiPath best practices, where should the Excel file be read and stored in a global DataTable variable?

Answer:
Explanation:
Reference: https://forum.uipath.com/t/can-we-use-robotic-enterprise-framework-for-small-scenario-like-printing-table-of-5/72507
Question 35 Selectable Answer
Which input method has the highest speed?

Answer:
Explanation:
Simulate Type/Click method is the fastest of the three and works in the background. If this does not work for you, try the SendWindowMessages method and then the Default one, as it is the slowest.
Question 36 Selectable Answer
A developer is automating a production level process in the Robotic Enterprise (RE) Framework. Based on best practices, when should the developer log a meaningful message with the Logging Level as "Information"?

Answer:
Question 37 Written Answer
HOTSPOT
A developer has created a project to scrape structured data from Service Desk tickets. Upon review, the developer discovered that the Extract Structured Data activity was set to retrieve 50 results. The activity needs to be updated to retrieve all available results.
From the drop-down list shown in the exhibit, select the correct value that should be used to update the MaxNumberOfResults property.


Answer:

Question 38 Selectable Answer
A developer used title='1 writtenNotes -Notepad' as an attribute of a selector. The first character of the Notepad file name changes dynamically based on the .txt file used to open the file.
If the developer wants the selector to identify the Notepad by everything but the first character, how should title
be replaced?

Answer:
Explanation:
Reference: https://forum.uipath.com/t/notepad-selector/121952/2
Question 39 Selectable Answer
What are the recording profiles are available in UiPath Studio?

Answer:
Question 40 Selectable Answer
A developer uses Screen Scraping to extract unstructured data from a webpage.
How can the developer transform the unstructured data into a datatable?

Answer:
Explanation:
Generate Data Table activity generates a DataTable variable from unstructured data. This activity enables you to select column and row separators according to which the table is generated. This activity is automatically generated when using the Generate Table feature in the Screen Scraping window.
UiPath Documentation
Exam Topic: Describe how to work with complex data structures and data manipulation; for example, datatables and collections
Question 41 Selectable Answer
A developer is creating an automation project which processes personal information of employees.
To protect sensitive information that is logged during the execution of the automation at the Verbose level, how can the developer avoid logging variable and argument values in both Orchestrator and Studio?

Answer:
Explanation:
Reference: https://forum.uipath.com/t/hiding-sensitive-data/191563
Question 42 Selectable Answer
You recently observed a developer using the SecureString variable type in their workflow.
What is a UiPath best practice relative to the use of SecureString?

Answer:
Question 43 Selectable Answer
A developer added six Queue Items to your queue on 15.04.2021.



What is the correct sequence in which these Queue Items will be processed?

Answer:
Explanation:
Within any given queue the transactions are processed in a hierarchical manner, according to this order:
Items that have a Deadline, as follows:
a. in order of Priority; and
b. according to the set Deadline for items with the same Priority.
Items with no Deadline, in order of Priority, and
a. according to the rule First In, First Out for items with the same Priority.
UiPath Documentation
Exam Topic: Describe how to work with Orchestrator queues and assets
Question 44 Selectable Answer
A foreground process is running on the user's machine. A developer starts a new background process on the same machine while the foreground process is still running.
What will happen in such situation?

Answer:
Explanation:
A background process doesn't need to interact with UI elements on the screen but rather relies on background processes to pass along information. UIAutomation activities should not be used in these project types. Multiple such processes can simultaneously run on a machine, even if a foreground process is already running.
The type of process is generally dictated by the type of activities it uses (whether or not they interact with UI elements). However, you can specify the type when you create a new process from Studio. By default, all processes are marked as foreground, unless specified otherwise.
UiPath Documentation
Exam Topic: Identify and describe how UI Automation activities and/or Excel activities can be configured to interact with background windows
Question 45 Selectable Answer
A developer reviewed the following sequence:



The parameters of the Invoke Method are:






In order to get the table name of the first element in the DataSet, which expressions should the developer use?

Answer:
Showing page 3 of 5