RPA Study Zone UiPath Fundamentals UiPath Fundamentals You will be given 50 random questions.Good luck! Category: Studio 1. What package is required to build custom rules for projects? UiPath.UIAutomation.Activities UiPath.System.Activities UiPath.Activities.API UiPath.Credentials.Activities Category: Studio 2. If you want to extract specific information from a series of PDF files with a similar structure but the workflow only works for one file of the series, what should you investigate? The TimeoutMS property The File Name Property The ContinueOnError property The Selector property Category: Studio 3. 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 are automatically updated to the latest published version. 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. Category: Studio 4. Which one of the following activities consists of a conditional expression and a collection of cases, with a corresponding set of activities? Do While For Each If Switch Category: Studio 5. What is the purpose of the File Exists activity? Checks if the specified file path exists and returns True if the file exists, False if it doesn't. Checks if the specified folder path exists and returns True if the folder exists, False if it doesn't. It allows the workflow developer to select a folder when building the automation. It allows the user to select a folder while the automation is running. Category: Studio 6. What are 3 advanced features of the UI selectors? Enforce visibility Responsive Websites Enable native text Enable hoverable elements Anchor selection Category: Studio 7. Which activity is used to enable dynamic file selection in an automation process? Move File Browse For File Rename File Create File Category: Studio 8. Which property of the Check App State activity in UiPath specifies the maximum amount of time to wait for the application state to change? Timeout RetryInterval Delay WaitTime Category: Studio 9. What is the key difference between data tables and spreadsheets? 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. There's no particular difference. We can use both of them depending on our business requirements. Category: Studio 10. Which of the following prerequisites does your setup need to meet for you to be able to use the Object Repository? (select all that apply) Modern Design Experience enabled in the project UiPath.Uiautomation.Activities package versions 2020.10 and above Data Service enabled Action Center enabled Category: Studio 11. When using the "Find Children" activity in UiPath, what is the type of variable used to store the output? Array IEnumerable<UIElement> Integer String Category: Studio 12. 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 A Log Message activitiy There's no need to add an activity in a Catch block Category: Studio 13. Which of the following pieces of information cannot be stored in an Orchestrator asset? A table A set of credentials A URL A number Category: Studio 14. Which of the following cannot run in the background? Activities using Sendwindowmessage input method. Activities using fuzzy selector as targeting method. Activities using Selector as targeting method. Activities using image as targeting method. Category: Studio 15. How can you ensure execution continues even if an activity fails? Set the ContinueOnError property to True. Increase the timeout duration for the activity. Use a Throw activity. Set the Delay after property for that activity. Surround the activity with a Try Catch activity. Category: Studio 16. What are your options for pairing imported elements with UI Automation activities? (select all that apply) Adding a Modern UI Automation activity to the Designer panel and dragging an element on top of it. Adding a Classic 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. Dragging an element from the Object Repository to the Designer panel and selecting a recommended activity from the Command Palette. Category: Studio 17. Which of the following Orchestrator entities are available through the Data Manager panel in Studio? (select all that apply) Processes Queues Packages Assets Robots Category: Studio 18. What is the "Textattribute" scraping method used for in UiPath's Get Text activity? Trying all possible output methods to return a text. Extracting text using the element's native properties. Extracting the full text of an element including its child elements. Extracting text from a specified attribute of an element. Category: Studio 19. We can add the Get Text activity by using: Property Panel Project Panel Recorder Activity Panel Category: Studio 20. Which debugging option in UiPath Studio allows you to pause the execution before a specific activity and perform additional actions? Run to this activity Step Into Step Over Create test bench Category: Studio 21. 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 22. What container do you need to add to be able to use Modern Excel activities? No container is needed Use Excel File Use Application/Browser Excel Application Scope Category: Studio 23. The Verify Execution property is available for which three of the following activities in UiPath? (select all that apply) Type Into activity Assign activity Invoke workflow activity Hover activity Click activity Select Item activity Category: Studio 24. 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) Initialize the variable with New List(of String) and use Build Collection activity to populate the list. Set the Default value, in the Variables panel, to New List(of String) from {"John", "Paul", "George", "Ringo"} Set the Default value, in the Data Manager panel, to {"John", "Paul", "George", "Ringo"} Leave the Default value blank and use Add To Collection activities to populate the list. Category: Studio 25. What does it imply when the Retry Scope activity is used without a termination condition? The Retry Scope activity retries the activities indefinitely. The Retry Scope activity retries just once. It throws an exception. The Retry Scope activity retries the activities until no exception occurs (or the provided number of attempts is exceeded). Category: Studio 26. You've just created a new project in UiPath Studio. You want to create a local repository and copy the project to it. Which of the following options in UiPath Studio allows you to do both? Copy to Git Clone Repository Connect to Git Git Init Category: Studio 27. What activity can we use to create a new DataTable based on filtered values from an existing one? Sort Data Table Merge Data Table Filter Data Table Generate Data Table From Text Output Data Table Category: Studio 28. What happens if you use a Write Range activity to write data to an Excel file that does not exist? It will error It will prompt you to save the file It will create a blank file It will create the file and write data to it Category: Studio 29. 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: Studio 30. The Send Outlook Mail Message activity will work without having Microsoft Outlook installed. True False Category: Studio 31. 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: Studio 32. Which activity is being described by the following statement "Provides a way to try a block for a predefined number of times in case there are any exceptions or a particular condition is not met"? Try Catch Retry Scope Rethrow Throw Category: Studio 33. What is the keyboard shortcut for accessing the log folder? ALT + E CTRL + L ALT + L CTRL + E Category: Studio 34. You are developing a Process type project using an UI Library which contains variables in Descriptors. You've paired an element containing a dynamic selector with a UI Activity and got a validation error.Which of the following options can help you identify the name of the undeclared variable? Check the Properties panel for the Activity Check the Variables panel Run the process in Debug mode Check the Project panel Category: Studio 35. You've been assigned to work on a new automation project. You need to get the project template which is already stored in a remote Git repository. Which option do you need to use in the Studio Team tab? Git Init Connect to Git Clone Repository Copy to Git Category: Studio 36. Given the string variable "invoiceNumber = "INV 1432"", which of the following expressions would replace the last four digits with "1526"? InvoiceNumber.Replace(4,4, "1526) Replace.InvoiceNumber("1526", "1432") String.Replace.InvoiceNumber(4, "1526") invoiceNumber.Replace("1432", "1526") Category: Studio 37. What information can you follow in the Watch panel? The next activity to be executed and its parent containers when the project is paused in debugging. The output of log message and write line activities. The values of variables or arguments, and the values of user-defined expressions that are in scope. The previous activity to be executed and its parent containers. Category: Studio 38. What's the purpose of UiExplorer? (select all that apply) To create and fine tune selectors To explore the UI tree UiExplorer is not a component of UiPath To explore the workflow tree Category: Studio 39. Which of the following options correctly represents the Integration Service? (select all that apply) Connectors Links Triggers Connections 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) Storage Buckets Jobs Queues Triggers Assets Category: Studio 41. What is the functionality of 'Enforce Analyzer before Run' feature? Allows only debugging of workflow even if there are errors Allows execution of workflow even if there are errors Checks all rules irrespective of their action Does not allow execution in run or debug mode if rule validations with Error action are found. Category: Studio 42. Which of the following input methods does NOT support hotkeys? Hardware Events ChromiumAPI Simulate SendWindowsMessages Category: Studio 43. What can you do using the Workflow Analyzer Settings menu? (select all that apply) Enable and disable rules Set the Workflow Analyzer to run at a specific time Change the Default action for each rule Configure rule parameters, where possible Access the documentation page for each rule Add rules Category: Orchestrator 44. Which of the following activities is the most appropriate one to be used at the beginning of an automation project which will become a performer? Get Transaction Item Add Queue Item Set Transaction Status Add Transaction Item Category: Orchestrator 45. 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 background process. 5 jobs created using a foreground process. 3 jobs created using a foreground process and 5 jobs created using a background process. Category: Orchestrator 46. Are all event types the same, regardless of the used connector? No Yes 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) Data Service enabled UiPath.UIAutomation.Activities package versions 2020.10 and above Action Center enabled Modern Design Experience enabled in the project Category: Orchestrator 48. True or False: multiple triggers can be defined for a connection, and each trigger can have a different polling interval. False True Category: Studio 49. 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. You don't need to change anything. The Library is set as a dependency by default. Import the UI Library back into the Project and manually pair the UI Activities with the elements in the Library. Category: Studio 50. When fine-tuning a selector, how many characters does “*” replace? Exactly one Zero or more One or more Zero Your score isThe average score is 0% 0% Restart quiz