UiPath-ADAv1 UiPath Automation Developer Associate v1 Exam Practice Test

Page: 1 / 14
Total 254 questions
Question 1

Which is the recommended variable type for storing password values that are composed solely of numbers?



Answer : A

The recommended variable type for storing password values, even if they are composed solely of numbers, is SecureString. A SecureString is designed to provide a more secure way to handle sensitive information as it keeps the data encrypted in memory, making it less vulnerable to potential risks such as memory dumps compared to regular string types.


UiPath Activities Guide: SecureString Activities

Question 2

Which of the following activities can be used to get the state of a button (enabled/disabled)?



Answer : A

The 'Get Attribute' activity can be used to get the state of a button (enabled/disabled). This activity retrieves the value of a specified attribute of a UI element, and the 'enabled' attribute can be used to determine if a button is currently enabled or disabled.


UiPath Activities Guide: Get Attribute

Question 3

What is a valid way to install a custom activity package in UiPath Studio?



Answer : D

A valid way to install a custom activity package in UiPath Studio is to go to the Package Manager, click on 'All Packages,' search for the package you want to install, and click 'Install'. This allows you to add custom activities to your project from the managed packages available.


UiPath Studio Guide: Managing Activities Packages

Question 4

A developer has stored a birth date in a String variable and must input this value into a custom form. The developer must ensure the date format corresponds to the accepted

input format.

Which method or activity is best suited to validate the format?



Answer : B

The 'Is Match Activity' is best suited to validate the format of a date stored in a string variable. This activity uses regular expressions (RegEx) to check if the string matches a specific pattern, which in this case would be the date format required by the custom form.


UiPath Studio Guide: Is Match Activity

Question 5

Which of the following statements correctly describes the characteristics of Unattended Automation?



Answer : B

Unattended Automations are intended for complex, highly repetitive tasks that are usually performed in batches. They can operate without human supervision and decisions can be made based on predefined rules. These tasks can run on virtual environments and do not require human input once started.


UiPath Studio Guide: Unattended Automation

Question 6

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 7

A developer has designed an automation workflow which comprises:

Based on the information shown in the exhibits, what is the output of the Write Line activity in the "Main.xaml" file?



Answer : A

Based on the information from the exhibits, the 'Main.xaml' file has a variable Fruits with a default value 'Pieces, Strawberries'. This variable is passed as an in/out argument io_ShoppingBasket to the 'SuperMarket.xaml' workflow. Inside the 'SuperMarket.xaml' workflow, 'Oranges' is appended to io_ShoppingBasket. Since io_ShoppingBasket is an in/out argument, the value of Fruits in the 'Main.xaml' file will be updated to 'Pieces, Strawberries, Oranges'. Therefore, the output of the Write Line activity in the 'Main.xaml' file will be 'Pieces, Strawberries, Oranges'.


UiPath Studio Guide: Arguments

Page:    1 / 14   
Total 254 questions