Summer Special Flat 65% Limited Time Discount offer - Ends in 0d 00h 00m 00s - Coupon code: netdisc

UiPath UiPath-TAEPv1 UiPath Test Automation Engineer Professional v1.0 Exam Exam Practice Test

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

Testing Engine

  • Product Type: Testing Engine
$43.75  $124.99

PDF Study Guide

  • Product Type: PDF Study Guide
$38.5  $109.99
Question 1

What conclusions can be drawn from the exhibit?

Options:

A.

It's a data-driven test case with 2 variations, 2 variations were run and 2 not yet run.

B.

It's a data-driven test case with 3 variations, 3 variations were run and 3 not yet run.

C.

It's a data-driven test case with 6 variations, 3 variations were run and 3 not yet run.

D.

It's an automated test case with 8 variations.

Question 2

What happens if a Test Execution is re-executed?

Options:

A.

A log with all the previous executions is kept.

B.

A log with only the previous execution is kept.

C.

New test execution results are generated, independent from the previous ones.

D.

The old execution results are deleted and replaced with the new results.

Question 3

When is it necessary to utilize the Mobile Device Manager?

Options:

A.

Both at design-time and at run-time.

B.

Never

C.

At run-time.

D.

At design-time.

Question 4

In software testing what does the term "test case” refer to?

Options:

A.

It's a set of conditions under which a tester determines if a system under test satisfies requirements and functions correctly.

B.

It's the maximum load that the system can tolerate without crashing.

C.

It's the process of executing the system to reveal bugs.

D.

It's a written document outlining the detailed process of software development.

Question 5

Which of the following is an attribute of the Test Explorer results information?

Options:

A.

Results are tenant-based.

B.

Results are project-based.

C.

Results are session-based.

D.

Results are user-based.

Question 6

Where can the variations that have passed or failed for a data-driven test case in UiPath Studio be viewed?

Options:

A.

On the parent test cases in the Test Results panel.

B.

On the individual test case data variations in the Test Results panel.

C.

In the Test Manager configuration.

D.

In the Assertions tab of the corresponding test case result.

Question 7

What are the available actions that can be taken to manage test sets in UiPath Orchestrator?

Options:

A.

View, Duplicate, Delete

B.

View, Clone, Delete

C.

Edit, Duplicate, Delete

D.

Edit, Clone, Delete

Question 8

What happens with the attachment if an Attach Document activity in a workflow is run, as part of an automation job?

Options:

A.

The attachments are available only if the workflow is run as part of a job.

B.

The attachment is unavailable.

C.

The attachment is available.

D.

Attachments support only the following type of files: JSON, TXT, XML, PNG and JPEG formats.

Question 9

What happens when a test set is deleted in UiPath Orchestrator?

Options:

A.

The test cases within the test set are deleted but the test set remains.

B.

The test set is moved to a recycle bin from where it can be recovered later.

C.

The test set is permanently saved for future reference.

D.

The test sets and any associated test schedules are deleted.

Question 10

Which activity enables retrieving random data from a defined set of test data?

Options:

A.

Random String

B.

Random Text

C.

Random Range

D.

Random Value

Question 11

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)

Question 12

What are the key features of UiPath Test Manager and its integration with ALM solutions, facilitated by UiPath Test Manager Connect?

Options:

A.

UiPath Test Manager Connect offers a one-way synchronization of objects and supports a limited number of ALM tools.

B.

UiPath Test Manager is only compatible with ALM solutions for defect management, and the integration is facilitated by an external provider.

C.

UiPath Test Manager is compatible with leading ALM solutions, and the UiPath Test Manager Connect, provided by Planview, ensures bidirectional synchronization for seamless data exchange.

D.

UiPath Test Manager excludes agile planning and requirement management, and the integration is facilitated by UiPath itself.

Question 13

Consider the following testing setup in Orchestrator:

Orchestrator folder "FolderA" which contains test data queue "TestData"

Orchestrator folder "FolderB" which contains test data queue "TestData"

Data-driven test case "TestCase123" linked with "TestData" queue from Orchestrator folder "FolderA"

"TestCase123" is published to Orchestrator and executed from "FolderB". What will be the result?

Options:

A.

Execution will not start.

B.

'TestCase123" will execute aqainst the data in test data queue 'TestData" from "FolderB".

C.

Execution will be stuck in Pending state.

D.

'TestCase123" will execute aqainst the data in test data queue 'TestData" from "FolderA".

Question 14

What is the maximum number of Projects that can be created in Test Manager?

Options:

A.

10 Test Manager Projects

B.

50 Test Manager

C.

100 Test Manager Projects

D.

Unlimited Test Manager Projects

Question 15

What needs to be provided in order to create a Test Data Queue from static Test Data in UiPath Studio?

Options:

A.

No additional information is necessary.

B.

Only the Test Data Queue name.

C.

Test Data Queue name and JSON schema.

D.

Only the JSON schema.

Question 16

What should be ensured before uploading items to test data queues?

Options:

A.

All the items in the queue are set as consumed.

B.

The creation of a testdata queue with a correspondingJSON schema.

C.

The administrator permissions for Orchestrator is obtained.

D.

The test data queue was uploaded to the server.

Question 17

Having the test case described in the image below:

The test data queue was imported in Studio workflow through a variable called testQueue. The structure of the Test Data Queue can be seen below:

What ROI will be printed in the Output panel when the test case from the Text Explorer panel is run?

Options:

A.

67,77

B.

12.45

C.

45

D.

67,34,77

Question 18

What are the mock testing conditions in UiPath?

Options:

A.

• There can be only one mock file for a workflow

