Pass Your UiPath Certified UiPath-ARDv1 Exam on Mar 29, 2023 with 340 Questions [Q14-Q39]

Share

Pass Your UiPath Certified UiPath-ARDv1 Exam on Mar 29, 2023 with 340 Questions

UiPath-ARDv1 Free Exam Study Guide! (Updated 340 Questions)

NEW QUESTION 14
A developer creates a process using a State Machine. What section(s) does the Final State activity contain?

  • A. Entry
  • B. Entry and Exit
  • C. Exit
  • D. Entry, Exit and Transition(s)

Answer: A

Explanation:
The State activity contains three sections, Entry, Exit and Transition(s), while the Final State only contains one section, Entry.
UiPath Documentation
Exam Topic: Describe how to use state machines versus flowcharts and sequences

 

NEW QUESTION 15
Please choose the incorrect statement about the usage of the State Machine activity.

  • A. You can only create one initial state, yet it is possible to have more than one Final State.
  • B. You can directly connect Start and Final State.
  • C. Every State activity should have at least 1 transition.
  • D. Every State Machine must have a Final State to avoid an infinite loop.

Answer: B

Explanation:
Correct statements:
You can only create one initial state, yet it is possible to have more than one Final State. You can only create one link from Start, so it is impossible to connect more than one initial state to it. However, you can connect a State activity to the different Final States depending on the required conditions.
Every State Machine must have a Final State to avoid an infinite loop. If you interconnect States between each other without a Final State, then the process will enter an infinite loop, which would result in incorrect processing.
Every State activity should have at least 1 transition. If you do not create a transition, a red symbol of an error will appear in the corner of the State.

Incorrect statement:
You can directly connect Start and Final State. That is an incorrect statement, as Final State cannot be an initial state. UiPath Studio does not allow to create a link directly from Start to Final State.

 

NEW QUESTION 16
A developer uses a GIT repository for version control of his project. Which of the following buttons ensures that the changes are applied to the local Git repository?

  • A. Commit
  • B. Commit and Save
  • C. Save changes
  • D. Commit and Push

Answer: A

Explanation:
Commit button allows to commit the changes to the local Git repository.
Commit and Push button allows to commit the changes and push them to the remote repository.

UiPath Documentation
Exam Topic: Understand how GIT and TFS are used for version control

 

NEW QUESTION 17
A developer runs a Dispatcher process to upload 5 queue items to Orchestrator and then runs a Performer to process them. However, the developer forgot to use the Set Transaction Status activity, which resulted in all 5 items changing their status to In Progress.2 days later, the developer checks the status of transactions in Orchestrator. What will be their status?

  • A. Deleted
  • B. Abandoned
  • C. In Progress
  • D. Failed

Answer: B

Explanation:
Items that remained in the In Progress status for a long period of time (approx. 24 hours) without being processed change their status to Abandoned.
UiPath Documentation
Exam Topic: Describe how to work with Orchestrator queues and assets
Bottom of Form

 

NEW QUESTION 18
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='* - Notepad'
  • D. title='* writtenNotes - Notepad'

Answer: C

 

NEW QUESTION 19
A database, DT1, is shown in the following exhibit:

The Filter Wizard of a Filter Data Table activity is shown below:

What is the result after the activity has executed?

  • A. DT1 is returned as an empty datatable.
  • B. A runtime error will be thrown.
  • C. DT1 is unaffected by the settings of the Filter Wizard.
  • D. DT1 is overwritten based on the settings of the Filter Wizard.

Answer: D

 

NEW QUESTION 20
A developer is using GIT for version control. While the developer is attempting to Commit and Push a local file to the repository, the following pop-up message is displayed:

What is the reason for the pop-up message?

  • A. Local repository is not synchronized with the remote one.
  • B. Opened project was disconnected from the source control.
  • C. Project was not properly checked out in Studio and merge failed into the master.
  • D. Local version was not connected to any branch.

Answer: B

 

NEW QUESTION 21
What happens in the Init state of the Main workflow, in the UiPath Robotic Enterprise Framework template?
Options are :

  • A. The robot reads the configuration file and initializes all the required applications.
  • B. The transaction items are extracted from the Queue.
  • C. The robot checks if the previous transaction is complete and then starts the next one.

