Weekend Sale 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sale65best

Free UiPath UiPath-ADAv1 Practice Exam with Questions & Answers

Questions 1

Which of the following statements must evaluate to true for a user to pass an Access Control? (Choose 3 answers)

Options:
A.

The user has one of the roles specified in the Required Roles related list.

B.

Other matching Access Controls for the record evaluate to true.

C.

Scripts configured in the Access Control must evaluate to true.

D.

Conditions configured in the Access Control must evaluate to true.

E.

The user must be granted access through a Business Rule.

UiPath UiPath-ADAv1 Premium Access
Questions 2

If you rename an activity that has an automatically generated output variable in a cross-platform project, how does it impact the generated variable?

Options:
A.

The generated variable is automatically renamed to match the new activity name.

B.

The generated variable is deleted when the activity is renamed.

C.

The renaming of the activity does not impact the generated variable.

D.

The generated variable loses its scope and must be redefined manually.

Questions 3

How would you define a linear process in UiPath?

Options:
A.

The steps of the process repeat multiple times over different data items. However, the automation design is such that each repeatable part processes independently.

B.

The steps of the process are performed multiple times, but each time different data items are used.

C.

The steps of the process refer to the execution of steps in a sequential manner, where each subsequent step depends on the successful completion of the previous step.

D.

The process steps are performed only once. If the need is to process additional data, then the automation must execute again.

Questions 4

Server-side scripts manage what?

Options:
A.

User access

B.

Playbook access

C.

Forms and Fields

D.

Database and backend

Questions 5

A developer configured the properties for a Click activity as shown below:

UiPath-ADAv1 Question 5

What happens if the activity cannot find its target at runtime?

Options:
A.

An exception is thrown after 10 seconds.

B.

The next activity is executed after 10 seconds.

C.

The next activity is executed after 10 milliseconds.

D.

An exception is thrown after 10 milliseconds.

Questions 6

A developer implemented a process using the Robotic Enterprise Framework and an Orchestrator queue. The MaxRetryNumber from the "Config.xlsx" file is set to "1" and the Max # of retries from the Queue settings from Orchestrator is set to

"2". At runtime, the first transaction item throws a Business Exception.

How many times will the transaction be retried?

Options:
A.

The transaction will be retried only one time.

B.

The transaction will not be retried.

C.

The transaction will be retried 2 times.

D.

The transaction will be retried multiple times, until it will be processed successfully.

Questions 7

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

Options:
A.

The user should end the execution by terminating the UiPath Robot service from the Task Manager.

B.

The user should end the execution from the "Home" tab and locate the running process associated with the execution.

C.

The user should end the execution by closing the UiPath Assistant application.

D.

The user should end the execution from the "Jobs" tab in UiPath Assistant.

Questions 8

What are the steps to start building a custom connector using the Connector Builder for Integration Service?

Options:
A.

Open UiPath Studio, create a new process, on the Connectors tab, select Add a new Connector, choose to start from an API definition or from a blank connector.

B.

Open Automation Cloud, go to Integration Service, on the Connectors tab, select Add a new Connector, choose to start from an API definition or from a blank connector.

C.

Open Automation Cloud, go to Orchestrator, on the Connections tab, select Add a new Connection, choose to start from an API definition or from a blank connector.

D.

Open Automation Cloud, go to Orchestrator, on the Connectors tab, select Add a new Connector, choose to start from an API definition or choose OAuth 2.0 authentication method.

Questions 9

Consider the following automation steps:

    Open the Web Browser.

    Scrape the data.

    Store the data in Microsoft Excel.

    Close the Web Browser.

In accordance with UiPath best practices, which section of the Try Catch activity ensures that Step 4 (closing the web browser) is executed regardless of any exceptions occurring in Step 2 (data scraping) or Step 3 (storing data in Microsoft Excel)?

Options:
A.

Application Exception Catch Block

B.

Business Exception Catch Block

C.

Finally Block

D.

Try Block

Questions 10

A developer has extracted the date "08-22-2022" from an invoice and stored it in a variable of type String called ExtractedDate. As part of the process, the developer needs to perform a comparison with a different date.

Which expression should be used to convert ExtractedDate to a DateTime type?

Options:
A.

ExtractedDate.Equals("08-22-2022")

B.

DateTime Parse(ExtractedDate)

C.

DateTime.Compare(ExtractedDate:08-22-2022")

D.

ExtractedDate GetType