RPA Study Zone UiPath Fundamentals UiPath Fundamentals You will be given 50 random questions.Good luck! Category: Studio 1. The UI Explorer is available to use at all times, irrespective of whether the project includes the UI automation package. False True Category: UiPath General 2. Which of the following implementation stages involves an Automation Developer? (select all that apply) Project Closure Development and Testing Process Analysis Business Case and Technical Validation Kick Off Category: Studio 3. Which of the following scenarios triggers the Retry Scope to retry the contained activities? (select all that apply) As long as the condition is met and an error is thrown. As long as the condition is not met. As long as the condition is met. As long as an error is thrown. Category: Studio 4. What container do you need to add to be able to use Modern Excel activities? Excel Application Scope Use Application/Browser Use Excel File No container is needed Category: Studio 5. Which output method cannot capture text position? Full Text OCR Native Category: Orchestrator 6. Which of the following type of process uses the User Interface? Foreground process. Background process. Headless process. Category: Studio 7. Which of the following pieces of information cannot be stored in an Orchestrator asset? A URL A number A table A set of credentials Category: Studio 8. What information can you follow in the Watch panel? The previous activity to be executed and its parent containers. The output of log message and write line activities. The values of variables or arguments, and the values of user-defined expressions that are in scope. The next activity to be executed and its parent containers when the project is paused in debugging. Category: Studio 9. How do you add an element to an Array at runtime in Studio? You can't add an element to an array at runtime Add To Array activity myArrayVariable.push("element") myArrayVariable.add("element") Category: Studio 10. Which of the following prerequisites does your setup need to meet for you to be able to use the Object Repository? (Choose all that apply) Modern Design Experience enabled in the project Data Service enabled UiPath.UIAutomation.Activities package versions 2020.10 and above Action Center enabled Category: Studio 11. While fine-tuning the target UI element, you can use variables in the Selector, but not in the Fuzzy selector. True False Category: Studio 12. Which of the following activities can be used to directly compare the state of a UI element with a value or variable? Verify Attribute Verify Expression with Operator Verify Control Attribute Verify Expression Category: Studio 13. Which of the following types of information can you find in the Locals Panel? (Choose all options that apply) The value of the variables. Exceptions. Properties of current activity. A cumulative percentage of the execution time of each activity. The value of the expressions. Category: Studio 14. Which activity is used to enable dynamic file selection in an automation process? Rename File Move File Browse For File Create File Category: Studio 15. Which output method works on hidden text? OCR Full Text Native Category: Studio 16. How can we convert a data table to a string? By using the Output Data Table activity. By using the Generate Data Table from Text activity. By using the Build Data Table activity. By using the Merge Data Table activity. Category: Studio 17. When pairing an element which contains a Descriptor with a variable to a UI Interaction activity, the variable is automatically declared in your project. False True Category: Studio 18. What is the easiest way to get the invoice number from a native PDF file? Use the Read PDF Text activity and get the value by using string manipulation. Use the Read PDF with OCR activity and get the value by using string manipulation. Use the Get Text activity. Open the PDF file with Adobe Acrobat Reader and scrape only the relevant information. Category: Studio 19. Which of the following prerequisites does your setup need to meet for you to be able to use the Object Repository? (choose all that apply) Action Center enabled Modern Design Experience enabled in the project Data Service enabled UiPath.Uiautomation.Activities package versions 2020.10 and above Category: Studio 20. What are some of the activities that you can use to create a DataTable? (select all that apply) Read Range Workbook Write Range Workbook Generate Data Table From Text Build Data Table Read CSV Category: Studio 21. What are the key benefits of using the Parallel Activity in UiPath? (select all that apply) Sequential execution of activities Ability to handle activities with dependencies Improved performance of complex workflows Synchronization mechanisms for coordinated execution Efficient parallel processing Category: Studio 22. What are the types of logs generated by the execution of a process? Setup Logs Studio Logs Robot Execution Logs Process Execution Logs Category: Studio 23. Which of the following best describes a descriptor in the context of UI automation? A container for UI elements. The “path” to the UI element, starting from the root, all the way to the target element. Target and Anchor pair to identify and locate UI elements using unique attributes or identifiers to interact with the UI accurately and consistently. The unique ID of an UI element. Category: Orchestrator 24. What type of account do you need to run back-office unattended processes that should not be the responsibility of any particular user? Both user and robot accounts. User accounts. Robot accounts. Category: Studio 25. How are rules used if you select 'Workflow' as scope? Rules perform checks in a single project file, for example 'Unused Variables'. The rules are enforced at activity level, checking variables, arguments, and properties. Checks are performed at project level. Rules will generate a message in the Error List panel. Category: Studio 26. How can we see the path of the project in Studio? Project > Filter Options Project > Project Settings Project > Add To Source Control Project > Open Project Folder Category: Orchestrator 27. Which of the following sets of jobs can be run simultaneously using a pool of 3 machines connected using the same machine template having 3 runtimes? (select all that apply) 3 jobs created using a foreground process and 5 jobs created using a background process. 5 jobs created using a foreground process and 3 jobs created using a background process. 5 jobs created using a foreground process. 5 jobs created using a background process. Category: Studio 28. Which panel is used to inspect data available at a certain point during debugging? Watch Call Stack Immediate Locals Category: Studio 29. Look at the following variables:User = "Mary"Age = 39Address="310 Sycamore"How would you code the following string?Mary, 39, lives at 310 Sycamore. User + ", " + Age.ToString + ", lives at " + Address + "." "[User], [age], lives at [Address]." User + Age.ToString + "lives at " + Address User + ", " + Age + ", lives at " + Address + "." Category: Studio 30. Where will the results of workflow analysis be displayed? In the logs by clicking Open Logs in the DEBUG ribbon tab. In the Watch panel In the Error List panel In the Output panel Category: Studio 31. Fill in the blank: When working with the Show Changes option it's good to know that it works at ____________ level. Activity Workflow and Project Level Project Workflow File Category: Studio 32. When selecting Debug File > Run, all breakpoints will be ignored False True Category: Studio 33. What methods to convert a variable to an Integer? myVar.ToInt32 Convert.ToInt32(myVar) Parse(myVar) CInt(myVar) Category: Orchestrator 34. Which of the following pieces of information can be stored in an Orchestrator asset? (select all that apply) A transaction item. An URL. A set of credentials. A text file. A true or false value. Category: Studio 35. Data Table cells are identified through the Column Name or Column Index and by the Row Index, both starting from zero. A spreadsheet cell is identified by a column letter and a row number starting at one. False True Category: Studio 36. When using the "Read Range Workbook" activity in UiPath Studio, where does the read data get saved? Data Table variable Excel workbook Array variable Text file Category: Studio 37. How can we combine rows from two tables by using values common to each other according to a rule? By using the Join Data Tables activity By using the Merge Data Table activity By using the Sort Data Table activity By using the Remove Duplicate Rows activity Category: Studio 38. When using the App/Web Recorder, which of the following actions automatically generate a workflow activity? Sending keyboard shortcuts from your keyboard Clicking action Typing text Hovering over an element Highlighting an element Copying text Category: UiPath General 39. Studio users that are signed into Orchestrator can do the following (select all that apply): Run a process in debug mode Run a job in Automation Cloud Run a process from Assistant Publish an automation to Orchestrator Category: Studio 40. What are the benefits of using Object Repository? (select all that apply) UI elements across the project are managed, updated, and modified from a centralized place. Quickly capture elements you need in your automation with the Capture Elements wizard. Downgrade application and process UI elements in one go with UI libraries. Objects are reusable in local project or across projects when packaged as libraries. Category: Studio 41. Which of the following properties cannot be modified once global constants and variables are created? (select all that apply) Value Name Data Type Scope Category: Orchestrator 42. Consider a Windows Server machine connected to Orchestrator using a machine template configured with 3 licenses (runtimes). If the only job running uses a background process, how many licenses are consumed? 2 0 3 1 Category: Studio 43. What activity would you use to eliminate an unnecessary column in a DataTable? Remove from Collection Remove Data Column Delete Data Column Delete from Collection Category: Studio 44. What activity can we use to create a new DataTable based on filtered values from an existing one? Merge Data Table Filter Data Table Output Data Table Sort Data Table Generate Data Table From Text Category: Studio 45. What container do you need to add to be able to use Modern Excel activities? No container is needed Use Application/Browser Use Excel File Excel Application Scope Category: Studio 46. What differences between versions of the workflow files can you see in the Show Changes and Solve conflicts windows? Added activities Modified activity properties Added workflows Removed workflows Modified activity properties Category: Studio 47. You are extracting a UI Library from a Process type project. You have completed extracting the elements and published the Library.How would you make sure the elements used in the starting project can be automatically updated when the UI Library is updated? Import the UI Library back into the Project and manually pair the UI Activities with the elements in the Library. You don't need to change anything. The Library is set as a dependency by default. Import the Library back into the project and remove the Project UI Descriptors in the Object Repository. Category: Studio 48. From the following options, identify the key targeting methods used in UI automation to identify UI elements. (select all that apply) Image Fuzzy Selectors Strict Selectors Anchor Category: Studio 49. Which property of the Check App State activity in UiPath specifies the maximum amount of time to wait for the application state to change? Timeout Delay RetryInterval WaitTime Category: Studio 50. How can the Visual Tree be used to fine-tune selectors and locate specific UI elements within an application? By analyzing the hierarchical structure and relationships between elements in the Visual Tree. By inspecting the properties and attributes of UI elements in the Visual Tree. By using CSS selectors to target elements within the Visual Tree. By performing automated tests on the UI elements within the Visual Tree. Your score isThe average score is 0% 0% Restart quiz