Pass the UiPath UiPath Certified Professional - Developer Track UiPath-ARDv1 Questions and answers with CertsForce

Viewing page 4 out of 11 pages
Viewing questions 31-40 out of questions
Questions # 31:

A developer wants to initialize a dictionary with a key of integers and values that are strings. Which initialization expression should be used?

Options:

A.

New Dictionary (Of Int32, String) from {{"3", "5"}, {"three", "five"}}


B.

New Dictionary (Of Int32, String) from {{3, "three"}, {5, "five"}}


C.

New Dictionary (Of Int32, String) from {{"3", "three"}, {"5", "five"}}


D.

New Dictionary (Of Int32, String) from {{3, 5}, {"three", "five"}}


Expert Solution
Questions # 32:

A developer is automating a project for the Finance team. As defined in the Process Definition Document, the robot is required to log the completion of each step with the documented corresponding Log Level.

If Fatal is the highest Log Level severity for the UiPath Log Message activity, what is the correct priority sequence, from the lowest to the highest severity, of the remaining Log Levels?

Instructions: Drag and drop the lowest severity level to the top of the list and repeat until the highest severity level appears at the bottom of the list.

Question # 32


Expert Solution
Questions # 33:

A developer created a project in the Robotic Enterprise (RE) Framework. The Config.xlsx has the Asset entry shown in the exhibit:

Question # 33

Assuming the default REFramework configuration, how can the developer reference the Asset in the Config variable so that the dictionary returns the asset value as a String?

Options:

A.

Config("SME_EmailAddress").ToString


B.

Config("SME_EmailAddress","HR_EmployeeOnboarding_Text_SME_EmailAddress").ToString


C.

Config("HR_EmployeeOnboarding_Text_SME_EmailAddress").ToString


D.

Config("HR_EmployeeOnboarding_Text_SME_EmailAddress","SME_EmailAddress").ToString


Expert Solution
Questions # 34:

A developer is automating a production level process in the Robotic Enterprise (RE) Framework. Based on best practices, when should the developer log a meaningful message with the Logging Level as "Information"?

Options:

A.

Each time an exception is caught in a Catch block


B.

Every time the robot encounters an error on a Queue Item


C.

Every time a variable or argument value is used


D.

Each time data is read from external sources


Expert Solution
Questions # 35:

A developer automates a process which has an Excel file as input data. Because the Orchestrator is not connected, the developer needs to adapt the Robotic Enterprise (RE) Framework to use it with tabular data.

Where in the REFramework is it a best practice to read the data from the Excel file and store it in a global DataTable variable?

Options:

A.

In a new state in the Main state machine, immediately after the Initialization state


B.

In the Initialization state in the First Run sequence


C.

In the InitAllApplications.xaml workflow


D.

In the Process Transaction state


Expert Solution
Questions # 36:

An RPA developer needs to perform a code review on a process to ensure best practices were used. During the code review, the developer discovers that the workflows cannot be easily tested and some refactoring of the code is required.

Based on best practices, which approach is recommended?

Options:

A.

Create unit tests only for the workflows that need to be refactored.


B.

Split the logic into reusable workflows and use arguments when needed.


C.

Rewrite all the workflows using best practices.


D.

Use manual end-to-end testing and refactor only the tested workflows.


Expert Solution
Questions # 37:

A database, DT1, is shown in the following exhibit:

Question # 37

The Filter Wizard of a Filter Data Table activity is shown below:

Question # 37

What is the result after the activity has executed?

Options:

A.

DT1 is unaffected by the settings of the Filter Wizard.


B.

DT1 is returned as an empty datatable.


C.

DT1 is overwritten based on the settings of the Filter Wizard.


D.

A runtime error will be thrown.


Expert Solution
Questions # 38:

A developer wants to create an attended automation process. The process will take information from emails in the current user's inbox.

Assuming the email/domain or password for the user's email inbox are not provided in the automation, which activity can be used to get unread emails with the subject line "Email for Robot"?

Options:

A.

Get Exchange Mail Messages


B.

Get POP3 Mail Messages


C.

Get Outlook Mail Messages


D.

Get IMAP Mail Messages


Expert Solution
Questions # 39:

A developer created a process with the Robotic Enterprise (RE) Framework, uploaded the package on the Orchestrator, and created a job for it. Once these steps are performed, the job is started from the Orchestrator and begins to process transactions. After two processed transactions, the job is stopped from Orchestrator.

At which point in the workflow will this job stop?

Options:

A.

After the currently running workflow is executed because the stop command is propagated to the robot and the execution will be ended.


B.

Next time the Get Transaction Data state is executed, the stop command is detected and the execution

transitions to the End Process state.


C.

Immediately, because the stop command is propagated to the robot and the execution will be ended.


D.

After the current transaction is finished, the Process Transaction state will detect the stop command and transitions to the End Process state.


Expert Solution
Questions # 40:

You are working on a project with three other developers and are using Team Foundation Server (TFS) source control in UiPath Studio. If you want to ensure you have the newest version from the server on your local machine, which TFS command should be used?

Options:

A.

Check In


B.

Commit


C.

Show Changes


D.

Get Latest Version


Expert Solution
Viewing page 4 out of 11 pages
Viewing questions 31-40 out of questions