Test Online Free UiPath UIPATH-ARDV1 Exam Questions and Answers
Practice a live sample before buying full access. This page keeps the free UIPATH-ARDV1 question set organized by page so visitors and search engines can reach the canonical -questions.html URL directly.
Log out and close the company's application
The developer needs to create a process using the Dispatcher/Performer architecture for the company.
Which steps will be included in the Dispatcher process?
Answer:
Question 17Selectable Answer
What type of argument can you define to pass data and retrieve the modified value from an invoked workflow?
Answer:
Question 18Selectable Answer
Which of the scraping methods can get you the hidden text in the element?
Answer:
Question 19Selectable Answer
What is the use of <idx='*'> attribute when working with selectors?
Answer: Explanation:
Introducing Non-Greedy search in your selectors instructs it to search through all the active windows or browser instances that match the top-level tags of your selector, and not just the window instances in focus.
Non-Greedy search makes use of the idx() attribute, which needs to be included in the top-level tag, as follows:
<idx='*'> searches through all active window instances for the element matching the top-level tag attributes.
Please note that the <idx='1'> option only searches through window instances in focus. 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
Question 20Selectable Answer
Which statement about the UiPath Robotic Enterprise Framework template is false?
Answer:
Question 21Selectable Answer
In which workflow in the UiPath Robotic Enterprise Framework template is the TransactionNumber global variable incremented by default?
Answer:
Question 22Selectable Answer
Which emails are deleted if you use Get IMAP Mail Messages with the DeleteMessages property set to true?
Answer:
Question 23Selectable Answer
Where can you trigger an unattended robot from? Select all the options that apply.
Answer:
Question 24Selectable Answer
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?
Answer:
Question 25Selectable Answer
A developer uses a For Each Row in Data Table activity to iterate through a sampleDataTable that stores current prices of the product and price at the discount. The developer wants to remove some rows (please see the condition in the If activity) and display, how many rows were left in the datatable.
What will be the result of the processing?
Please find the BuildDataTable wizard below:
Answer: Explanation:
When you try to delete a row inside a For Each Row in Data Table activity, “Collection was modified; enumeration operation might not execute” error will be displayed, as it is not allowed to modify the structure of the datatable (e.g. change positions of datarows, remove them etc.) during iteration.
UiPath Forum
UiPath Documentation
Exam Topic: Describe how to work with complex data structures and data manipulation; for example, datatables and collections.
Question 26Selectable Answer
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?
Answer: 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
Question 27Selectable Answer
A Business Exception occurs in an isolated workflow.
What exception is returned to the outer workflow?
Answer: Explanation:
Business Exceptions are not supported in an isolated workflow, all exceptions return as System Exceptions.
UiPath Documentation
Exam Topic: Differentiate between using Application Exceptions and Business Rule Exceptions.
Question 28Selectable Answer
Why is renaming activities considered to be one of the best practices?
Answer:
Question 29Selectable Answer
If a developer wants to use a variable of type UIElement to identify a button in a Click activity, which property must be manually configured during development?
A developer wants to create an attended automation process. The process will take information from emails in the current user's inbox.
Assuming the email/domain or password for the user's email inbox are not provided in the automation, which activity can be used to get unread emails with the subject line "Email for Robot"?