Summer Special 60% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: bestdeal

Free UiPath UiPath-ADAv1 Practice Exam with Questions & Answers | Set: 10

Questions 91

A developer examines a workflow in which filenames are stored within a collection. The collection is initialized with a single filename. When adding a new filename to the collection, which collection variable type will cause an error?

Options:
A.

System.Collections.Generic. Dictionary

B.

System.Array

C.

System. Data. DataTable

D.

System.Collections.Generic.List

UiPath UiPath-ADAv1 Premium Access
Questions 92

What is a recommended way to safely store credential information used in a UiPath automation project?

Options:
A.

Store the username and password as hardcoded values with the Private option enabled on activities

B.

Store the username and password in a Config.xlsx Excel file in the Studio project folder

C.

Store the username and password in a single Orchestrator asset

D.

Store the username and password in a Notepad file on the robot's local machine

Questions 93

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

Options:
A.

Object

B.

Int32

C.

SecureString

D.

Int64

Questions 94

What variable type should the developer use to store the monetary amount read from a single cell in an Excel file, before inputting it into a field in a web application for the automation process?

Options:
A.

DataRow

B.

Double

C.

Object

D.

List

Questions 95

What method can be used to change the index of an existing column in a datatable?

Options:
A.

Setlndex

B.

MoveAt

C.

SetColumnIndex

D.

SetOrdinal

Questions 96

A developer needs to create a repetitive process in the REFramework. Following the best practices, which action(s) should be performed to defend against potential robot crashes such as "out of

memory"?

Options:
A.

Build a script that compares current CPU usage values to a threshold and clears data as needed.

B.

After every transaction, clear the transaction data, close the applications, and re-open the applications.

C.

All "Invoke Workflow File" activities from the Main.xaml file should be marked with the Isolated option.

D.

Add a "Clear Collection" activity at the beginning of the Process.xaml workflow.

Questions 97

Which set of properties, methods, or activities enables the developer to obtain a subset of data from a DataTable called "dt"?

Options:
A.

Filter Data Table, dt.Select, dt.AsEnumerable().Where

B.

dt.Rows(1..5), Remove Data Row activity

C.

Sort Data Table, Join Data Tables, Get Row Item

D.

Output Data Table, Lookup Data Table, Build Data Table, Merge Data Table

Questions 98

What component of the UiPath Ecosystem allows a user to post questions or answers on RPA topics?

Options:
A.

UiPath Marketplace

B.

UiPath Studio

C.

UiPath Community

D.

UiPath Forum

Questions 99

How can unattended robots be connected to Orchestrator using client credentials in the Assistant?

Instructions: Drag the Description found on the left and drop it on the correct Step found on the right.

UiPath-ADAv1 Question 99

Options:
Questions 100

Which of the following statements accurately describes the function of the If activity in a workflow?

Options:
A.

It evaluates a boolean condition and creates two separate branches for both true and false conditions, executing only one branch.

B.

It evaluates a boolean condition and runs the branch with the highest priority, regardless of the condition's truthiness.

C.

It evaluates a set of boolean conditions and branches the workflow execution to the first true condition encountered.

D.

It evaluates a boolean condition and creates a single branch that executes both true and false statements sequentially.