UiPath UIPATH-ARDV1 UiPath Advanced RPA Developer v1.0 Exam (UiARD) Online Training
UiPath UIPATH-ARDV1 Online Training
The questions for UIPATH-ARDV1 were last updated at Nov 23,2024.
- Exam Code: UIPATH-ARDV1
- Exam Name: UiPath Advanced RPA Developer v1.0 Exam (UiARD)
- Certification Provider: UiPath
- Latest update: Nov 23,2024
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 . Timeout values is not defined in activity Click Calculator button
- B . Hardcoded delays used in activity Click Calculator button
- C . Activity Click Calculator button has a default name
- D . SendWindowMessages not checked in activity Click Calculator button
You have two variables, varA and varB, as shown in the following exhibit:
What is the output of the Write Line activity?
- A . 246246
- B . 123123246
- C . 246123123
- D . 123123123123
A developer needs to automate a process which involves capturing support ticket numbers from the email subject line. For example, the email subject line includes: "Action Required
C XA/135" where "XA/135" is the ticket number. The robot should validate the pattern of the ticket number before proceeding.
Which expression exclusively matches the ticket number pattern from the subject line?
- A . Option A
- B . Option B
- C . Option C
- D . Option D
A developer used title=’1 writtenNotes-Notepad’ as an attribute of a selector. The first character of the Notepad file name changes dynamically based on the .txt file used to open the file.
If the developer wants the selector to identify the Notepad by everything but the first character, how should title
be replaced?
- A . title=’* writtenNotes-Notepad’
- B . title=’? -Notepad’
- C . title=’? writtenNotes-Notepad’
- D . title=’* -Notepad’
A developer wants to use the Dispatcher and Performer architecture.
What describes the characteristics of a Dispatcher and a Performer process?
- A . Dispatcher is used to add Queue Items to an Orchestrator Queue Performer should be created in the REFramework
- B . Dispatcher can only interact with one Orchestrator Queue Performer is used to process Queue Items one at a time
- C . Dispatcher is used to process transaction items from an Orchestrator Queue Performer can interact with multiple Orchestrator Queues
- D . Dispatcher is always created in the REFramework Performer can only interact with one Orchestrator Queue
A developer plans to create a process to automate a web application. The web application requires HTML buttons and text boxes to be loaded. Although some assets may still be loading, the robot should perform the UI actions once the buttons and text boxes are loaded.
Which property should be configured?
- A . TimeoutMS = 10000
- B . WaitForReady = Complete
- C . TimeoutMS = Int32.MaxValue
- D . WaitForReady = Interactive
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
A developer used the Robotic Enterprise (RE) Framework to implement an automation of a website. For security reasons, the credentials for the login are stored in the Orchestrator.
Which steps should the developer perform to use these credentials in the project?
- A . Add a row in the Constants sheet in Config.xlsx with the name of the Orchestrator asset.
Use the Get Credential activity in the login workflow to get the username and password. - B . Add a row in the Settings sheet in Config.xlsx with the name of the Orchestrator asset. Use the Get Credential activity in the login workflow to retrieve the username and password.
- C . Add a row in the Assets sheet in Config.xlsx with the name of the Orchestrator asset. Use the Get Credential activity in the login workflow to get the username and password.
- D . Add a row in the Assets sheet in Config.xlsx with the name of the Orchestrator asset. In the login workflow, retrieve the username and password by referencing the Config dictionary.
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 . Create an Excel file of processed Queue Items and loop through the list to check if the current Queue Item has been processed before.
- B . 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.
- C . Set the "Unique Reference" of the queue to "Yes" and "Auto Retry" of the queue to "No".
- D . Set the "Unique Reference" of the queue to "Yes" and add a descriptive "Reference" in the "Add Queue Item" activity.
You recently observed a developer using the SecureString variable type in their workflow.
What is a UiPath best practice relative to the use of SecureString?
- A . Name of the SecureString variable should include the prefix "str_".
- B . SecureString variable scope should be limited to the scope where it is created.
- C . A workflow file should not contain more than one SecureString variable.
- D . SecureString variable should be assigned to an argument.
Hi