RPA Study Zone UiPath Fundamentals UiPath Fundamentals You will be given 50 random questions.Good luck! Category: Orchestrator 1. Which of the following statements are correct for selecting the appropriate type of Robot when provisioning a new Robot? (select all that apply) For Unattended Robots, the Windows credentials are needed to run unattended jobs on them. For Attended Robots, credentials are not needed because the jobs are triggered manually by human agents, directly on the machine where the Robots are installed. For Unattended Robots, the Windows credentials are not needed to run unattended jobs on them. For Attended Robots, credentials are needed because the jobs are triggered manually by human agents, directly on the machine where the Robots are installed. Category: Studio 2. When should we use the If activity in studio? When we want to assign a value to a variable When we want to rename a file When we want to choose one of two options When we want to write a message to output Category: Studio 3. Which is the fastest output method? Full Text OCR Native Category: Studio 4. What option would you use to import a UI Library as a dependency in your Process type project? Manage Packages Publish UI Explorer Project Settings Category: Studio 5. Which of the following conditions must be met before you can configure Triggers in Automation Cloud? You have already setup an Unattended or Non-production Robot in your Orchestrator instance. The Triggers tab is displayed in the Integrations window. The Integration Service is enabled and provisioned for your tenant. The Automation Cloud platform is updated to the latest version. You are using modern folders in your Orchestrator instance. Category: Studio 6. Which of the following methods can be used to populate a list of strings type variable with the values John, Paul, George, and Ringo? (select all that apply) Set the Default value, in the Data Manager panel, to {"John", "Paul", "George", "Ringo"} Initialize the variable with New List(of String) and use Build Collection activity to populate the list. Leave the Default value blank and use Add To Collection activities to populate the list. Set the Default value, in the Variables panel, to New List(of String) from {"John", "Paul", "George", "Ringo"} Category: Studio 7. How can values be passed from one workflow to another? With arguments and global variables With arguments and variables Only with arguments Only with variables Category: Studio 8. What activity is used to create a DataTable from structured text, by letting the user indicate the row and column separators? Read Range Build Data Table Read CSV Generate Data Table From Text Category: Coding Fundamentals 9. To improve readability, variable and argument names must align to a naming convention. If a variable is written as FirstName, then what is the naming convention followed? Lower camel case Pascal case Snake case Kebab case Category: Studio 10. In the scenario where you are building automation for an application on a client machine without direct access or the ability to install Studio on that machine, which targeting method can you use to identify the required UI element for processes? Image Selectors Image and Fuzzy selectors Only Anchors Category: Studio 11. Which debugging option in UiPath Studio allows you to pause the execution before a specific activity and perform additional actions? Step Over Run to this activity Step Into Create test bench Category: Studio 12. When selecting Debug File > Run, all breakpoints will be ignored False True Category: Orchestrator 13. What happens when a new version of an existing library is published to Orchestrator? Both versions will be available. The operation won't be completed and an error will be displayed. The previous version gets replaced with the new version. Category: Studio 14. Which of the following option in UiPath Studio allows you to create a local repository and copy the project to it? Copy to Git Clone Repository Connect to Git Git Init Category: Studio 15. Which of the following input methods does NOT support hotkeys? SendWindowsMessages Simulate ChromiumAPI Hardware Events Category: Orchestrator 16. Which of the following type of process uses the User Interface? Foreground process. Headless process. Background process. Category: Orchestrator 17. Are all event types the same, regardless of the used connector? No Yes Category: Studio 18. Fill in the blank: When working with the Show Changes option it's good to know that it works at ____________ level. Activity Project Workflow File Workflow and Project Level Category: Studio 19. Which of the following is recommended to have in a Catch block? (select all that apply) The activity or set of activities to be performed when an error occurs. There's no need to add an activity in the Catch block. A Log Message activity. The activity performed which has a chance of throwing an error. Category: Studio 20. You have just updated a UI Library dependency in a Process type project. The new version of the Library contains updates to elements that are already used in activities in your project.You now need to manually update the activities that were paired with the old versions of the elements. True False Category: Orchestrator 21. Which of the following statements about queue creation are true? (select all that apply) The maximum number of items has to be specified at the queue creation. Queues cannot be created without at least one item. Queues can hold an unlimited number of items. Queues are created empty by default. Category: Studio 22. What is the easiest way to get the invoice number from a native PDF file? Use the Get Text activity. 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. Open the PDF file with Adobe Acrobat Reader and scrape only the relevant information. Category: Studio 23. How can we see the path of the project in Studio? Project > Filter Options Project > Add To Source Control Project > Open Project Folder Project > Project Settings Category: Studio 24. When using the App/Web Recorder, which of the following actions automatically generate a workflow activity? Highlighting an element Clicking action Hovering over an element Copying text Sending keyboard shortcuts from your keyboard Typing text Category: Coding Fundamentals 25. What are the benefits of using source control systems? (select all that apply) Testing of code. Code integrity and backup. Experimentation and rollbacks History and version tracking. Category: Studio 26. Which of the following statements is true about version control systems in UiPath Studio? Version control systems can only be used by advanced developers. Version control systems are not necessary for small-scale projects. Version control systems help in managing and tracking changes to the project's files and code. UiPath Studio does not support integration with any version control systems. Category: Studio 27. How can a robot read only the first page of a PDF file using the PDF activities? Set the Range property to 1. Set the Range property to “All”. Set the Range property to “1”. Set the Range property to "0". Category: Studio 28. What are the benefits of using Object Repository? (select all that apply) Objects are reusable in local project or across projects when packaged as libraries. 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. UI elements across the project are managed, updated, and modified from a centralized place. Category: Studio 29. Which action does the Play button in the Ribbon take by default? Debug current file Run project Run current file Debug project Category: Studio 30. What is the maximum number of Catch blocks that can be used in a Try Catch activity in UiPath Studio? Ten Unlimited Five Three Category: Studio 31. What activity can you use to send an email without entering the username and password of the email account? Send IMAP Mail Message Send SMTP Mail Message Send Exchange Mail Message Send Outlook Mail Message Category: Studio 32. If we have a default design experience set at the Studio level, and from the project setting, it's set as to use global settings, which experience activities will be available to use? Classic Modern Category: Studio 33. Which of the following pieces of information cannot be stored in an Orchestrator asset? A set of credentials A URL A number A table Category: Studio 34. From the following options, identify the key targeting methods used in UI automation to identify UI elements. (select all that apply) Strict Selectors Anchor Fuzzy Selectors Image Category: Studio 35. What is the purpose of the "For Each Folder in Folder" activity in an automation process? Selects and creates folders dynamically. Deletes files and folders. Extracts contents from archives. Iterates through folders, including sub-folders, for processing. Category: Studio 36. What is the most effective way to handle the click on a UI Element that is not always available? Use a Find Element activity. Set the ContinueOnError property of the Click activity to True. Place the Click activity inside a Try Catch. Use an Element Exists activity and then a Click activity. Category: UiPath General 37. Which of the following implementation stages involves an Automation Developer? (select all that apply) Project Closure Kick Off Business Case and Technical Validation Process Analysis Development and Testing Category: Studio 38. What are the available rule action levels in the Workflow Analyzer? Info Error Activity Verbose Workflow Warning Category: Studio 39. What differences between versions of the workflow files can you see in the Show Changes and Solve conflicts windows? Modified activity properties Added workflows Removed workflows Modified activity properties Added activities Category: Orchestrator 40. Which of the following folder entities can be configured to be accessed/executed only by a certain unattended robot? (select all that apply) Triggers Assets Queues Jobs Storage Buckets Category: Studio 41. From which panels can you directly add variables to the Watch panel? (Select all that apply) Activities Panel Locals Panel Immediate Panel Data Manager Panel Variables Panel Category: Studio 42. What is the expected outcome if an Excel file is opened while a UiPath automation that uses Workbook activities is running? The automation will continue to run without any issues. The automation will pause until the Excel file is closed. The automation will fail and throw an error. The automation will delete the opened Excel file. Category: Studio 43. You want to update the Descriptors for five UI Elements already present in a UI Library. You plan to use the new version of the Library to update several projects.How would you capture the new versions of the Descriptors using the Object Repository? Capture the new UI Elements in a Modern UI activity and click Add to Object Repository Click Capture Elements in the Object Repository and record the new versions of the UI Elements Right-click the UI Elements in the Object Repository, select Edit Descriptor and recapture or edit the Descriptors Category: Orchestrator 44. 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? 0 2 1 3 Category: Studio 45. While fine-tuning the target UI element, you can use variables in the Selector, but not in the Fuzzy selector. False True Category: Studio 46. Which output method is the slowest? Native OCR FullText Category: Studio 47. 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. True False Category: Studio 48. The only way to use GMail is with the Google Workspace package. True False Category: Studio 49. The Check App State activity must be used within a Use/Application Browser scope True False Category: Studio 50. Which panel of UI Explorer interface contains all the UI elements of an opened application? Visual Tree Edit Attributes UI Hierarchy UI Frameworks Your score isThe average score is 0% 0% Restart quiz