Summer Sale Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: ecus65

UiPath UiPath-ADPv1 - UiPath (ADPv1) Automation Developer Professional Exam(2023.10)

Page: 1 / 7
Total 204 questions

Which activity from the Microsoft 365 package should be used to retrieve the Driveitem ID for a Sharepoint URL?

A.

Get Group

B.

Get File/Folder

C.

Share File/Folder

D.

Download File

What does the Profile Execution tool in UiPath Studio do?

A.

It provides a performance analysis of all the operations, showing you a cumulative percentage of the execution time of each activity even when the workflow is idle.

B.

It provides a performance analysis of all the operations, showing you a cumulative percentage of the execution time of each activity when you run or debug a workflow.

C.

It provides a performance analysis of all the operations, showing you a complete list of exceptions and errors during the execution or debugging of a workflow.

D.

It provides a performance analysis of all the operations, displaying a breakdown of each variable used during the execution of a workflow.

In the Robotic Enterprise (RE) Framework, at which point should a developer log a clear message with the Logging Level set to "Information," adhering to the best practices for automating a production-level process?

A.

Whenever an exception is caught in a Catch block.

B.

Whenever data is fetched from external sources.

C.

Whenever an argument or value is used.

D.

Whenever the robot encounters an error on a Queue Item.

When building automation projects, which statement is true regarding Perform Remote Debugging?

A.

Perform Remote Debugging is only possible when the automation project does not involve Orchestrator queues and assets.

B.

Perform Remote Debugging enables developers to design new III elements for the automation project.

C.

Perform Remote Debugging refers to the process of testing and debugging an automation project on the same machine where UiPath Studio is installed.

D.

Perform Remote Debugging allows developers to debug a project on a different machine using a web-based interface.

What are the four job types present in the Job Type field according to the place of execution and robot impersonation?

A.

Foreground unattended, Background unattended. Attended, Development.

B.

Service unattended, User remote. Attended, Debugging.

C.

Service unattended. Personal remote, Attended. Development.

D.

Orchestrator unattended, Personal remote, User attended, Studio.

In order for a developer to utilize the default REFramework without relying on Orchestrator queues, what is the essential prerequisite to ensure that the project does not interact with Orchestrator?

A.

Remove the Get Transaction Data state from the Main state machine. Remove the OrchestratorQueueName setting from Config.xlsx & change the variable type.

B.

Eliminate the Get Transaction Data state from the Main state machine. Exclude the Get Transaction Item activity from the project & change the variable type.

C.

Exclude the Get Transaction Item activity from the project. Eliminate the three SetTransactionStatus activities from the SetTransactionStatus workflow & change the variable type.

D.

Omit the OrchestratorQueueName setting from the Config.xlsx file. Exclude the three SetTransactionStatus activities from the SetTransactionStatus workflow & change the variable type.

What are the five severity levels of Orchestrator alerts?

A.

Info, Success, Warn, Error, Fatal.

B.

Info. Success. Warning. Error. Critical.

C.

Information, Complete. Warning, Error, Failure.

D.

Info, Completed. Warning, Error. Fatal.

In the context of a process automated using the REFramework that processes payments and sends a report using the Finance team leader's email account at the end of the day. where should the email account credentials be stored according to best practices''

A.

In an Orchestrator Credential asset and referenced in the Assets sheet in the Config.xlsx file.

B.

In an Orchestrator Credential asset and referenced in the Settings sheet in the Config.xlsx file.

C.

In the Constants sheet in the Config.xlsx file with the value of the email address.

D.

In an Orchestrator Text asset and referenced in the Assets sheet In the Config.xlsx file.

You are building an automation for a CRM system where customer data from various sources needs to be reviewed and consolidated into a single record before being entered into the system.

What is the best strategy for handling the data?

A.

Use attended workflows to review each piece of customer data separately before manually entering it into the CRM system.

B.

Store the customer data in multiple files, then manually transfer the information between workflows.

C.

Create individual variables for each customer data field and manually merge them in the final step before entering the CRM system.

D.

Consolidate all customer data into a single entity that can be reviewed and processed before final entry into the CRM system.

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?

A.

System.Collections.Generic.Dictionary

B.

System.Collections.Generic.List

C.

System.Array

D.

System.Data.DataTable