UiPath UiARD Exam Practice Questions (P. 5)
- Full Access (260 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #21
A developer needs to reference the element in the first row of the "ID" column in the System.Data.DataTable, "DT".
Which expression is used to reference this element?
Which expression is used to reference this element?
- ADT.Rows(0).ID
- BDT.Rows(1).ID
- CDT.Rows(0).Item("ID")Most Voted
- DDT.Rows(1).Item("ID")
Correct Answer:
D
D
send
light_mode
delete
Question #22
A developer wants to create a process for a Call Center user. This process must:
1. Interact with application windows that are minimized or in the background.
2. Allow the user to interact with separate desktop applications at the same time.
Which workflow activity requires modifications to some of the properties' default values to ensure this process runs in the background?
1. Interact with application windows that are minimized or in the background.
2. Allow the user to interact with separate desktop applications at the same time.
Which workflow activity requires modifications to some of the properties' default values to ensure this process runs in the background?
send
light_mode
delete
Question #23
HOTSPOT -
A developer has created a project to scrape structured data from Service Desk tickets. Upon review, the developer discovered that the Extract Structured Data activity was set to retrieve 50 results. The activity needs to be updated to retrieve all available results.
From the drop-down list shown in the exhibit, select the correct value that should be used to update the MaxNumberOfResults property.
A developer has created a project to scrape structured data from Service Desk tickets. Upon review, the developer discovered that the Extract Structured Data activity was set to retrieve 50 results. The activity needs to be updated to retrieve all available results.
From the drop-down list shown in the exhibit, select the correct value that should be used to update the MaxNumberOfResults property.

send
light_mode
delete
Question #24
A developer uses a Key Press Trigger activity and a Click Trigger activity to monitor events in an application. The two Trigger activities are within the same Trigger Scope activity. Which approach ensures the workflow exits the Trigger Scope activity after any trigger is activated and the associated action is performed?
- ASet "SchedulingMode=Concurrent" in the Trigger Scope activity properties
- BSet "BlockEvent=False" in the properties for the two Trigger activities
- CSet the Trigger Scope activity within a Parallel activity
- DSet "SchedulingMode=OneTime" in the Trigger Scope activity propertiesMost Voted
Correct Answer:
C
C
send
light_mode
delete
Question #25
A developer created a process which extracts text from an element on an HTML website using a Get Text activity. The developer observed that the text can only be successfully extracted when the attribute "innertext" updates or changes from "false" to "true". The target element can take up to 20 seconds to load.
Which activity should be used before the Get Text activity to ensure the target element text can be extracted?
Which activity should be used before the Get Text activity to ensure the target element text can be extracted?
- ASet Web Attribute
- BDelay
- COn Element Appear
- DWait AttributeMost Voted
Correct Answer:
B
B
send
light_mode
delete
All Pages