Month End Sale 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: save70

Online UiPath-TAEPv1 Questions Video

UiPath Test Automation Engineer Professional v1.0 Exam Questions and Answers

Question 5

How can the results of a test case be overridden in Test Manager?

Options:

A.

Navigate to Test Results, open a test result, open a test case log and then select Tasks > Override result.

B.

Select the test case from the Results tab and click on Override result.

C.

Navigate to Test Results, click on Test Manager settings and then select Override test results feature.

D.

Go to Test Results, select a test case and then use the Override tool in the toolbar.

Question 6

In which of the following cases is the Self-Hosted agent needed when creating a pipeline using the UiPath Integration for Azure DevOps?

Options:

A.

In cases where UiPath Orchestrator is not available.

B.

In cases where an External Application cannot be created in order to connect to UiPath Orchestrator.

C.

In cases where Cross-Platform projects are built and deployed.

D.

In cases where the Orchestrator is not accessible from the public internet.

Question 7

What does the Timezone configuration in the Add Test Schedule section do?

Options:

A.

It adjusts the test execution time accordingto the tenant's timezone.

B.

It allows to specify the timezone accordingto which the schedule is launched.

C.

It allows to set up a default timezone for all test schedules.

D.

It determines the timezone of your Orchestrator instance.

Question 8

A developer needs to design a coded automation that approves or denies a loan application based on the loan rate. How should the Execute() entry point method be declared if it needs to return the value for (IsLoanApproved), based on the loan rate (LoanRate)?

Options:

A.

public (int LoanRate) Execute(bool IsLoanApproved)

B.

public int Execute (bool IsLoanApproved)

C.

public bool Execute (bool IsLoanApproved, int loanRate)

D.

public (bool IsLoanApproved) Execute(int LoanRate)