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

Viewing page 2 out of 11 pages
Viewing questions 11-20 out of questions
Questions # 11:

A developer created a process which extracts text from an element on an HTML website using a Get Text activity. The developer observed that the text can only be successfully extracted when the attribute "innertext" updates or changes from "false" to "true". The target element can take up to 20 seconds to load.

Which activity should be used before the Get Text activity to ensure the target element text can be extracted?

Options:

A.

Set Web Attribute


B.

Delay


C.

On Element Appear


D.

Wait Attribute


Expert Solution
Questions # 12:

A developer wants to determine how much time it takes for an activity to perform.

Question # 12

Based on the exhibit, what should the developer use to know how much time has elapsed in executing the Timed Activity sequence?

Options:

A.

StartTime = DateTime.Now

ElapsedTime = DateTime.Now.ToString("HH:mm:ss") - StartTime.ToString


B.

StartTime = DateTime.Now

EllapsedTime = (DateTime.Now.Second - StartTime.Second).ToString


C.

StartTime = DateTime.Now

ElapsedTime = ((DateTime.Now - StartTime).TotalSeconds).ToString


D.

StartTime = DateTime.Now.ToString("HH:mm:ss")

EllapsedTime = DateTime.Now - StartTime


Expert Solution
Questions # 13:

A developer created an automation project in the Robotic Enterprise (RE) Framework which needs to log into a website using different credentials depending on the account and machine it runs on. If the value is not defined for the account and machine, the developer needs the process to throw an error. For security reasons, the credentials for the login are stored in Orchestrator as Credential Assets with the Value Per Account-Machine option.

Which steps should the developer perform to use the Orchestrator asset in the project?

Options:

A.

Create a Credential asset with the Global Value disabled.

Add a row in the Assets sheet in Config.xlsx with the name of the Orchestrator asset.


B.

Create a Credential asset with the Global Value disabled.

Add a row in the Settings sheet in Config.xlsx with the name of the Orchestrator asset.


C.

Create a Credential asset with the Global Value enabled.

Add a row in the Assets sheet in Config.xlsx with the name of the Orchestrator asset.


D.

Create a Credential asset with the Global Value enabled.

Add a row in the Settings sheet in Config.xlsx with the name of the Orchestrator asset.


Expert Solution
Questions # 14:

You need to include rows from one datatable named "dt1" in another datatable named "dt2".

Instructions: From the drop-down lists for Invoke Method on the "For Each Row in Data Table" display, select the correct value of each field for the "Invoke Method". Next, from the drop-down

list on the Parameters display, select the correct Value to complete this task.

Question # 14


Expert Solution
Questions # 15:

A developer is building a workflow that extracts the name of companies based on their IDs and then stores them in a datatable. The workflow contains a String variable that stores the company name, an output argument that stores the Company ID, and a datatable.

What represents an example of a naming convention best practice?

Options:

A.

String variable name: CompanyName

Argument name: CompanyId

Data Table name: Dt_Companydata


B.

String variable name: CompanyName

Argument name: out_companyId

Data Table name: companydata


C.

String variable name: company_name

Argument name: out_companyId

Data Table name: DT_Companydata


D.

String variable name: CompanyName

Argument name: out_CompanyId

Data Table name: dt_CompanyData


Expert Solution
Questions # 16:

A developer wanted to use a Type Into activity which interacts with hidden or minimized windows. However, the process was only able to run on foreground windows. Which activity property configuration would cause the automation to run only on foreground windows?

Options:

A.

SendWindowMessages property was enabled in the Type Into activity.


B.

SimulateType property was enabled in the Type Into activity.


C.

Activate property was disabled in the Type Into activity


D.

Default property selections of the Type Into activity were used.


Expert Solution
Questions # 17:

A developer created a production level automation using the Robotic Enterprise (RE) Framework. Any values used within the automation are referenced from the Config.xlsx file included in the framework.

What are the differences between the Settings sheet and the Assets sheet in the Config.xlsx file?

Options:

A.

Settings sheet contains only values used for the initialization of applications.

Assets sheet contains only Credential Assets stored in Orchestrator.


B.

Settings sheet contains only hard-coded values.

Assets sheet contains all names of Orchestrator Assets including those of type Credential.


C.

Settings sheet contains Credential Assets stored in Orchestrator.

Assets sheet contains hard-coded values.


D.

Settings sheet contains hard-coded values and names of Credential Assets.

Assets sheet contains all names of Orchestrator Assets except those of type Credential.


Expert Solution
Questions # 18:

A developer has a project which includes a Global Exception Handler. Based on best practice, all exceptions should be caught and handled as defined by the business requirements. To ensure the defined exceptions do not reach the Global Exception Handler, which activity must be used?

Options:

A.

Retry Scope


B.

Throw


C.

Rethrow


D.

Try Catch


Expert Solution
Questions # 19:

A developer performs a review on a complex process stored in a single .xaml file. During the review, the developer discovers that the workflow cannot be easily tested. Based on best practices, which approach is recommended for improving the ability to independently test components?

Options:

A.

Place the entire workflow into a single sequence and perform start-to-finish debugging


B.

Split the project into multiple workflows and use arguments when needed


C.

Test only the activities that have shown previous errors and modify those activities


D.

Place the entire project on GIT and use libraries instead of built-in activities


Expert Solution
Questions # 20:

A developer is working on their first project design involving Orchestrator interactions. An email needs to be sent to the process owner at the end of each transaction. The process owner is only expected to change once a year due to role changes within the company. The transaction number is the employee ID and must be included in the email to the process owner.

Based on best practices, how should the process owner email and employee ID be set?

Options:

A.

Process Owner Email as a field in the Queue Item

Employee ID as a field in the Queue Item


B.

Process Owner Email as an Orchestrator Asset

Employee ID as an Orchestrator Asset


C.

Process Owner Email as an Orchestrator Asset

Employee ID as a field in the Queue Item


D.

Process Owner Email as a field in the Queue Item

Employee ID as an Orchestrator Asset


Expert Solution
Viewing page 2 out of 11 pages
Viewing questions 11-20 out of questions