[Jun 07, 2022] UiPath-ARDv1 Test Prep Training Practice Exam Questions Practice Tests
Exam Questions Answers Braindumps UiPath-ARDv1 Exam Dumps PDF Questions
UiPath-Ardv1 Exam topics
Candidates must know the exam topics before they start of preparation. Our UiPath-Ardv1 exam dumps will include the following topics:
1. UiPath Studio
- Identify and describe background versus foreground automation
- Describe how to use state machines versus flowcharts and sequences
- Describe how to write coherent log messages and how to use them to debug a process
2. UiPath Studio - Activities and Properties
- Identify and describe the differences between using Simulate versus Send Windows Message versus Default
- Extract structured data from an application to UiPath Studio
- Describe and demonstrate the use of the various UI synchronization activities; for example, ElementExists, FindElement, and Find Text
- Identify, describe, and apply the key UI Activities properties; for example, ContinueOnError, DelayBefore, DelayAfter, and Target
- Identify, describe, and demonstrate how activities are used to automate actions in Excel, email, and .pdfs
3. UiPath Studio - Robotic Enterprise (RE) Framework
- Differentiate between using the Settings fields and Assets fields in the configuration file
- Modify the REFramework to work with or without UiPath Orchestrator
- Apply the proper Log fields for analytical reporting
- Describe how queues and tabular data are used within the REFramework
4. Selectors
- Describe how Tags and Attributes are used for a UI element, and how UI Explorer is used for selectors
- Describe how to initialize variables such as datatables
- Describe how to filter datatables
- Describe how to work with complex data structures and data manipulation; for example, datatables and collections
- Identify and describe how string manipulation, regular expressions, and string methods are used
- Describe the differences between using full selectors versus using partial selectors .NET Classes and Objects
- Determine and describe how robust selectors are created; for example, dynamic versus static selectors
5. Advanced Functions
- Explain how to modularize multiple workflows by creating and using library components, and creating smaller process components
- Identify and describe how to use version control; for example, working with GIT, SVN, or TFS for version control
- Describe how to work with Orchestrator queues and assets
- Identify and describe UiPath coding best practices; for example, reviewing code using best practices
6. Error Handling and Troubleshooting
- Determine and describe the different logging levels such as Trace, Information, Error, and Fatal logs and how they are applied
- Identify and describe the use of the error handling activities such as Try Catch, Throw, Rethrow, and Retry Scope
- Examine and describe the activities and/or features used to troubleshoot, debug, and modify processes
NEW QUESTION 68
Which activities allow you to iterate through an array of strings?
Options are :
- A. Do While
- B. For Each Row
- C. While
- D. For Each
Answer: A,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 69
Review the following exhibit:
Based on the exhibit, what is the result of the Write Line in the sequence?
- A. True
- B. Hello
- C. 0
- D. 123True
Answer: D
NEW QUESTION 70
Where can we see the logs generated by running robots?
Options are :
- A. In the Output panel.
- B. In the local Logs folder.
- C. In the Orchestrator logs.
Answer: A,B,C
NEW QUESTION 71
How can you dynamically change parts of a selector?
Options are :
- A. You cannot have dynamic components in a selector.
- B. By adding parameters from the Properties tab.
- C. By using variables to replace the dynamic parts
Answer: C
NEW QUESTION 72
A developer needs to create a process that performs the following:
1. Scrapes a table of common English-Spanish translations
2. Writes the table to an Excel file
3. Emails that Excel file as an attachment
While creating this process, the developer notices that two activities with the same name can write the scraped DataTable to Excel.
What are the differences between the Workbook and Excel Write Range activities?
- A. Excel Write Range activity only works in the background.
Workbook Write Range activity will create the file in the WorkbookPath property if it does not exist. - B. Excel Write Range activity only works in the foreground, visible to the user. Workbook Write Range activity only works in the background.
- C. Excel Write Range activity will create the file in the WorkbookPath property if it does not exist. Workbook Write Range activity can only be used when Excel is installed.
- D. Excel Write Range activity can only be used when Excel is installed.
Workbook Write Range activity can be faster by writing the data directly to the file.
Answer: D
NEW QUESTION 73
When should the "Add Log Fields" activity be used?
Options are :
- A. When the standard log message has to be customized by adding new fields to it
- B. When a log message with a maximum number of five visible fields needs to be generated
- C. When logs need to be enabled
Answer: A
NEW QUESTION 74
In the UiPath Robotic Enterprise Framework template, what happens if the processing of a transaction item falls with an Application Exception of a System Error?
Options are :
- A. The process executes the End Process state
- B. All use application are closed and then re-initialized
- C. The execution of the transaction item is retried if the MaxRetryNumber config value is greater than 0
Answer: B,C
NEW QUESTION 75
Practical exam questions is different for different people, so solution cant be shared but as i have promised that i will help in practical exam, You can mail me at [email protected] and i will help you to clear practical exam also.
Options are :
- A. Answer :Understood
- B. Understood
Answer: B
NEW QUESTION 76
A developer reviewed the following sequence:
The parameters of the Invoke Method are:

In order to get the table name of the first element in the DataSet, which expressions should the developer use?
- A. DataSet.Rows(1).TableName
- B. DataSet.Tables(1).TableName
- C. DataSet.Tables(0).TableName
- D. DataSet.Rows(0).TableName
Answer: D
NEW QUESTION 77
Which of the following are required to have efficient execution of automation projects?
Options are :
- A. Recovery abilities
- B. Proper exception handling
- C. Effective logging mechanisms
Answer: A,B,C
NEW QUESTION 78
Is it possible to reprocess a transaction in a Queue after its failure due to an application exception?
Options are :
- A. Yes, it can be retried manually on the Transactions page.
- B. No, transactions cannot be processed again if they fail.
- C. Yes, if the Auto-Retry property of the Queue is enabled.
- D. Only transactions that failed due to a business exception can be reprocessed.
Answer: A,C
NEW QUESTION 79
You want to identify a selector for a button in an application. The selector will be used as the target in a Click activity.
In order to ensure the Click activity executes as intended, how many elements should the selector be valid for at runtime?
- A. 2 elements
- B. 3 elements
- C. 1 element
- D. 5 elements
Answer: C
NEW QUESTION 80
Uipath Certification Question Set 6
In the UiPath Robotic Enterprise Framework template, where can the GetAppCredentials workflow retrive credentials from?
Options are :
- A. User Dialog
- B. Orchestrator Asset
- C. Windows Credential Manager
Answer: C
NEW QUESTION 81
What happens if the ClickBeforeTyping property in a Type Into activity is selected?
Options are :
- A. Before typing, a click is performed on the top left corner of the UiElement.
- B. Before typing, a click is performed at the current mouse position.
- C. Before typing, a click is performed at the center of the UiElement.
Answer: C
NEW QUESTION 82
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.
Here are the steps performed by the Robot:
1. Log in to https://www.acme-test.com
2. On the landing page, Dashboard, click or hover over the Vendors menu item and then click on Search for Vendor. Click on Display All Vendors. Scrape the data from the whole table displayed. The resulting datatable will be used as the input data for the process. Navigate back to the dashboard.
Note: Navigation can be achieved in multiple ways by the robot - choose whichever you find best.
3. For each Tax ID:
- Navigate to Vendors - Search page (click or hover over the Vendors menu item and then click on Search for Vendor);
- Type the Tax ID into the Vendor Tax ID field;
- Click on Search;
- Extract the values for the Vendor, City and Country and compare them with the values from the previously extracted table from the Display All Vendors page (check for EXACT match for all fields!);
- If the values are not matching, this should be categorized as a Business Rule Exception;
- If the City does NOT belong to the group {""Rimini"", ""Berlin"", ""Roma"", ""Iasi"", ""Koln""}, this should be categorized as the second Business Rule Exception. We can only process requests from these cities. Check the City value extracted after the individual Tax ID search;
- If no Business Rule Exception, Append the resulting datatable from each page into an CSV file; you shouldn't worry about the headers and format of the output file.
Constraints to follow in the development, using the REFrameWork:
1. TransactionItem datatype should be a DataRow. The process should recover and retry 2 times in case of errors in navigation between the Vendor Search and Vendor Search Results pages. One transaction is the action of navigating to the Vendor Search page, searching for the TaxID and scraping the values from the resulting one row table. (Similar to ACME Process 5 from the UiPath Academy).
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 InitAllApplications.xaml from the Framework folder with Invoking the Login to ACME and navigation to the Work Items.
6. Populate CloseAllApplications.xaml from the Framework folder with Invoking the Close ACME.
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 TaxID, Scraping, Checking if the values match, Checking for the correct City, Appending to CSV.
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 ALL the used workflow files AND the output Excel file. Then upload the .zip file to the UiPath Certification Platform.
Options are :
ALL THE BEST!
- A. Send us your feed back on this
Answer: A
NEW QUESTION 83
What happens if you try to end the execution of a job by clicking the Kill/Terminate button in Uipath Orchestrator?
Options are :
- A. The execution is not impacted if no Should Stop activity has been included in the workflow in Studio.
- B. The execution process is killed.
- C. The job state is changed to Canceled/Stopped, even if no Should Stop activity was used.
Answer: B,C
NEW QUESTION 84
......
Download Free UiPath UiPath-ARDv1 Real Exam Questions: https://passguide.vce4dumps.com/UiPath-ARDv1-latest-dumps.html