DumpsFiles
 Request Exam  Contact
  • Home
  • PRACTICE EXAMS
    Oracle
    Fortinet
    Juniper
    Microsoft
    Cisco
    Citrix
    CompTIA
    VMware
    ISC
    SAP
    EMC
    PMI
    HP
    Salesforce
    Other
  • View All Exams
  • New Dumps Files
  • Upload
  • Oracle
    Oracle
  • Fortinet
    Fortinet
  • Juniper
    Juniper
  • Microsoft
    Microsoft
  • Cisco
    Cisco
  • Citrix
    Citrix
  • CompTIA
    CompTIA
  • VMware
    VMware
  • ISC
    ISC
  • SAP
    SAP
  • EMC
    EMC
  • PMI
    PMI
  • HP
    HP
  • Salesforce
    Salesforce
  1. Home
  2. UiPath
  3. UiPath Advanced RPA Developer v1.0 Exam (UiARD)
  4. UiPath.UiPath-ARDv1.v2022-04-13.q75
  5. Question 1

Join the discussion

Question 1/75

Which of the following are considered best practices?
Options are :

Correct Answer: A,C
Topic 4, 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.
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 isplayed. 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 {""Paris"", ""Bucuresti"", ""Moscow"", ""Stuttgart"", ""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 Excel worksheet; 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 Excel.
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.
Send us your feedback on this.

Add Comments

Your email address will not be published. Required fields are marked *

insert code
Type the characters from the picture.
Rating:
Other Question (75q)
Q1. Which of the following are considered best practices? Options are :...
Q2. A developer used the Robotic Enterprise (RE) Framework to implement an automation of a web...
Q3. In a Robotic Enterprise (RE) Framework project that is connected to Orchestrator, what is ...
Q4. What happens if the result of a transaction is not set? Options are :...
Q5. Which of the following types of variables can be defined in UiPath Studio? Options are :...
Q6. Where should credentials be stored? Select all the options that apply. Options are :...
Q7. Which activity provides the easiest way to loop through all the rows in a DataTable? Optio...
Q8. Based on the exhibit that represents the "Deadline" in the yyyy-mm-dd format, what is the ...
Q9. In the UiPath Robotic Enterprise Framework template, in the Get Transaction Data state of ...
Q10. Which activities allow you to iterate through an array of strings? Options are :...
Q11. What happens if the ClickBeforeTyping property in a Type Into activity is selected? Option...
Q12. You want to identify a selector for a button in an application. The selector will be used ...
Q13. A developer used title='1 writtenNotes - Notepad' as an attribute of a selector. The first...
Q14. A developer is adding a Log Message activity in an Exit section of a single state within a...
Q15. Where should credentials be stored? Select all the options that apply. Options are :...
Q16. A developer wants to create an attended automation process. The process will take informat...
Q17. How can you pass data between workflows? Options are :...
Q18. A developer needs to create an automation process that identifies a file with format "Mont...
Q19. What can the UiPath Robotic Enterprise Framework template be used as? Options are :...
Q20. A database, DT1, is shown in the following exhibit: (Exhibit) The Filter Wizard of a Filte...
Q21. It is possible to write to a text file without using the Write Text File activity? Options...
Q22. In this exercise, you will create a UiPath automation that performs the steps below. To ac...
Q23. What is the safest way to close an application? Options are :...
Q24. A developer wants to design a process in which multiple decision points will be used to ac...
Q25. The best way of managing variable values within a workflow, so that they can be shared on ...
Q26. A new blank project only has the Main.xaml file and consists of a single Throw activity. T...
Q27. In this exercise, you will create a UiPath automation that performs the steps below. To ac...
Q28. A developer was assigned a task to build a process that will interact with hidden or minim...
Q29. Based on the configuration shown in the exhibit, what is the result of the execution of th...
Q30. Which activity is used to call another piece of automation? Options are :...
Q31. How can a string variable called myString be converted to an all-capitals representation f...
Q32. You are invoking a workflow file called SecondaryWorkflow.xaml from PrimaryWorkflow.xaml. ...
Q33. From the lowest priority to the highest priority, what is the correct priority sequence of...
Q34. What activity can you use to get a column value from a specific row of a DataTable? Option...
Q35. How can you improve a selector? Options are :
Q36. Which of the following SQL statements can be executed by using the activity called Execute...
Q37. A developer is creating an automation project which processes personal information of empl...
Q38. In which workflow in the UiPath Robotic Enterprise Framework template is the retry mechani...
Q39. Which is the best way to delete unreferenced variables? Options are :...
Q40. In this exercise, you will create a UiPath automation that performs the steps below. To ac...
Q41. A developer plans to create a process to automate a web application. The web application r...
Q42. A developer entered custom values in the Browser property in the UI Automation section of ...
Q43. In UiPath Robotic Enterprise Framework, what are the transitions of the Init state? Option...
Q44. In this exercise, you will create a UiPath automation that performs the steps below. To ac...
Q45. What are the functions of the Outline panel? Options are :...
Q46. What status does a job have when a schedule is triggered in Orchestrator, but there are no...
Q47. What is the purpose of the WaitForReady property in any UiAutomation activity? Options are...
Q48. One of the steps in your process is to authenticate on a web application. How can you chec...
Q49. What types of assets can be stored in Orchestrator? Options are :...
Q50. How can a robot start an application in Citrix? Options are :...
Q51. How can you retrieve the value stored in a Queue Item variable? Options are :...
Q52. When should the "Add Log Fields" activity be used? Options are :...
Q53. Which activity can you use if you want to loop through a collection of items? Options are ...
Q54. What is the slowest method of reading text? Options are :...
Q55. Which statement about the UiPath Robotic Enterprise Framework template is false? Options a...
Q56. Review the following exhibits: (Exhibit) Based on the exhibits, what is the output of the ...
Q57. Is it possible to retrieve the color of a specific Excel cell? Options are :...
Q58. During the development of a process, a certain label text must be retrieved. After retriev...
Q59. A developer wants to extract data from "Sheet1" of the "Test.xls" file using the following...
Q60. Which of the following technologies can be used for background automation? Options are :...
Q61. What are the recording profiles are available in UiPath Studio? Options are :...
Q62. Where can the logging level of a robot be changed from? Options are :...
Q63. A developer published a library component for use within UiPath Studio. In order to succes...
Q64. Which of these are workflow types available in UiPath Studio; Options are :...
Q65. Where can you find the value written by the Write Line activity? Options are :...
Q66. What recording wizard would you use to automate UI interactions in an application that doe...
Q67. Practical exam questions is different for different people, so solution cant be shared but...
Q68. One of the actions below is not required when starting processes with UiPath Orchestrator....
Q69. A developer reviewed the following sequence: (Exhibit) The parameters of the Invoke Method...
Q70. Review the following exhibit: (Exhibit) Based on the exhibit, what is the result of the Wr...
Q71. Which of the following are considered best practices? Options are :...
Q72. In the Robotic Enterprise (RE) Framework, what is the initial value of TransactionNumber?...
Q73. Which is the best way to navigate to a specific page in a Web Browser? Options are :...
Q74. While working with a queue in Orchestrator, you notice that the status of one of the Queue...
Q75. What happens in the Init state of the Main workflow, in the UiPath Robotic Enterprise Fram...
[×]

Download PDF File

Enter your email address to download UiPath.UiPath-ARDv1.v2022-04-13.q75.pdf

Email:

DumpsFiles

Our website provides the Largest and the most Latest vendors Certification Exam materials around the world.

Using dumps we provide to Pass the Exam, we has the Valid Dumps with passing guranteed just which you need.

  • DMCA
  • About
  • Contact Us
  • Privacy Policy
  • Terms & Conditions
©2026 DumpsFiles

www.dumpsfiles.com materials do not contain actual questions and answers from Cisco's certification exams.