• Nested mocks are available

• Mock.json file does not contain configuration settings for mock files

• Changes made in the source workflow file are not applied to the mock file when the project is saved

B.

• There can be multiple mock files for a workflow

• Nested mocks are not available

• Mock.json file contains configuration settings for mock files

• Changes made in the source workflow file are applied to the mock file when the project is saved

C.

• There can be multiple mock files for a workflow

• Nested mocks are available

• Mock.json file contains configuration settings for mock files

• Changes made in the source workflow file are not applied to the mock file when the project is saved

D.

• There can be only one mock file for a workflow

• Nested mocks are not available

• Mock.json file contains configuration settings for mock files

• Changes made in the source workflow file are applied to the mock file when the project is saved

Question 19

What type of data can be added to the Tester Comment field?

Options:

A.

Text and Screenshot

B.

Text and documents

C.

Text and Video recording

D.

Only text

Question 20

What actions can be done for test cases that contain data variation?

Options:

A.

Update test data, Remove test data, and Modify test data JSON file.

B.

Create test data, Remove test data, and Modify test data JSON file.

C.

Create test data, Update test data, and Remove test data.

D.

Create test data, Update test data, and Modify test data JSON file.

Question 21

Objects of which data source for the data variation can be found inside Studio in the Project tab, under Entities?

Options:

A.

Test Data Queue

B.

Data Service

C.

File

D.

Auto Generate

Question 22

What is a limitation when re-executing test case executions for data-driven test cases?

Options:

A.

Only one test case execution can be re-executed at a time.

B.

There is no limitation when re-executing data-driven test case executions.

C.

Multiple data-driven test case executions can be re-executed at once.

D.

Data-driven test case executions cannot be re-executed.

Question 23

What are the tasks that can be executed from the UiPath command-line interface (CLI) while creating a CI/CD pipeline?

Options:

A.

Job, Run, Deploy, Delete, Analyze.

B.

Asset Job, Package, Test, Help, Version.

C.

Analyze, Delete, Deploy, Pack.

D.

Run, Test, Deploy, Pack, Help, Version.

Question 24

What is the output format of the UiPath.Testing.Activites.TestData.Address activity?

Options:

A.

Dictionary (String, String) with the fields: Country, PostalCode, StreetNumber, State

B.

Dictionary (String, Object) with the fields: Country, PostalCode, StreetNumber, StreetName, City, State

C.

Dictionary (String, String) with the fields: Country PostalCode, StreetNumber, StreetName, City, State

D.

Dictionary (String, Object) with the fields: Country, PostalCode, StreetNumber, State

Question 25

Which are the supported object types when creating a new custom field in UiPath Test Manager?

Options:

A.

Test case and test result.

B.

Test set and defect

C.

Requirement and test set.

D.

Defect and requirement.

Question 26

Where should be navigated in UiPath Test Manager in order to configure a new Jira connection?

Options:

A.

Navigate to the External Connections tab within Admin Settings.

B.

Navigate to the Integrations tab within Admin Settings.

C.

Navigate to the Connection tab within Project Settings.

D.

Navigate to the Integration tab within Project Settings.

Question 27

How can manual steps be marked in a Test Case as passed or failed in the Manual Execution Assistant?

Options:

A.

Use the "Execute Manually" button.

B.

Click "Set Failed" or "Set Passed" at the end of the test.

C.

Click "Set Failed" or "Set Passed" for each step.

D.

Only automated steps can be marked; manual steps are automatically passed.

Question 28

How can an input argument be set for a Test Case in an existing Test Set?

Options:

A.

Edit the Test Set in UiPath Test Manager and change the value by adding or editing the argument of the Test Case in the Arguments section.

B.

An input argument value ca be changed only at Test Case level in UiPath Test Manager, not at the Test Set level.

C.

Edit the Test Set in UiPath Orchestrator and change the value by adding or editing the argument value of the Test Case in the Arguments section.

D.

An input argument value ca be changed only at Test Case level in UiPath Orchestrator, not at the Test Set level.

Question 29

What are the actions needed in UiPath Test Manager in order to give the Project Owner role to a different user?

Options:

A.

Assign the Project Owner role via the Assign users/group option in Project Settings.

B.

Assign the Project creator role via Role Assignment in overall UiPath Test Manager settings.

C.

Select the new user via the Ownership tab in Project Settings.

D.

Select the Transfer ownership option for the new user via Manage access in Project Settings.

Question 30

How can activity coverage scenarios for different automation needs be created in UiPath?

Options:

A.

Create one comprehensive test case that covers all scenarios in one execution.

B.

Alter the workflow to ensure a single test case covers all scenarios.

C.

Create separate test cases to cover each scenario during the execution.

D.

Use the same test case, but execute it in different workflows.

Question 31

Considering the provided configuration for Workflow Analyzer Settings, which of the testing rules applied will be classified as a "Warning"?

Options:

A.

Test Case Name not unique within the Project

B.

Activity Restrictions

C.

Unused Mocking

D.

Test Case Without Annotations

Question 32

What happens once a Test Set execution starts in Test Manager?

Options:

A.

A test execution container is created without a name, and an empty test result entry, called a test case log. is added for each Test Case.

B.

A test execution container with the same name as the Test Set is created, and for each Test Case, an empty test result entry, called a test case log. is added.

C.

An empty test result, called a Test Case log. is created, but no test execution container is formed.

D.

A Test Case log is created for each executed Test Case, and an empty test result entry is added to an unnamed test execution container.

Question 33

What programming language can be used in Coded Workflows?

Options:

A.

VB.Net

B.

C#

C.

C# and VB.Net

D.

VBScript