UiPath Advanced RPA Developer v1.0 Exam ( UiARD ) UiPath - ARDv1 Free Questions https://www.passquestion.com / UiPath - ARDv1 html In UiPath Studio, what describes project validation and workflow analysis? A. Validation of the file or project is performed whenever the Workflow Analyzer is triggered. B. Validation of the file or project is performed after the Workflow Analyzer finishes the report. C. Validation of the file or project is performed only if the user triggers Validate File and Validate Project. D. Validation of the file or project is performed only when running or debugging. Answer: A Question 1 When debugging a process, you run in Debug mode and are paused at a breakpoint. To quickly execute the activity with the breakpoint and proceed with the execution, which button should be clicked on the Execute tab of Studio? A. Step Into B. Break C. Step Over D. Continue Answer: D Question 2 A developer wants to design a process in which multiple decision points will be used to accommodate complex scenarios. In UiPath Studio, which recommended type of workflow meets this requirement? A. State Machine B. Sequence C. Global Exception Handler D. Flowchart Answer: D Question 3 You are working on a project with three other developers and are using TFS source control in UiPath Studio. If you want to ensure you have the newest version from the server on your local machine, which TFS/SVN command should be used? A. Check Out For Edit B. Commit C. Show Changes D. Get Latest Version Answer: A Question 4 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"? A. Get Exchange Mail Messages B. Get POP3 Mail Messages C. Get Outlook Mail Messages D. Get IMAP Mail Messages Answer: D Question 5 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? A. Get Text B. Element Exists C. Select Item D. Type Into Answer: A Question 6 While working with a queue in Orchestrator, you notice that the status of one of the Queue Items has changed to Abandoned. When does this happen? A. When the item remains in the "Failed" status for approx. 24 hours B. When the item remains in the "In Progress" status for approx. 24 hours C. When the item remains in the "Retried" status for approx. 24 hours D. When the item remains in the "New" status for approx. 24 hours Answer: B Question 7 A developer is adding a Log Message activity in an Exit section of a single state within a state machine. When will the Log Message activity in the Exit section be executed? A. After the activities in the Entry section and the activities in the trigger are executed. B. After the activities in the Entry section are executed, but only if there are exceptions. C. Immediately after the activities in the Entry section are executed. D. After the activities in the Entry section are executed and the transition to the next state is confirmed. Answer: D Question 8 An RPA developer needs to perform a code review on a process to ensure best practices were used. During the code review, the developer discovers that the workflows cannot be easily tested and some refactoring of the code is required. Based on best practices, which approach is recommended? A. Create unit tests only for the workflows that need to be refactored. B. Split the logic into reusable workflows and use arguments when needed. C. Rewrite all the workflows using best practices. D. Use manual end - to - end testing and refactor only the tested workflows. Answer: D Question 9 A developer published a library component for use within UiPath Studio. In order to successfully add this library as a dependency to the project, what should be used? A. Invoke Com Method activity B. Imports Panel C. Invoke Method activity D. Manage Packages Window Answer: D Question 10