RPA Study Zone UiPath Fundamentals UiPath Fundamentals You will be given 50 random questions.Good luck! Category: Studio 1. 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 Generate Data Table From Text Read CSV Category: Studio 2. What would be the best data type option for an unchanging list? Array Dictionary Data Table List Category: UiPath General 3. What are the core UiPath components? Automation Hub GIT Orchestrator Robots Studio Category: Studio 4. What is the type of selector that is generated when you use a Type Into activity in a container activity? A partial selector A static selector A dynamic selector A full selector Category: Studio 5. Which is the fastest output method? OCR Full Text Native Category: Studio 6. Which output method works in the background? FullText Native OCR Category: Studio 7. What activity allows you to connect and authenticate to Google services and supports all Gsuite activities? Use Google Spreadsheet Use Google Drive Use Google Document GSuite Application Scope Category: Studio 8. Which statement accurately describes the process of automating the interface of Outlook using UI Automation activities within the Use Desktop Outlook App activity? UI Automation activities cannot be used to automate the interface of Outlook. Only one Outlook window should be open on your machine for successful automation. The Use Desktop Outlook App activity is not compatible with UI Automation activities. Multiple Outlook windows need to be open on your machine for the automation to work effectively. Category: Studio 9. When fine-tuning a selector, how many characters does “*” replace? Zero or more Zero One or more Exactly one Category: Studio 10. When pairing an element which contains a Descriptor with a variable to a UI Interaction activity, the variable is automatically declared in your project. True False Category: Studio 11. Which of the following statements is true about version control systems in UiPath Studio? Version control systems can only be used by advanced developers. UiPath Studio does not support integration with any version control systems. 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. Category: Studio 12. What is a DataTable variable? A type of variable that can store only strings. These types of variables can be used to store any information such as employee names, usernames or any other string A type of variable that can store big pieces of information, and act as a database or a simple spreadsheet with rows and columns. A type of variable used to store numeric information. They can be used to perform equations or comparisons, pass important data, and many others. A type of variable which enables you to store multiple values of the same type. Category: Orchestrator 13. Active Directory users can be configured in Orchestrator only to have an Unattended Robot automatically created, but not an Attended Robot. True False Category: Studio 14. Which panel displays the next activity to be executed and its parent containers when the project is paused in debugging? Immediate Locals Watch Call Stack Category: Studio 15. Which layout would you choose when creating a process with multiple branches of decisions? Flowchart Sequence State Machine Category: Studio 16. Which of the following scenarios would cause the Window Selector option to be disabled in UiPath Studio? When selecting the "Application Instance" option in the "Use Application or Browser" activity. When using the "Use Application or Browser" activity without indicating any target application. When the "Window Attach Mode" property is set to "Single Window" in the "Use Application or Browser" activity. When the targeted window or application cannot be located by the robot. Category: Studio 17. True or False: In the show Changes window, activities highlighted in green have modified properties. False True Category: Studio 18. What are some of the activities that you can use to create a DataTable? (select all that apply) Read Range Workbook Generate Data Table From Text Write Range Workbook Build Data Table Read CSV Category: Orchestrator 19. Which of the following statements is true? Which of the following statements is true? Storage Buckets can be created using the Orchestrator database or some external providers, such as Azure, Amazon, or MinIO. All Storage Buckets in Orchestrator are read-only. Category: Studio 20. Which of the following activities helps in extracting text from a PDF containing data in the form of a scanned image? Extract Images From PDF Read PDF with OCR Read PDF Text Get Text Category: Studio 21. Which exception type is being described by the following statement: "Occurs when using a variable with no set value (not initialized)"? IOException SelectorNotFoundException BusinessRuleException NullReferenceException Category: Studio 22. What is the keyboard shortcut for accessing the log folder? CTRL + E CTRL + L ALT + L ALT + E Category: Studio 23. When you drag and drop an element or screen from the Object Repository, the object's image, arguments, and other details are automatically added to the activity. False True Category: Studio 24. You are building a Process type project using a UI Library. You've just added the Library as a dependency.Where can you find the imported elements? In the Object Repository panel in the UI Activities tab In the Resources panel In the Project panel under Dependencies In the Object Repository panel in the Descriptors tab Category: Studio 25. Which debugging option in UiPath Studio allows you to pause the execution before a specific activity and perform additional actions? Create test bench Run to this activity Step Into Step Over Category: Studio 26. Consider an Int32 variable (Counter), initially assigned with the value 10. The value is set to decrease by 1 in the body sequence of the Do While activity.How many times will the body sequence be executed if the expression in the Condition field of the Do While activity is Counter > 0? 0 10 9 1 11 Category: Studio 27. If you want to extract specific information from multiple native PDF files with the same structure, what activity should you use? Get Text Activity with OCR Read PDF Activity with OCR There is no activity for this. Get Text Activity Category: Studio 28. How would you access the Robot Execution Logs in Studio? Access the Home Tab > Click Settings > Click Logs > Open the execution log file. Access the Project panel > Click File explorer > Access the logs folder in your project > Open the desired execution log file. Access the Debug Ribbon > Click Open Logs > Open the execution log file. Access the Design Ribbon > Click Open Log. Category: Studio 29. When using the App/Web Recorder, which of the following actions automatically generate a workflow activity? Clicking action Sending keyboard shortcuts from your keyboard Typing text Highlighting an element Copying text Hovering over an element Category: Studio 30. The Check App State activity must be used within a Use/Application Browser scope False True Category: Studio 31. What is the key difference between data tables and spreadsheets? There's no particular difference. We can use both of them depending on our business requirements. 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. Data Table cells are identified by a column letter and a row number starting at one. A spreadsheet cell is identified through the Column Name or Column Index and by the Row Index, both starting from zero. Data Table cells are identified through the Column Name or Column Index and by the Row Index, both starting from one. Category: Studio 32. How can a robot read only the first page of a PDF file using the PDF activities? Set the Range property to "0". Set the Range property to 1. Set the Range property to “All”. Set the Range property to “1”. Category: Studio 33. Where can you find the Run from this Activity, Run to this Activity and Test activity actions? In the activity contextual menu in the Designer panel. In the Debug Ribbon. In the Design Ribbon. In the activity contextual menu in the Activities panel. Category: Orchestrator 34. 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 35. What needs to happen in order for a user to publish to his personal workspace feed? Make sure the user has a Named User license Enable the ability in Orchestrator, and he must select Orchestrator Personal Workspace Feed when publishing He must select Assistant (Robot Defaults) when publishing Category: UiPath General 36. Which of the following implementation stages involves an Automation Developer? (select all that apply) Business Case and Technical Validation Project Closure Process Analysis Kick Off Development and Testing Category: Orchestrator 37. The status of a queue item is typically updated by a robot called... Performer Dispatcher Queue Robot Category: Studio 38. Which of the following types of information can you find in the Locals Panel? (Choose all options that apply) A cumulative percentage of the execution time of each activity. Properties of current activity. The value of the variables. The value of the expressions. Exceptions. Category: Studio 39. When you are developing automation for an application on a client machine without direct access or the ability to install Studio on that machine, which targeting method can be used to identify the required UI element for processes? Only Anchors Image Selectors Image and Fuzzy selectors Category: Studio 40. What happens when we publish an automation process to the Orchestrator Personal Workspace? A process is created automatically if one doesn't already exist, and existing processes must be manually updated to the latest published version. A process is created automatically if one doesn't already exist, and existing processes are automatically updated to the latest published version. If there isn't already an existing process, we must go into Orchestrator and manually create one with the same name as the Studio project. Category: Studio 41. When selecting Debug File > Run, all breakpoints will be ignored True False Category: Studio 42. What is the functionality of 'Enforce Analyzer before Run' feature? Checks all rules irrespective of their action Allows execution of workflow even if there are errors Does not allow execution in run or debug mode if rule validations with Error action are found. Allows only debugging of workflow even if there are errors Category: Studio 43. What are the capabilities of Workflow Analyzer? (select all that apply) Enables us to debug workflow step by step in Studio. Enables us to manage errors and warnings in the Error List panel. Enables us to switch between the design experiences. Enables us to edit, disable and enable rules from Studio. Enables us to run validation and analysis at file or project level. Category: Studio 44. What container do you need to add to be able to use Modern Excel activities? No container is needed Use Excel File Excel Application Scope Use Application/Browser Category: Studio 45. You have more than one exception type defined in the Catch block and an exception occurs that fits two types. Which one of the following block is executed? The block with most specific match. All matching blocks in the order they are defined. The first match defined. The block with most generic match. Category: Studio 46. Which of the following statements about version control system integration in UiPath Studio is true? UiPath Studio supports integration with Git, SVN, and TFS version control systems. UiPath Studio does not support integration with any version control systems. Version control system integration is only available in the Enterprise Edition of UiPath Studio. Version control system integration in UiPath Studio is a deprecated feature. Category: Studio 47. 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 UiPath.Uiautomation.Activities package versions 2020.10 and above Data Service enabled Modern Design Experience enabled in the project Category: Studio 48. True or False: A Use Application/Browser activity is automatically added when a screen is dragged and dropped on top of the plus sign inside the workflow. False True Category: Studio 49. What methods to convert a variable to an Integer? Parse(myVar) myVar.ToInt32 CInt(myVar) Convert.ToInt32(myVar) Category: Studio 50. 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], lives at [Address]." User + ", " + Age.ToString + ", lives at " + Address + "." User + ", " + Age + ", lives at " + Address + "." User + Age.ToString + "lives at " + Address Your score isThe average score is 0% 0% Restart quiz