RPA Study Zone UiPath Fundamentals UiPath Fundamentals You will be given 50 random questions.Good luck! Category: Studio 1. If you are using the For Each activity to loop through a list of MailMessage variables, what should you set the TypeArgument property to? System.Net.Mail.MailMessage System.Web.Mail.MailMessage System.Net.Mail.MailAddress System.IResource Category: Studio 2. Which activity would be your first choice to loop through all the rows of a data table? Filter Data Table Get Row Item For Each For Each Row in DataTable Category: Studio 3. Which of the following input methods does NOT support hotkeys? SendWindowsMessages Hardware Events ChromiumAPI Simulate Category: Orchestrator 4. True or False. A Custom Connector can be downloaded and uploaded to a different tenant. True False Category: Studio 5. When selecting Debug File > Run, all breakpoints will be ignored True False Category: Studio 6. Where does changing a variable in the Immediate Panel reflect? (Choose all options that apply) The Locals panel Going forward in your execution The Watch panel The output panel Category: Studio 7. Which of the following is recommended to have in a Catch block? (select all that apply) The activity or set of activities which is to be performed if an error occurs The activity performed which has a chance of throwing an error There's no need to add an activity in a Catch block A Log Message activitiy Category: Studio 8. Which output method can work in virtual environments? Native OCR FullText Category: Studio 9. What are some built-in activities to check whether a UI automation is working as expected? (select all that apply) Check App State Pick Branch Use Application/Browser Verify Execution If Category: Studio 10. Which two sentences are true about Robot Execution Logs? They can be either default logs or user-defined logs. They are messages generated by the execution of a process. They contain only user-defined fields by using the Add Log Fields activity. They provide information related to the Robot itself and its context. Category: Studio 11. What activity would you use to eliminate an unnecessary column in a DataTable? Remove from Collection Delete from Collection Delete Data Column Remove Data Column Category: Studio 12. 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? Only Anchors Image and Fuzzy selectors Selectors Image Category: Studio 13. What type of project would you ideally create if you want to share a set of Descriptors with your team? Template Library Process Test Automation Category: Studio 14. Which input method is generally the fastest? ChromiumAPI Hardware Events SendWindowsMessages Simulate Category: Studio 15. Which is the fastest output method? Native OCR Full Text Category: Studio 16. Which of the following activities allows us to filter emails? Download Email Set Email Categories Move Email For Each Email Category: Studio 17. Which panel is used to inspect data available at a certain point during debugging? Immediate Locals Watch Call Stack Category: Studio 18. Which action does the Play button in the Ribbon take by default? Debug project Run project Debug current file Run current file Category: Studio 19. 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? All matching blocks in the order they are defined. The first match defined. The block with most generic match. The block with most specific match. Category: Studio 20. While fine-tuning the target UI element, you can use variables in the Selector, but not in the Fuzzy selector. True False Category: UiPath General 21. Users first need to be added at the Admin level before they can be assigned any roles and privileges. True False Category: Studio 22. The Verify Execution property is available for which three of the following activities in UiPath? (select all that apply) Invoke workflow activity Select Item activity Click activity Assign activity Type Into activity Hover activity Category: Studio 23. 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 24. Which input method is generally the fastest? ChromiumAPI Hardware Events SendWindowMessages Simulate Category: Studio 25. 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 "0". Set the Range property to “1”. Set the Range property to “All”. Category: Orchestrator 26. Which of the following pieces of information can be stored in an Orchestrator asset? (select all that apply) A text file. An URL. A set of credentials. A true or false value. A transaction item. Category: Orchestrator 27. What type of authentication does Connector Builder support? (select all that apply) API key Oauth 2.0 Client Credentials Oauth 2.0 Authorization Code Oauh 2.0 Device Code Category: Studio 28. Which of the following statements are valid in the case of arrays in Studio? (Choose all that apply) Studio supports the same data types for arrays as it does for variables. The first element of an array has an index of 1. Arrays have a dynamic size structure. Arrays can store multiple values of the same data type. Category: Studio 29. When fine-tuning a selector, how many characters does “*” replace? Zero or more Exactly one One or more Zero Category: Studio 30. Which of the following is recommended to have in a Catch block? (select all that apply) A Log Message activity. The activity or set of activities to be performed when an error occurs. The activity performed which has a chance of throwing an error. There's no need to add an activity in the Catch block. Category: Orchestrator 31. Which of the following statements about queue creation are true? (select all that apply) Queues can hold an unlimited number of items. Queues cannot be created without at least one item. Queues are created empty by default. The maximum number of items has to be specified at the queue creation. Category: Studio 32. When using the "Find Children" activity in UiPath, what is the type of variable used to store the output? String IEnumerable<UIElement> Integer Array Category: Studio 33. 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 Library back into the project and remove the Project UI Descriptors in the Object Repository. 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. Category: Studio 34. What is one way to add an activity to a workflow? Left-click on the + where you want the activity to go, and choose from the dropdown list In the Project Panel, filter on the activity, and drag and drop onto workflow Right-Click on Project > Add > Sequence Right-click where you want activity to go and click Run to this Activity Category: Studio 35. Which of the following types of information can you find in the Locals Panel? (Choose all options that apply) The value of the variables. The value of the expressions. A cumulative percentage of the execution time of each activity. Properties of current activity. Exceptions. Category: Studio 36. What can you do using the Workflow Analyzer Settings menu? (select all that apply) Add rules Enable and disable rules Set the Workflow Analyzer to run at a specific time Configure rule parameters, where possible Change the Default action for each rule Access the documentation page for each rule Category: Studio 37. In the Unified target method, what is the order in which the robot uses targeting methods to identify the selected UI element? Selector, FuzzSelector and Image (The priority order is High ->Low) Selector, Fuzzy selector, Image Selector and Native Text (The priority order is High ->Low) Fuzzy selector, Selectors , Image (The priority order is Low->High) All targeting methods start Identifying the target element simultaneously, and whichever finds the target first, that targeting method will be considered. Category: Studio 38. What activity is used to create a DataTable from structured text, by letting the user indicate the row and column separators? Read CSV Read Range Generate Data Table From Text Build Data Table Category: Studio 39. What's the purpose of UiExplorer? (select all that apply) UiExplorer is not a component of UiPath To create and fine tune selectors To explore the workflow tree To explore the UI tree Category: Studio 40. What are the capabilities of Workflow Analyzer? (select all that apply) Enables us to edit, disable and enable rules from Studio. Enables us to manage errors and warnings in the Error List panel. Enables us to switch between the design experiences. Enables us to debug workflow step by step in Studio. Enables us to run validation and analysis at file or project level. Category: Studio 41. The Capture Elements recorder generates a workflow in the Designer panel. True False Category: Studio 42. What are your options for pairing imported elements with UI Automation activities? (select all that apply) Adding a Classic UI Automation activity to the Designer panel and dragging an element on top of it. Dragging an element from the Object Repository to the Designer panel and selecting a recommended activity from the Command Palette. Adding a Modern UI Automation activity to the Designer panel and clicking Indicate target on screen. Adding a Classic UI Automation activity to the Designer panel and clicking Indicate target on screen. Adding a Modern UI Automation activity to the Designer panel and dragging an element on top of it. Category: Studio 43. How can values be passed from one workflow to another? With arguments and variables Only with variables With arguments and global variables Only with arguments Category: Studio 44. Which of the following are scraping methods of the Get Text activity? (select all the apply) Display name CV Text Fulltext Fuzzy selector Text attribute Category: Studio 45. What is the expected outcome if an Excel file is opened while a UiPath automation that uses Workbook activities is running? The automation will pause until the Excel file is closed. The automation will delete the opened Excel file. The automation will fail and throw an error. The automation will continue to run without any issues. Category: Orchestrator 46. 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. 5 jobs created using a foreground process and 3 jobs created using a background process. 5 jobs created using a background process. Category: Studio 47. Which activity among the following has a MaxIterations property? (select all that apply) Else If While Switch Assign For Each Category: Studio 48. What is the keyboard shortcut for accessing the log folder? ALT + E ALT + L CTRL + L CTRL + E Category: Studio 49. Which of the following criteria can be considered as the breakdown criteria for splitting large workflows? (select all that apply) The purpose of the operation The nature of the timeout properties The length of each workflow The data types used The application that is being automated Category: Studio 50. What is the type of selector that is generated when you use a Type Into activity in a container activity? A full selector A partial selector A static selector A dynamic selector Your score isThe average score is 0% 0% Restart quiz