Use Free UiPath-ARDv1 Exam Questions that Stimulates Actual EXAM [Q41-Q63]

Share

Use Free UiPath-ARDv1 Exam Questions that Stimulates Actual EXAM

Get 100% Real UiPath-ARDv1 Free Online Practice Test

NEW QUESTION 41
Which of these are workflow types available in UiPath Studio;
Options are :

  • A. REFramework.
  • B. Flowchart.
  • C. Sequence.
  • D. Activity.

Answer: B,C

 

NEW QUESTION 42
You are invoking a workflow file called SecondaryWorkflow.xaml from PrimaryWorkflow.xaml. The following shows the Import Arguments panel of the Invoke Workflow File activity:

In addition, the following reflects the Arguments panel in SecondaryWorkflow.xaml:

You use a Log Message activity in "SecondaryWorkflow.xaml" to print the value of the argument "in_WelcomeMessage".
What is the expected result of executing "PrimaryWorkflow.xaml"?

  • A. A System.ArgumentException is thrown at the Invoke Workflow File activity
  • B. A System.InvalidCastException is thrown at the Invoke Workflow File activity
  • C. Log message "Hi, I reside at the Secondary file"
  • D. Log message "Hi, I am passed from the Primary file"

Answer: A

 

NEW QUESTION 43
After adding an Invoke Workflow File activity and selecting the workflow to invoke, you need to:
Options are :

  • A. Click Import Arguments, and then bind the arguments to the local variables or to some default values
  • B. Click Edit Arguments, and then bind the arguments to the local variables or to some default values

Answer: A

 

NEW QUESTION 44
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.

  • A. Send us your feed back on this

Answer: A

 

NEW QUESTION 45
What activity can you use to get a column value from a specific row of a DataTable?
Options are :

  • A. Get Row Item
  • B. Row Read Cell
  • C. Remove Data

Answer: A

 

NEW QUESTION 46
From the lowest priority to the highest priority, what is the correct priority sequence of the Log Levels for UiPath Robots?
NOTE: Drag and drop the lowest priority level to the top of the list and repeat until the highest priority level appears at the bottom of the list.

Answer:

Explanation:

 

NEW QUESTION 47
At the end of the execution of Workflow1, which retrieves some items from a database, is the database connection closed automatically?
Options are :

  • A. Only the database admin can decide this aspect.
  • B. Yes, the connection is closed after 30 seconds.
  • C. The connection has to be closed using a Disconnect activity.

Answer: C

 

NEW QUESTION 48
In which situation can "idx" be used in a reliable selector?

  • A. When the exact n-th element in a static UI list is needed in the process
  • B. When the "idx" value is either 1 or 2
  • C. When the selectors of the elements in the application rarely change
  • D. When a dynamic selector is required

Answer: D

 

NEW QUESTION 49
In the UiPath Robotic Enterprise Framework template, in the Get Transaction Data state of the Main workflow, what happens before the next transaction item is retrieved?
Options are :

  • A. We check if a kill signal was sent from Orchestrator
  • B. We check if a stop signal was sent from Orchestrator
  • C. We check if the previous transaction has been completed

Answer: B

 

NEW QUESTION 50
How can you find all anchor elements in a web page?
Options are :

  • A. Using the Find Element Activity
  • B. Using the Get Ancestor Activity
  • C. Using the Find Relative Element Activity
  • D. Using the Find Children Activity

Answer: D

 

NEW QUESTION 51
Where should credentials be stored? Select all the options that apply.
Options are :

  • A. In Windows Credential Store.
  • B. In Orchestrator, as assets.
  • C. Directly inside the workflows, as variables.

Answer: A,C

 

NEW QUESTION 52
Which of the following technologies can be used for background automation?
Options are :

  • A. The Full Text method of Screen Scraping.
  • B. The Click activity with the Simulate Click flag checked.
  • C. Data Scraping.
  • D. Type into activity with SendWindowMessages flag checked.

Answer: A,B,C,D

 

NEW QUESTION 53
A developer uses Workflow Analyzer with the default rules to check if a project follows best practices. In one of the workflows, the Properties of a Click activity is shown in the following exhibit.

Which warning will be shown in the Analyzer output for this activity?

  • A. Hardcoded delays used in activity Click Calculator button
  • B. Activity Click Calculator button has a default name
  • C. SendWindowMessages not checked in activity Click Calculator button
  • D. Timeout values is not defined in activity Click Calculator button

Answer: B

 

NEW QUESTION 54
How can you pass data between workflows?
Options are :

  • A. By using arguments.
  • B. By using a pipe.
  • C. By using variables.

Answer: A

 

NEW QUESTION 55
What type of Output variable do all Get Mail activities return? (POP3, IMAP, Outlook, Exchange) Options are :

  • A. List
  • B. List
  • C. MailMessage

Answer: A

 

NEW QUESTION 56
How can you fine tune a selector?
Options are :

  • A. Making sure you have an idx attribute
  • B. Replacing variable attribute parts with *
  • C. Adding all parents

Answer: B,C

 

NEW QUESTION 57
Where should credentials be stored? Select all the options that apply.
Options are :

  • A. In Windows Credential Store.
  • B. In Orchestrator, as assets.
  • C. Directly inside the workflows, as variables.

Answer: A,C

Explanation:
Topic 2, 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 Type is 'WI1';
- Filter the records where WIID is greater than 200000;
- 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.
4. Add the ACME_URL and ACME_Credential to the 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: 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.
Good luck!
ALL THE BEST!
Send us your feedback on this.

 

NEW QUESTION 58
Which of the following are considered best practices? Select all the options that apply.
Options are :

  • A. Breaking the process into smaller workflows.
  • B. Keeping environment settings hard coded inside workflows.
  • C. Reusing workflows across different projects.

Answer: A,C

 

NEW QUESTION 59
Is it possible to retrieve the color of a specific Excel cell?
Options are :

  • A. No, The color cannot be retrieved from a workbook
  • B. Only with an OCR Engine
  • C. Yes, by using Get Cell Color

Answer: C

 

NEW QUESTION 60
When should the "Add Log Fields" activity be used?
Options are :

  • A. When logs need to be enabled
  • B. When a log message with a maximum number of five visible fields needs to be generated
  • C. When the standard log message has to be customized by adding new fields to it

Answer: C

 

NEW QUESTION 61
In which workflow in the UiPath Robotic Enterprise Framework template is the retry mechanism implemented?
Options are :

  • A. The Main workflow
  • B. The GetTransactionData workflow
  • C. The SetTransactionStatus workflow

Answer: C

 

NEW QUESTION 62
Where can the logging level of a robot be changed from?
Options are :

  • A. Orchestrator, in the Edit Robot section, the Settings tab.
  • B. The robot settings, which are accessed via the UiPath Robot icon in the System tray.
  • C. You can not change the logging level.

Answer: A,B

 

NEW QUESTION 63
......

BEST Verified UiPath UiPath-ARDv1 Exam Questions (2022) : https://www.passleadervce.com/UiPath-Certified/reliable-UiPath-ARDv1-exam-learning-guide.html

The Best Practice Test Preparation for the UiPath-ARDv1 Certification Exam: https://drive.google.com/open?id=1342UOqxufpP8CGrzqhMCkEjSDvaDbILr