UiPath-ADAv1 UiPath Automation Developer Associate v1 Exam Practice Test

Page: 1 / 14
Total 254 questions
Question 1

In the case of accidentally starting a process from UiPath Assistant, where should the user manually terminate the execution?



Answer : D

If a process is accidentally started from UiPath Assistant, the user should manually terminate the execution from the 'Jobs' tab in UiPath Assistant. This tab shows the list of running processes, where the user can stop the unintended process.


UiPath Assistant Guide: Managing Jobs

Question 2

While working on a project that utilizes Object Repository, you have one linked Ul Element that is used across multiple activities. What needs to happen to edit a selector for

only one activity without modifying it in Object Repository?



Answer : A

To edit a selector for only one activity without modifying it in the Object Repository, you would need to 'Unlink from Object Repository'. This allows you to make changes to the selector for that specific activity without affecting the linked UI element in the Object Repository, which might be used by other activities as well. Therefore, the correct answer is A.


UiPath Studio Guide: Object Repository

Question 3

Which activity is part of the Modern Excel Activities in UiPath Studio?



Answer : D

'For Each Excel Row' is an activity that belongs to the Modern Excel Activities package in UiPath Studio. It is used to iterate through each row of an Excel file, allowing for operations to be performed on each row. This activity is part of the modern design experience and offers enhanced capabilities compared to classic Excel activities. Therefore, the correct answer is D.


UiPath Activities Guide: For Each Excel Row

Question 4

What is a function of unattended robots?



Answer : D

Unattended robots are designed to run without human interaction. They can be triggered by events, schedules, or via a command from Orchestrator and are capable of executing processes independently. This is particularly useful for batch processing or automations that need to run at specific times without requiring a human to initiate them. Hence, the correct answer is D.


UiPath Orchestrator Guide: About Robots

Question 5

What is the main difference between an array and a list in UiPath?



Answer : A

The main difference between an array and a list in UiPath (and .NET in general) is that an array is a fixed-size collection of elements of the same type, whereas a list is a dynamic-sized collection, meaning it can grow or shrink in size as needed. Both arrays and lists hold elements of the same type, but lists offer more flexibility in terms of adding or removing elements after the collection has been created.


UiPath Studio Guide: The Main Data Types in Studio

Question 6

What is the difference between the UiPath Studio and UiPath StudioX development profiles?



Answer : A

The main difference between UiPath Studio and UiPath StudioX is their target audience and functionality. UiPath Studio is aimed at technical users and allows for complex automation development, including the ability to split automations into smaller workflows that can be invoked from within other workflows. On the other hand, StudioX is designed for non-technical business users to automate tasks without writing code, and while it does allow for simpler workflows, it does not have the same depth of functionality as Studio for modularizing workflows.


UiPath Studio Guide: Introduction to StudioX

Question 7

Which activity should be used inside a Use Excel File scope to be able to sort a table directly in an ".xlsx" file?



Answer : D

Within a 'Use Excel File' scope, the 'Sort Range' activity should be used to sort a table directly in an '.xlsx' file. This activity allows you to specify the range to sort, the field to sort by, and the sort order. The 'Sort Data Table' activity (option B) operates on DataTable objects in memory and does not interact directly with Excel files.


UiPath Activities Guide: Sort Range

Page:    1 / 14   
Total 254 questions