Answer: B

 

NEW QUESTION 22
An attended automation user wants to run two background processes in UiPath Assistant: UpdateTimecards Process and GetPTODays Process. What is a characteristic of running these processes?

  • A. UpdateTimecards Process and GetPTODays Process can only be run sequentially
  • B. An exception is thrown if the processes are executed concurrently
  • C. UpdateTimecards Process and GetPTODays Process can be run concurrently
  • D. UpdateTimecards Process and GetPTODays Process can be run concurrently only if started from Orchestrator

Answer: C

 

NEW QUESTION 23
How can you retrieve the value stored in a Queue Item variable?
Options are :

  • A. Use the SpecificContent property
  • B. Use the Deserialize Json activity
  • C. Use the Deserialize Xml activity

Answer: A

 

NEW QUESTION 24
When fine-tuning a dynamic selector, how many characters does "*" replace?

  • A. More than one
  • B. Exactly one
  • C. One or more
  • D. Zero or more

Answer: D

 

NEW QUESTION 25
A developer added six Queue Items to your queue on 15.04.2021. What is the correct sequence in which these Queue Items will be processed?

  • A. E, A, B, F, C, D
  • B. A, E, B, D, C, F
  • C. E, D, A, B, C, F
  • D. A, C, F, B, E, D

Answer: B

Explanation:
Within any given queue the transactions are processed in a hierarchical manner, according to this order:
Items that have a Deadline, as follows:
a. in order of Priority; and
b. according to the set Deadline for items with the same Priority.
Items with no Deadline, in order of Priority, and
a. according to the rule First In, First Out for items with the same Priority.
UiPath Documentation
Exam Topic: Describe how to work with Orchestrator queues and assets

 

NEW QUESTION 26
A developer uses a Lookup Data Table activity to return an email address of a person. What will be the result of the execution of the following seqeunce?

Please find the Build Data Table activity below

Please find the properties of Lookup Data Table activity below

Answer: B

Explanation:
Data Table is zero-based, so ColumnIndex 1 is actually the second column of the data table, "Last Name" column.
Lookup Data Table activity returns the first result of the search, so as there are 2 rows with Last Name equl to "Joe", the value from the first found row will be returned - [email protected].
UiPath Documentation
Exam Topic: Describe how to work with complex data structures and data manipulation; for example, datatables and collections

 

NEW QUESTION 27
What happens if the result of a transaction is not set?
Options are :

  • A. The status is "In Progress" for 24 hours, and then it switches to Abandoned
  • B. It is automatically set to Successful after 24 hours
  • C. It is automatically set to Failed after 24 hours

Answer: A

 

NEW QUESTION 28
Which of the following are required to have efficient execution of automation projects?
Options are :

  • A. Proper exception handling
  • B. Recovery abilities
  • C. Effective logging mechanisms

Answer: A,B,C

 

NEW QUESTION 29
Review the following exhibit:

What is the result of clicking the "Run in PiP" button?

  • A. The attended process starts in the same Windows session.
    The user is logged in automatically with their credentials.
  • B. The attended process starts on a remote machine.
    The user is prompted with a window to enter credentials.
  • C. The attended process starts in an isolated Windows session.
    The user is logged in with the credentials entered from the main session.
  • D. The attended process starts in an isolated Windows session.
    The user is prompted with a window to enter credentials on every run.

Answer: C

 

NEW QUESTION 30
Which activities allow you to iterate through an array of strings?
Options are :

  • A. For Each Row
  • B. Do While
  • C. For Each
  • D. While

Answer: B,C,D

 

NEW QUESTION 31
A developer wants to determine how much time it takes for an activity to perform.

Based on the exhibit, what should the developer use to know how much time has elapsed in executing the Timed Activity sequence?

  • A. StartTime = DateTime.Now.ToString("HH:mm:ss")
    EllapsedTime = DateTime.Now - StartTime
  • B. StartTime = DateTime.Now
    ElapsedTime = DateTime.Now.ToString("HH:mm:ss") - StartTime.ToString
  • C. StartTime = DateTime.Now
    EllapsedTime = (DateTime.Now.Second - StartTime.Second).ToString
  • D. StartTime = DateTime.Now
    ElapsedTime = ((DateTime.Now - StartTime).TotalSeconds).ToString

