UiPath Automation Developer Associate v1 (UiPath-ADAv1) Free Practice Test
Question 1
How does UiPath handle different dependency versions for multiple running processes that run at the same time?
Correct Answer: B
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 2
A developer is building an automation which types text into a text file. The Activity Project Settings for UI Automation Modern activities are set as follows:


What is the behavior of the Type Into activity when executing the workflow?


What is the behavior of the Type Into activity when executing the workflow?
Correct Answer: A
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 3
Review the following graphic:

Based on the graphic, what is the output at runtime?

Based on the graphic, what is the output at runtime?
Correct Answer: C
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 4
While working in an RPA testing project, you encountered the following activity in one of the workflows included in the project.

What action can you perform in your mocked file to replace the functionality of the MessageBox with a LogMessage during mock testing?

What action can you perform in your mocked file to replace the functionality of the MessageBox with a LogMessage during mock testing?
Correct Answer: D
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 5
Consider testing a workflow that computes the sum of two numbers having the data driven test data from the Excel file below:

Expanding the functionality of the workflow to compute the sum of three numbers, the data needs to be updated as well to accommodate the new scenario:

What are steps to do that?

Expanding the functionality of the workflow to compute the sum of three numbers, the data needs to be updated as well to accommodate the new scenario:

What are steps to do that?
Correct Answer: C
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 6
How should the computation of the signature be done for client apps that receive Orchestrator requests and need to check their authenticity?
Instructions: Drag the Description found on the left and drop on the correct Step Sequence found on the right.

Instructions: Drag the Description found on the left and drop on the correct Step Sequence found on the right.

Correct Answer:

Explanation:

The correct sequence for the computation of the signature for client apps that receive Orchestrator requests and need to check their authenticity is:
* Retrieve the X-UiPath-Signature HTTP header. This header contains the signature of the request body, encoded in Base64. (UiPath Orchestrator documentation1)
* To obtain the raw signature bytes, decode the value of the header from Base64. You can use any tool or library that supports Base64 decoding. (UiPath Orchestrator documentation1)
* Compute the hash using SHA256 and the signing key (UTF-8 encoded). The signing key is a secret value that is shared between Orchestrator and the client app. You can use any tool or library that supports SHA256 hashing. (UiPath Orchestrator documentation1)
* Compare the computed signature to the value from X-UiPath-Signature HTTP header. If they match, then the request is authentic and has not been tampered with. If they do not match, then the request is invalid and should be rejected. (UiPath Orchestrator documentation1)
Question 7
What are the steps to publish a project from UiPath Studio?
Instructions: Drag the Description found on the "Left" and drop on the correct Step Sequence found on the
"Right".

Instructions: Drag the Description found on the "Left" and drop on the correct Step Sequence found on the
"Right".

Correct Answer:

Explanation:

The steps to publish a project from UiPath Studio are:
* In the Design ribbon tab, click on the "Publish" button. The Publish Project window opens. (UiPath Studio documentation1)
* Fill in the necessary publishing details, such as the project name, version, and description. You can also add release notes and select the environment where the project will run. (UiPath Studio documentation1)
* Choose the desired publishing option, such as Orchestrator, Local, or Custom NuGet feed. Depending on your choice, you may need to provide additional information, such as the Orchestrator URL, the local folder path, or the custom feed URL. (UiPath Studio documentation1)
* Click on the "Publish" button to initiate the publishing process. A confirmation message will appear when the project is successfully published. (UiPath Studio documentation1) Short Explanation: Publishing a project from UiPath Studio means creating a package that contains all the files and dependencies required to run the automation process. The package can be deployed to different locations, such as Orchestrator, a local machine, or a custom NuGet feed. Publishing a project from UiPath Studio involves four main steps: clicking on the Publish button, filling in the publishing details, choosing the publishing option, and confirming the publishing process. (UiPath Automation Developer study guide2)
Question 8
What should be done if an anchor is not automatically added when indicating an element and duplicates are found?
Correct Answer: D
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 9
A developer wants to add items to a list of strings using the Invoke Method activity. The list is declared as follows:

The Invoke Method includes the following properties:

The Parameters property is as follows:

Based on the exhibits, what is the outcome of this Invoke Method activity?

The Invoke Method includes the following properties:

The Parameters property is as follows:

Based on the exhibits, what is the outcome of this Invoke Method activity?
Correct Answer: B
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 10
Where can you find a list of all activities that support Windows compatibility?
Correct Answer: D
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 11
What do the percentages from the Test Explorer panel represent?


Correct Answer: D
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 12
Which of the following statements is true about the existing UiPath Studio installation packages?
Correct Answer: D
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 13
What are the steps to start building a custom connector using the Connector Builder for Integration Service
?
?
Correct Answer: D
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 14
What are the distinctions between arguments and variables?
Correct Answer: D
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).