RPA Study Zone UiPath Fundamentals UiPath Fundamentals You will be given 50 random questions.Good luck! Category: Studio 1. Which of the following properties are found in the Get Outlook Mail Messages activity? Password Server MailFolder Port Category: Studio 2. Which property of the Parallel activity in UiPath allows you to specify a Visual Basic expression that's evaluated after each branch completes? Invoke workflow activity IdleTimeout Branches Condition Assign activity ChildActivities Category: Studio 3. To use a selector in the selector property of an activity, you can store it in a variable. What's the variable type? UiElement String Boolean Int32 Category: Coding Fundamentals 4. Which popular version control tool is known for its distributed architecture and fast performance? Git TFS All of the above. Subversion (SVN) Category: Studio 5. Where will the results of workflow analysis be displayed? In the Watch panel In the Output panel In the logs by clicking Open Logs in the DEBUG ribbon tab. In the Error List panel Category: Studio 6. Which of the following statements is true about version control systems in UiPath Studio? Version control systems help in managing and tracking changes to the project's files and code. Version control systems are not necessary for small-scale projects. UiPath Studio does not support integration with any version control systems. Version control systems can only be used by advanced developers. Category: Coding Fundamentals 7. 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? Snake case Lower camel case Pascal case Kebab case Category: Studio 8. At the start of your day, you've pulled the latest version of the project you're working on from the remote Git repository. You've been working for two hours and now you want to check the difference between your version of the project and the last committed version. By checking the Solve Conflicts window which is displayed when a project with changes is pushed to the remote repository By selecting Show Changes in the Project context menu By checking the Show Changes window which is displayed when a project with changes is pushed to the remote repository By selecting Solve Conflicts in the Project context menu Category: Studio 9. The Pick activity in UiPath allows you to monitor multiple input sources simultaneously and execute the appropriate branch of activities based on the first available input. False True Category: Studio 10. What are the benefits of using Object Repository? (select all that apply) Quickly capture elements you need in your automation with the Capture Elements wizard. UI elements across the project are managed, updated, and modified from a centralized place. Objects are reusable in local project or across projects when packaged as libraries. Downgrade application and process UI elements in one go with UI libraries. Category: UiPath General 11. Studio users that are signed into Orchestrator can do the following (select all that apply): Publish an automation to Orchestrator Run a process in debug mode Run a job in Automation Cloud Run a process from Assistant Category: Studio 12. Which of the following properties cannot be modified once global constants and variables are created? (select all that apply) Name Data Type Scope Value Category: Studio 13. You are retrieving some Outlook mail messages and you are filtering them using the following expression:"[Received] >= '" + DateTime.Today.AddDays(-2).ToString("d") + " 00:00AM' AND [Received] < '"+ DateTime.Today.ToString("d") + " 00:00AM'"This means that you are looking for... All mail messages received in the last 22 hours. All mail messages received two hours ago, today. All mail messages received two days ago. All mail messages received in the previous two days. Category: Uncategorized 14. In the Event Inspection Tool for trigger-based attended automation, which action allows you to temporarily stop recording the events generated by a UI element without closing the tool? Clear Pause Highlight Category: Studio 15. What does Studio do when running a Workflow Analysis? Run just validation Run validation first and then analysis Run only analysis Run analysis first and then validation Category: Studio 16. Check App State activity can be used as a condition for the Retry Scope activity. False True Category: Studio 17. Which of the following Orchestrator entities are available through the Data Manager panel in Studio? (select all that apply) Robots Packages Queues Processes Assets Category: Orchestrator 18. 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 19. What is the purpose of the File Exists activity? Checks if the specified folder path exists and returns True if the folder exists, False if it doesn't. It allows the user to select a folder while the automation is running. Checks if the specified file path exists and returns True if the file exists, False if it doesn't. It allows the workflow developer to select a folder when building the automation. 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. False True Category: Studio 21. Which output method can extract hidden text? OCR FullText Native Category: Orchestrator 22. Which of the following pieces of information can be stored in an Orchestrator asset? (select all that apply) A true or false value. A text file. A transaction item. An URL. A set of credentials. Category: Studio 23. What methods to convert a variable to an Integer? Convert.ToInt32(myVar) myVar.ToInt32 Parse(myVar) CInt(myVar) Category: Studio 24. Which of the following types of activities always use partial selectors? Classic activities Container activities Child activities Modern activities Category: Studio 25. When using the App/Web Recorder, which of the following actions automatically generate a workflow activity? Highlighting an element Clicking action Copying text Typing text Sending keyboard shortcuts from your keyboard Hovering over an element Category: Orchestrator 26. How can an organization enforce custom rules pertaining to their needs across all projects, in a centralized manner? Using UiPath Orchestrator Using UiPath Automation Hub Using UiPath Automation Ops Using UiPath Studio Category: Studio 27. What are the benefits of having an Implementation Methodology model? (select all the apply) It helps identify potential risks and challenges It helps streamline the implementation process It allows for unlimited changes to the project plan It reduces the need for communication among team members Category: Orchestrator 28. Which of the following statements are correct for selecting the appropriate type of Robot when provisioning a new Robot? (select all that apply) 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 Attended Robots, credentials are 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 Unattended Robots, the Windows credentials are needed to run unattended jobs on them. Category: Studio 29. Which of the following cannot run in the background? Activities using Sendwindowmessage input method. Activities using image as targeting method. Activities using fuzzy selector as targeting method. Activities using Selector as targeting method. Category: Studio 30. Which of the following is recommended to have in a Catch block? (select all that apply) The activity performed which has a chance of throwing an error The activity or set of activities which is to be performed if an error occurs A Log Message activitiy There's no need to add an activity in a Catch block Category: Studio 31. 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 1. Set the Range property to "0". Set the Range property to “All”. Category: Studio 32. What is the minimum number of cases required to use a Switch activity? Three Zero Two One Category: Studio 33. Where will the results of workflow analysis be displayed? In the Output Panel IN the logs by clicking Open Logs in the Debug Ribbon In the Watch panel In the Error List Panel Category: Studio 34. What container do you need to add to be able to use Modern Excel activities? Excel Application Scope Use Excel File Use Application/Browser No container is needed Category: Studio 35. Which of the following options correctly represents the Integration Service? (select all that apply) Connectors Triggers Connections Links Category: Studio 36. What is the purpose of the "Selection Screen" in UiPath? To display a list of activities that can be used to select elements. To provide a way to indicate elements using image recognition. To provide a visual representation of the UI hierarchy. To allow users to configure targeting options for an UI element. Category: Studio 37. Which of the following are scraping methods of the Get Text activity? (select all the apply) Display name Text attribute Fulltext CV Text Fuzzy selector Category: Studio 38. Which output method is the slowest? OCR Native FullText Category: Studio 39. What can you do using the Workflow Analyzer Settings menu? (select all that apply) Set the Workflow Analyzer to run at a specific time Add rules Change the Default action for each rule Configure rule parameters, where possible Enable and disable rules Access the documentation page for each rule Category: Studio 40. What package is required to build custom rules for projects? UiPath.UIAutomation.Activities UiPath.Credentials.Activities UiPath.System.Activities UiPath.Activities.API Category: Studio 41. Which of the following input methods is NOT capable of running in the background? Simulate ChromiumAPI Hardware Events SendWindowsMessages Category: Studio 42. Which input method is generally the fastest? ChromiumAPI Simulate SendWindowsMessages Hardware Events Category: Studio 43. 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. 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. A process is created automatically if one doesn't already exist, and existing processes are automatically updated to the latest published version. Category: Orchestrator 44. What type of account do you need to run back-office unattended processes that should not be the responsibility of any particular user? Robot accounts. User accounts. Both user and robot accounts. Category: Studio 45. Which activity would be your first choice to loop through all the rows of a data table? Get Row Item For Each Filter Data Table For Each Row in DataTable Category: Studio 46. Where can you find the Run from this Activity, Run to this Activity and Test activity actions? In the activity contextual menu in the Activities panel. In the Debug Ribbon. In the activity contextual menu in the Designer panel. In the Design Ribbon. Category: Studio 47. 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? Image Image and Fuzzy selectors Selectors Only Anchors Category: Studio 48. What activity retrieves a value from a row in a DataTable according to a specified column? Get Row Item Lookup Data Table Update Row Item Filter Data Table Category: Studio 49. You are saving the input from users to a variable of string type in Main.xaml. The user info is stored in an Excel spreadsheet by a Write Range activity added in WriteData.xaml. WriteData.xaml is invoked in Main.xaml.What direction will your argument have? Out In/Out Property In Category: Studio 50. What are the main components of the Pick Branch activity in UiPath? Triggers and Conditions Actions and Loops Conditions and Loops Triggers and Actions Assign activity Invoke workflow activity Your score isThe average score is 0% 0% Restart quiz