RPA Study Zone UiPath Quiz UiPath Fundamentals You will be given 10 random questions.Good luck! Category: Studio 1. What is the expected outcome if an Excel file is opened while a UiPath automation that uses Workbook activities is running? The automation will continue to run without any issues. The automation will delete the opened Excel file. The automation will fail and throw an error. The automation will pause until the Excel file is closed. Category: Studio 2. Which of the following properties cannot be modified once global constants and variables are created? (select all that apply) Scope Name Data Type Value Category: Studio 3. Which of the following properties are found in the Get Outlook Mail Messages activity? MailFolder Port Password Server Category: Studio 4. 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 two days ago. All mail messages received two hours ago, today. All mail messages received in the previous two days. All mail messages received in the last 22 hours. Category: Studio 5. 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"} Leave the Default value blank and use Add To Collection activities to populate the list. Set the Default value, in the Data Manager panel, to {"John", "Paul", "George", "Ringo"} Category: Studio 6. We want to integrate the updates pushed to the remote master branch into a feature branch. What do we need to do? While working in the feature branch, select Manage Branches > Select the master branch and select Merge or Rebase. While working in the feature branch, select Pull and select the master branch. While working in the feature branch, select Push and select the master branch. While working in the feature branch, select Manage Branches > Select the master branch and select Rebase. Category: Studio 7. What is a DataTable variable? 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 which enables you to store multiple values of the same type. 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 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 Category: Studio 8. What are the benefits of having an Implementation Methodology model? (select all the apply) It reduces the need for communication among team members It helps streamline the implementation process It allows for unlimited changes to the project plan It helps identify potential risks and challenges Category: Studio 9. Which output method is good enough in most cases? FullText Native OCR Category: Studio 10. Which of the following properties cannot be modified once global constants and variables are created? (select all that apply) Data Type Scope Value Name Your score isThe average score is 75% 0% Restart quiz