Summer Certification Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: force70

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

Viewing page 5 out of 7 pages
Viewing questions 41-50 out of questions
Questions # 41:

In UlPath Studio, when a developer executes a workflow in Debug mode and the process stops at a breakpoint, which panel enables the developer to assign values lo variables prior to resuming the process?

Options:

A.

Locals Panel and Watch Panel.


B.

Immediate Panel and Watch Panel.


C.

Watch Panel and Breakpoint Panel.


D.

Locals Panel and Immediate Panel


Expert Solution
Questions # 42:

Which of the following statements correctly illustrates using LINO to process data in a UiPath project?

Options:

A.

Utilizing LINQ to find the total sum of integers in a list by writing listOfintegers.Sum(Function(x) x).


B.

Applying LINO to filter out emails in a list of strings containing multiple email addresses by writing listOfStrings.FilterEmails().ToList()


C.

Employing LINO to convert DataTable to JSON format by writing dataTable.ToJSONf)


D.

Using LINQ to identify the longest string in a list of strings by writing listOfStrings.Max(Function(x) x.Lengthl))


Expert Solution
Questions # 43:

Considering that the attached table is stored in a variable called " dt " :

Question # 43

Which LINQ query can be used to return the maximum total Quantity?

Options:

A.

dt.AsEnumerable. Max(Function(x) Convert.ToInt32(x( " Quantity " ).ToString))


B.

dt.AsEnumerable. Max(Function(x) Convert.ToInt32(x( " Quantity " ).ToString))( " Item " )


C.

dt.AsEnumerable. GroupBy(Function(x) x( " Item " ).ToString). Max(Function(x) x.Sum(Function(y) Convert.ToInt32(y( " Quantity " ).ToString)))


D.

dt.AsEnumerable. OrderByDescending(Function(x) Convert.ToInt32(x( " Quantity " ).ToString)). First.Item( " Quantity " )


Expert Solution
Questions # 44:

Which of the following statements is true about the existing UiPath Studio installation packages?

Options:

A.

The Attended Robot installation package installs only the UiPath Robot.


B.

The Unattended Robot installation package installs only UiPath Studio, Assistant, and Robot.


C.

The Attended Robot installation package installs only UiPath Studio, and Robot.


D.

The Automation Developer installation package installs only UiPath Studio, Assistant, and Robot.


Expert Solution
Questions # 45:

Which of the following best describes the Alerts panel?

Options:

A.

A panel that displays a more comprehensive list of all alerts.


B.

A panel that displays summaries of the alerts you subscribed to, received as error reports every ten minutes, or as daily reports.


C.

A panel that displays alerts as they occur.


D.

A panel that displays the most severe five alerts, accessible from the Alerts bell.


Expert Solution
Questions # 46:

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.Collections.Generic.List


C.

System.Array


D.

System.Data.DataTable


Expert Solution
Questions # 47:

A developer has defined a variable named " CurrentDate " of type Date Time. Which of the following expressions can be used to show what hour was 12 hours prior to the date

from the variable?

Options:

A.

DateTime.AddHours(CurrentDate, -12).Hour


B.

CurrentDate.AddHours(-12).Hour


C.

CurrentDate.SubtractHours(12).Hour


D.

DateTime.SubtractHours(CurrentDate, 12).Hour


Expert Solution
Questions # 48:

You have to create a testcase for an attended RPA process. At some point, the attended process asks the user to input a specific token for the execution to continue, as shown in the screenshot below.

Question # 48

What testing concept (included in UiPath.Testing.Activities) can be used to isolate and replace the input part, without modifying the original workflow?

Options:

A.

Application Testing


B.

Data-Driven Testing


C.

Mock Testing


D.

RPA Testing


Expert Solution
Questions # 49:

What role do Triggers play in the UiPath Integration Service?

Options:

A.

Provide a mechanism for subscribing to specific events from third-party applications, automatically starting processes in Orchestrator.


B.

Assist in the creation of automation projects by providing event-based activities.


C.

Manage connections between UiPath Studio and third-party applications.


D.

Provide a mechanism for starting processes on a scheduled basis from Orchestrator.


Expert Solution
Questions # 50:

Which Scraping method should be used for the Get Text activity to capture hidden text from an application?

Options:

A.

Native


B.

Full text


C.

Default


D.

Text attribute


Expert Solution
Viewing page 5 out of 7 pages
Viewing questions 41-50 out of questions