Answer: D

 

NEW QUESTION 32
A database, DT1, is shown in the following exhibit:

The Filter Wizard of a Filter Data Table activity is shown below:

What is the result after the activity has executed?

  • A. DT1 is returned as an empty datatable.
  • B. A runtime error will be thrown.
  • C. DT1 is unaffected by the settings of the Filter Wizard.
  • D. DT1 is overwritten based on the settings of the Filter Wizard.

Answer: D

 

NEW QUESTION 33
How can you dynamically change parts of a selector?
Options are :

  • A. By using variables to replace the dynamic parts
  • B. By adding parameters from the Properties tab.
  • C. You cannot have dynamic components in a selector.

Answer: A

 

NEW QUESTION 34
Which of the following are considered best practices?
Options are :

  • A. Think about the exceptions that might occur during the execution of the process.
  • B. Include a Should Stop activity at the end of the workflow.
  • C. Start your new sequence with a short annotation meant to explain the purpose of the workflow.

Answer: A,C

 

NEW QUESTION 35
You are creating a Credential asset in Orchestrator as shown in the following exhibit.

Once the asset is created, what are you unable to edit using the default Orchestrator settings?

  • A. Asset name
  • B. Username
  • C. Type
  • D. Password

Answer: C

 

NEW QUESTION 36
A developer is working with a newer application using UiExplorer. Unfortunately, UiExplorer does not recognize the required selectors. What UI Framework is recommended for the developer to choose in such a situation?

  • A. UI Automation
  • B. Default
  • C. Active Accessibility
  • D. Visual UI

Answer: A

Explanation:
In UiExplorer, you can choose one of three UI Frameworks to change the technology used to determine UI elements and their selectors. The following options are available:
- Default - UiPath proprietary method. Usually works fine with all types of user interfaces.
- Active Accessibility - an earlier solution from Microsoft for making apps accessible. It is recommended that you use this option with legacy software when the Default one does not work.
- UI Automation - the improved accessibility model from Microsoft. It is recommended that you use this option with newer apps when the Default one does not work.
UiPath Documentation

 

NEW QUESTION 37
A developer uses Open Browser activity to launch UiPath Docs website. However, as the internet connection is unstable, the developer wraps it in a Retry Scope activity. Please choose the correct statement about this solution.

Please find the properties of Retry Scope activity below

Please find the properties of Open Browser activity below

  • A. Each time the Browser is not opened, an error will be thrown.
  • B. If the Element Exists activity returns False after all retries, the robot will continue the execution and no error will be thrown.
  • C. If the Element Exists activity returns False after all retries, an error will be thrown.
  • D. With these settings, the robot will try to execute the Open Browser activity 4 times overall.

Answer: C

Explanation:
NumberOfRetries property indicates how many times the activity will be executed overall. It is often misunderstood as 1 try + 3 retries (like in Orchestrator queues), however, it actually is simply 3 tries.
Even if Open Browser activity has ContinueOnError property set to True, it doesn't affect the Retry Scope, because Retry Scope activity has ContinueOnError set to False. So after 3 tries, if the required element still doesn't exist, the Retry Scope activity will throw an error.

 

NEW QUESTION 38
A developer configured the Activity Project Settings for a UI automation and a Click activity in the project shown in the following exhibits:


If the target element is not found during execution in Debug mode, how long will it take until an error is thrown?

  • A. 30 seconds
  • B. 20 seconds
  • C. 15 seconds
  • D. 10 seconds

Answer: C

 

NEW QUESTION 39
......


For more info visit:

UiPath Learning guide UiPath Exam Study Guide

 

UiPath-ARDv1 Dumps for UiPath Certified Certified Exam Questions and Answer: https://www.bootcamppdf.com/UiPath-ARDv1_exam-dumps.html

Realistic Verified UiPath-ARDv1 exam dumps Q&As - UiPath-ARDv1 Free Update: https://drive.google.com/open?id=1XzES4CdP6Qp7fxh7nrwXka-X_tpIonYE