RPA Study Zone UiPath Quiz UiPath Fundamentals You will be given 50 random questions.Good luck! Category: Orchestrator 1. Active Directory users can be configured in Orchestrator only to have an Unattended Robot automatically created, but not an Attended Robot. False True Category: Studio 2. While fine-tuning the target UI element, you can use variables in the Selector, but not in the Fuzzy selector. False True Category: Studio 3. What activity loops through excel files in a folder? For Each File in Folder Read Range Workbook For Each Use Excel File Category: Studio 4. Which of the following are mandatory when creating a variable in Studio? (Check all that apply) Length Scope Default Value Data Type Name Category: Studio 5. What happens when you click an activity or container in the Call Stack Panel? It focuses on that activity or container. It starts execution from that activity or container. It stops the execution of that activity. Category: Studio 6. Which of the following is recommended to have in a Catch block? (select all that apply) A Log Message activitiy The activity performed which has a chance of throwing an error There's no need to add an activity in a Catch block The activity or set of activities which is to be performed if an error occurs Category: Studio 7. Which panel would you use to create a Test Bench? Project panel Designer panel Local panel Activities panel Category: Studio 8. From the following options, identify the key targeting methods used in UI automation to identify UI elements. (select all that apply) Image Fuzzy Selectors Anchor Strict Selectors Category: UiPath General 9. Users first need to be added at the Admin level before they can be assigned any roles and privileges. False True Category: Studio 10. When using the "Read Range Workbook" activity in UiPath Studio, where does the read data get saved? Array variable Text file Excel workbook Data Table variable Category: Studio 11. What is the minimum number of cases required to use a Switch activity? Two Three One Zero Category: Studio 12. The Verify Execution property is available for which three of the following activities in UiPath? Assign activity Click activity Type Into activity Hover activity Category: Studio 13. Which of the following properties cannot be modified once global constants and variables are created? (select all that apply) Value Data Type Name Scope Category: Coding Fundamentals 14. Which popular version control tool is known for its distributed architecture and fast performance? Subversion (SVN) Git All of the above. TFS Category: Studio 15. Once set, the value of a global variable cannot be changed during runtime. True False Category: Studio 16. Which of the following Orchestrator entities are available through the Data Manager panel in Studio? (select all that apply) Queues Robots Assets Packages Processes Category: Studio 17. What is a selector? A container for UI elements. The “path” to the UI element, starting from the root, all the way to the target element. An activity used to select an element The unique ID of an UI element. Category: Studio 18. How would you access the Robot Execution Logs in Studio? Access the Design Ribbon > Click Open Log. 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 Home Tab > Click Settings > Click Logs > Open the execution log file. Category: Studio 19. What would be the best data type option for an unchanging list? List Array Data Table Dictionary Category: Studio 20. What activity retrieves a value from a row in a DataTable according to a specified column? Update Row Item Get Row Item Filter Data Table Lookup Data Table Category: Studio 21. What can you do using the Workflow Analyzer Settings menu? (select all that apply) Change the Default action for each rule Add rules Configure rule parameters, where possible Set the Workflow Analyzer to run at a specific time Access the documentation page for each rule Enable and disable rules Category: Orchestrator 22. What type of robot can you provision by using the sign in feature? Only attended robots. There is no activity for this. Both unattended and attended robots. Only unattended robots. Category: Studio 23. What technology does the recorder use to capture elements? Unified Source technology. None. Unified Target technology. Category: Studio 24. Which of the following types of information can you find in the Locals Panel? (select all that apply) The value of the expressions. Properties of current activity. The value of the variables. A cumulative percentage of the execution time of each activity. Exceptions. Category: Studio 25. 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 26. From which panels can you directly add variables to the Watch panel? (Select all that apply) Variables Panel Immediate Panel Locals Panel Data Manager Panel Activities Panel Category: Studio 27. 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? 9 0 11 1 10 Category: Studio 28. What are the available rule action levels in the Workflow Analyzer? Info Activity Error Workflow Verbose Warning Category: Studio 29. What is the maximum number of Catch blocks that can be used in a Try Catch activity in UiPath Studio? Three Unlimited Five Ten Category: Studio 30. You have developed a Process type project using version 1.0.0 of a UI Library. The target app has recently been upgraded and the UI Library has been updated by a colleague to v. 2.0.0. You need to update the project you have developed.Will upgrading the UI Library dependency to v. 2.0.0 in your project automatically update the elements used in UI Activities? Yes, if in the Library update process the elements in v.1.0.0 were deleted and new ones were captured using the Capture Elements recorder. No, you need to pair the elements with the UI Activities in your project again. Yes, if in the Library update process the existing elements were modified using the Edit Descriptor option. Category: Orchestrator 31. 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) 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. 3 jobs created using a foreground process and 5 jobs created using a background process. Category: Studio 32. What information can you follow in the Watch panel? The output of log message and write line activities. The previous activity to be executed and its parent containers. The next activity to be executed and its parent containers when the project is paused in debugging. The values of variables or arguments, and the values of user-defined expressions that are in scope. Category: Studio 33. What are some of the activities that you can use to create a DataTable? (select all that apply) Read CSV Build Data Table Write Range Workbook Generate Data Table From Text Read Range Workbook Category: Studio 34. Which panel is used to inspect data available at a certain point during debugging? Locals Call Stack Watch Immediate Category: Studio 35. Which panel of UI Explorer interface contains all the UI elements of an opened application? Edit Attributes UI Frameworks Visual Tree UI Hierarchy Category: Studio 36. In the Unified target method, what is the order in which the robot uses targeting methods to identify the selected UI element? Selector, Fuzzy selector, Image Selector and Native Text (The priority order is High ->Low) All targeting methods start Identifying the target element simultaneously, and whichever finds the target first, that targeting method will be considered. Selector, FuzzSelector and Image (The priority order is High ->Low) Fuzzy selector, Selectors , Image (The priority order is Low->High) Category: Studio 37. What are your options for pairing imported elements with UI Automation activities? (select all that apply) 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 dragging an element on top of it. 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 Classic UI Automation activity to the Designer panel and dragging an element on top of it. Category: Studio 38. You must build a process that automates replying to specific emails with Outlook 365 online. What scope activity should you use to start building your process in Studio? Use Outlook 365 Exchange Scope Use Desktop Outlook App Microsoft Office 365 Scope Category: Orchestrator 39. What happens when a new version of an existing library is published to Orchestrator? The previous version gets replaced with the new version. Both versions will be available. The operation won't be completed and an error will be displayed. Category: Studio 40. How can we convert a data table to a string? By using the Merge Data Table activity. By using the Build Data Table activity. By using the Generate Data Table from Text activity. By using the Output Data Table activity. Category: Studio 41. How can we add multiple conditions to a workflow using decision-making activities in UiPath Studio? If activity Else If activity If operator For Each activity Category: Studio 42. 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? Click Capture Elements in the Object Repository and record the new versions of the UI Elements Capture the new UI Elements in a Modern UI activity and click Add to Object Repository Right-click the UI Elements in the Object Repository, select Edit Descriptor and recapture or edit the Descriptors Category: Studio 43. 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 44. Which of the following criteria can be considered as the breakdown criteria for splitting large workflows? (select all that apply) The length of each workflow The data types used The purpose of the operation The application that is being automated The nature of the timeout properties Category: Studio 45. How can we see the path of the project in Studio? Project > Add To Source Control Project > Open Project Folder Project > Project Settings Project > Filter Options Category: Studio 46. What is the functionality of 'Enforce Analyzer before Run' feature? 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 Checks all rules irrespective of their action Allows execution of workflow even if there are errors Category: Studio 47. Which package enables retrieving email messages using POP3 protocol? MicrosoftOffice365 GoogleWorkspace UiPath.Mail.Activities Category: Studio 48. Consider the array UserNames = { "John", "Jane", "Dave", "Sandra"}.What value will the expression UserNames(1) return? Dave John Jane Sandra Category: Studio 49. How can we check a project for validation errors and Workflow Analyzer violations in Studio? By clicking the Analyze File drop down menu in the Design ribbon tab and selecting Analyze Project. Navigating to the Project panel, clicking Project Settings, and then selecting Workflow Analyzer. By clicking the Analyze File drop down menu in the Design ribbon tab and selecting Validate Project. By clicking Analyze File in the Design ribbon tab. Category: Studio 50. 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 Your score isThe average score is 87% 0% Restart quiz