
Updated Feb-2022 UiPath-ARDv1 Exam Practice Test Questions
Verified UiPath-ARDv1 dumps Q&As 100% Pass in First Attempt Guaranteed Updated Dump
NEW QUESTION 10
What is the best way of scraping a large, selectable text in a Citrix environment?
Options are :
- A. Use the Google OCR engine.
- B. Use the Microsoft OCR engine.
- C. Select the entire text and copy it with the Copy Selected Text activity.
- D. Use a Get Full Text activity.
Answer: C
NEW QUESTION 11
How can you identify a column in a DataTable?
Options are :
- A. By using the column index.
- B. By using the column name.
- C. By using the row index.
- D. By using the column default value.
Answer: A,B
NEW QUESTION 12
Which of the following statements related to Orchestrator are true?
Options are :
- A. A robot can execute many different jobs at the same time.
- B. Robots can be assigned to multiple environments.
- C. A robot can execute many different jobs one after the other.
Answer: B,C
NEW QUESTION 13
The best way of managing variable values within a workflow, so that they can be shared on different robots and environments is:
Options are :
- A. Using excel config files
- B. Using Json config files.
- C. Using assets defined in Orchestrator.
Answer: C
NEW QUESTION 14
Downloading a report from a web application takes a variable amount of time, but a pop-up window is shown when the download is finished. What should you do to check whether the file has been fully downloaded before continuing the process?
Options are :
- A. Set the WaitForReady property to Complete
- B. Use the On Element Appear activity and indicate the download pop-up window
- C. Use the Element Exist activity and indicate the download pop-up window
Answer: B
NEW QUESTION 15
What status does a job have when a schedule is triggered in
Orchestrator, but there are no available robots to execute it?
Options are :
- A. In progress
- B. New
- C. Pending
Answer: C
NEW QUESTION 16
Which of the following technologies can be used for background automation?
Options are :
- A. Data Scraping.
- B. Type into activity with SendWindowMessages flag checked.
- C. The Click activity with the Simulate Click flag checked.
- D. The Full Text method of Screen Scraping.
Answer: A,B,C,D
NEW QUESTION 17
A developer is adding a Log Message activity in an Exit section of a single state within a state machine. When will the Log Message activity in the Exit section be executed?
- A. After the activities in the Entry section are executed and the transition to the next state is confirmed.
- B. After the activities in the Entry section are executed, but only if there are exceptions.
- C. Immediately after the activities in the Entry section are executed.
- D. After the activities in the Entry section and the activities in the trigger are executed.
Answer: A
NEW QUESTION 18
The String.Format("Input = {0} and Output = {1}", "1","2") expression returns the following text:
Options are :
- A. Input = {0} and Output = {1}
- B. Input = 1 and Output = 2
- C. Input = 1 and Output = 1
- D. Input = 0 and Output = 0
Answer: B
NEW QUESTION 19
What kind of workflow should you create to define business rules?
Options are :
- A. Sequence
- B. State machine
- C. Flowchart
Answer: A,C
NEW QUESTION 20
Where can you find the value written by the Write Line activity?
Options are :
- A. In the Output pane
- B. At console
- C. In a variable
Answer: A
NEW QUESTION 21
The String.Format("Input = {0} and Output = {0}", "1","2") expression returns the following:
Options are :
- A. Input = 1 and Output = 2.
- B. Input = {0} and Output = {0}.
- C. Input = {1} and Output = {2}.
- D. An error.
- E. Input = 1 and Output = 1.
Answer: E
NEW QUESTION 22
Which is the best way to navigate to a specific page in a web browser?
Options are :
- A. Use the Navigate To activity inside an Attach Browser container
- B. Use the Type Into activity inside an Attach Browser container
- C. Use a Type Into activity with a full selector
Answer: A
NEW QUESTION 23
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. 3 elements
- B. 5 elements
- C. 1 element
- D. 2 elements
Answer: C
NEW QUESTION 24
When is it recommended to use Desktop recording?
Options are :
- A. When you automate one step
- B. When you automate more steps in the same window
- C. When you automate Web pages
- D. When you automate Citrix Applications
Answer: B
NEW QUESTION 25
One of the actions below is not required when starting processes with UiPath Orchestrator.
Options are :
- A. Creating a queue in Orchestrator
- B. Registering robots to Orchestrator
- C. Publishing projects from UiPath Studio
- D. Creating an environment containing the robot
- E. Starting a job, which is the execution of the process
- F. Creating a process with the published package and environment
Answer: A
NEW QUESTION 26
A developer creates a Dispatcher which extracts information from the top 30 mail messages in Microsoft Outlook and uploads that information into a queue.
What is the recommended way to avoid processing duplicates of the same Queue Items?
- A. Add a descriptive "Reference" in the "Add Queue Item" activity and check that it does not equal the "Reference" of the Queue Item last processed.
- B. Set the "Unique Reference" of the queue to "Yes" and "Auto Retry" of the queue to "No".
- C. Create an Excel file of processed Queue Items and loop through the list to check if the current Queue Item has been processed before.
- D. Set the "Unique Reference" of the queue to "Yes" and add a descriptive "Reference" in the "Add Queue Item" activity.
Answer: D
NEW QUESTION 27
What are the functions of the Outline panel?
Options are :
- A. It shows the execution result of the workflow
- B. If the Activities are properly named, it can be used to search and select specific Activities used inside the workflow
- C. It shows the structure of the workflow
Answer: B,C
NEW QUESTION 28
What happens if the result of a transaction is not set?
Options are :
- A. It is automatically set to Failed after 24 hours
- B. The status is "In Progress" for 24 hours, and then it switches to Abandoned
- C. It is automatically set to Successful after 24 hours
Answer: B
NEW QUESTION 29
This is a reliable selector for a dynamic web page: webctrl idx='144' tag='IMG'/ Options are :
- A. True
- B. False
Answer: B
Explanation:
Topic 5, 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 on the Work items menu item. Scrape the data in all the pages of the table, page by page, ensuring error handling and recovery.
3. For each page:
- Filter the records where Status is 'Open';
- Filter the records where Description is 'Calculate Client Security Hash';
- Filter the records where WIID is less than 600000;
- Append the resulting datatable 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 String. The process should recover and retry in case of errors in navigation between WorkItems page. One transaction is the action of scraping one web page.By navigating to the next page, the next transaction will execute. (Same as ACME Process 4 Dispatcher 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.
3. Add the ACME_URL and ACME_Credential to the Config file.
4. Populate InitAllApplications.xaml from the Framework folder with Invoking the Login to ACME and navigation to the Work Items.
5. Populate CloseAllApplications.xaml from the Framework folder with Invoking the Close ACME.
6. Populate KillAllProcesses.xaml from the Framework folder with killing the process used.
7. Populate the Process.xaml file with the following actions: Web scraping, Filtering and 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.
ALL THE BEST!
Send us your feedback on this.
NEW QUESTION 30
......
Ultimate Guide to Prepare Free UiPath-ARDv1 Exam Questions & Answer: https://drive.google.com/open?id=103Hd4R47LX65mrX8iTClPbetoXSIwq32
Pass UiPath Certified UiPath-ARDv1 Exam With 194 Questions: https://www.dumpstorrent.com/UiPath-ARDv1-exam-dumps-torrent.html