[Feb 21, 2023] Get Up-To-Date Real Exam Questions for UiPath-ARDv1 with New Materials
Updated UiPath-ARDv1 Certification Exam Sample Questions
NEW QUESTION 114
How can you fine tune a selector?
Options are :
- A. Adding all parents
- B. Making sure you have an idx attribute
- C. Replacing variable attribute parts with *
Answer: A,C
NEW QUESTION 115
In which types of variable can you store text?
Options are :
- A. String
- B. Integer
- C. Generic
- D. Double
Answer: A,C
NEW QUESTION 116
Which activities allow you to iterate through an array of strings?
Options are :
- A. For Each Row
- B. Do While
- C. While
- D. For Each
Answer: B,C,D
Explanation:
Topic 1, Case Study
In this exercise, you will create a UiPath automation that performs the steps below.
To achieve this, you will use the REFrameWork as the starting template and follow the UiPath development best practices.
The solution has to be scalable, so create two separate projects (sub-processes):
- One for the Dispatcher (add to queue);
- Another one for the Performer (consume queue).
Make sure you use a connection to an UiPath Orchestrator for testing.
Here are the steps performed by the Robot in the Dispatcher:
1.Login to https:/Nvww.acme-test.com.
2. On the landing page, Dashboard, click or hover over the Invoices menu item and then click on Search for Invoice. Click on Display All Invoices.
3. Scrape the data from the whole table displayed.
4. For each row in the datatable, Add a queue item containing the Invoice Number, Vendor TaxID and Date.
5. Close ACME System 1.
Here are the steps performed by the Robot in the Performer:
1.Login to https:/Nvww.acme-test.com.
2. For each Queue Item:
- Click or hover over the Invoices menu item and then click on Search for Invoice;
- Type the Invoice Number retrieved from the queue item into the Invoice Number field field;
- Click on Search;
- Extract the values for the Vendor TaxID and Date and compare them with the values from the queue item (check for EXACT match for all fields!);
- If the values are not matching, this should be categorized as a Business Rule Exception, and the queue em should have the status set accordingly;
- If the values match, the transaction is successful.
Note: Navigation can be achieved in multiple ways by the robot - choose whichever you find best.
Constraints to follow in the development, using the REFrameWork:
1. TransactionItem datatype should be a QueueItem. The process should recover and retry 2 times in case of errors in navigation between the Invoice Search and Invoices - Search Results pages. One transaction is the action of navigating to the Invoices Search page, searching for the Invoice Number and scraping the values from the resulting one row table.
2. Create a separate workflow file for the Login to ACME. File input arguments: URL; Username ; Password .
3. Create a separate workflow file for closing ACME.
4. Add the ACME_URL and ACME_Credential to the Excel Config file.
5. Populate lnitAllApplications.xaml from the Framework folder with Invoking the Login to ACt...1E and navigation to the Work Items.
6. Populate CloseAllApplications.xaml from the Framework folder with Invoking the Close ACtv1E.
7.Populate KillAllProcesses xaml from the Framework folder with killing the process used.
8. Populate the Process.xaml file with the following actions:Navigation, Searching for Invoice Number, Scraping, Checking if the values match, Handling the Business Rule Exception.
Important Note: Don't use external file references outside of the project folder (including Orchestrator Assets).
Place all the used files within the project folder, zip that folder and upload it to the UiPath Certification Platform.
Zip Al the used workflow files AND the output Excel fife. Then upload the.zip file to the UiPath Certification Platform.
Good luck!
ALL THE BEST!
Send us your feedback on this.
NEW QUESTION 117
What layout should be used for UI navigation and data processing?
Options are :
- A. Sequence
- B. State Machine
- C. Flowchart
Answer: A
NEW QUESTION 118
A developer is creating a process using the Dispatcher and Performer model. The Dispatcher uses the Bulk Add Queue Items activity to upload items to an Orchestrator queue. Which type of design is best-suited for the automation of this Dispatcher?
- A. Linear Process
- B. Iterative Process
- C. Library
- D. Transactional Process
Answer: D
NEW QUESTION 119
Where can we see the logs generated by running robots?
Options are :
- A. In the Orchestrator logs.
- B. In the Output panel.
- C. In the local Logs folder.
Answer: A,B,C
NEW QUESTION 120
A developer is working on an existing project in which GIT is used as the source control. Another team member wants to compare two versions of a particular workflow in this project. Which UiPath Studio option provides this capability?
- A. Pull (rebase)
- B. Push
- C. Checkout Branch
- D. Show History
Answer: D
NEW QUESTION 121
In a Robotic Enterprise (RE) Framework project that is connected to Orchestrator, what is the correct sequence of steps if an application exception occurs on a Queue Item in the Process Transaction state?
NOTE: Drag the Description found on the "Left" and drop on the correct Step Sequence found on the "Right".
Answer:
Explanation:
NEW QUESTION 122
What is an argument?
Options are :
- A. A variable
- B. An input/output parameter of the workflow
- C. A variable type
Answer: B
NEW QUESTION 123
A new blank project only has the Main.xaml file and consists of a single Throw activity. The activity is not enclosed in a Try Catch activity.
If this process is published and run from Orchestrator, what is the expected result?
- A. Job is completed with a 'Faulted" state.
- B. Job is completed with a "Successful" state.
- C. Exception Pop-up is displayed on the robot machine.
- D. Job is completed with a "Stopped" state.
Answer: C
NEW QUESTION 124
A developer is using UiExplorer to modify selectors. The "Repair" button is present in UiExplorer. What is its functionality and when does this button appear?
- A. Enables you to re-indicate the same target UI element and fix the selector. The button is available only when the selector is invalid.
- B. Indicates a new UI element to replace the previous one. The button is enabled only if the selector is invalid.
- C. Enables you to re-indicate the same target UI element and fix the selector. The button is available only when the selector is valid.
- D. Indicates a new UI element to replace the previous one. The button is enabled only if the selector is valid.
Answer: A
Explanation:
Repair enables you to re-indicate the same target UI element and repair the selector. This operation does not completely replace the previous selector. The button is available only when the selector is invalid.
To indicate a totally different selector and replace the previous one use Indicate Element.
UiPath Documentation
Exam Topic: Describe how Tags and Attributes, Dynamic Selectors, Anchor Base, etc. are used in UI Explorer to create a robust selector in the Default, Active Accessibility, or UI Automation frameworks
NEW QUESTION 125
A developer is working with a variable named sampleDataTable of type DataTable in the following sequence. In the Invoke Code activity, the developer wants to sum up all values from column "Price" in the sampleDataTable. What will be the result of the processing?



- A. "Message Box" activity will display the value "120".
- B. An Error Message will be displayed.
- C. Message Box" activity will display the value "0".
- D. "Message Box" activity will display the value "320".
Answer: B
Explanation:
NEW QUESTION 126
Based on the configuration shown in the exhibit, what is the result of the execution of these activities if the target element does not exist at runtime?
- A. Activity Timeout Exceeded error is received
- B. Robot continues to look for the target element until the execution is manually stopped
- C. "Pop-up exists" message is logged
- D. Execution completes successfully without logging a message
Answer: A
NEW QUESTION 127
"Add Assets" in Orchestrator has the following option:
Options are :
- A. Value Per Process
- B. Value Per Environment
- C. Value Per Robot
- D. Single Value
Answer: C,D
NEW QUESTION 128
What is the Attach Window activity used for?
Options are :
- A. To specify the browser container you will be working with
- B. To specify the top-level window container you will be working with
- C. Specifies that you are working with a java window
Answer: B
NEW QUESTION 129
......
UiPath-ARDv1 Study Guide Cover to Cover as Literally: https://pass4lead.newpassleader.com/UiPath/UiPath-ARDv1-exam-preparation-materials.html