Uipath Certification XIII
![]() |
![]() |
![]() |
Título del Test:![]() Uipath Certification XIII Descripción: UIARD / UIRPA |




Comentarios |
---|
NO HAY REGISTROS |
A developer automates a process which has an Excel file as input data; however, Orchestrator is not available. As a result, the developer needs to adapt the Robotic Enterprise (RE) Framework for use with tabular data. Based on UiPath best practices, where should the Excel file be read and stored in a global DataTable variable?. In the new state in the Main.xaml that transitions from Init. In the InitAllApplications.xaml workflow. In the Get Transaction Data state in the Main.xaml. In the Init state of the Main.xaml in the First Run sequence. Which file in the Robotic Enterprise (RE) Framework reads the Data/Config.xlsx file and retrieves assets from Orchestrator into the process?. KillAllProcesses.xaml. InitAllApplications.xaml. InitAllSettings.xaml. Process.xaml. A developer created a process with the Robotic Enterprise (RE) Framework, uploaded the package on the Orchestrator, and created a job for it. Once these steps are performed, the job is started from the Orchestrator and begins to process transactions. After two processed transactions, the job is stopped from Orchestrator. At which point in the workflow will this job stop?. After the currently running workflow is executed because the stop command is propagated to the robot and the execution will be ended. Next time the Get Transaction Data state is executed, the stop command is detected and the execution transitions to the End Process state. Immediately, because the stop command is propagated to the robot and the execution will be ended. After the current transaction is finished, the Process Transaction state will detect the stop command and transitions to the End Process state. You are creating a Credential asset in Orchestrator. Once the asset is created, what are you unable to edit using the default Orchestrator settings?. Username. Type. Password. Asset name. While working with a queue in Orchestrator, you notice that the status of one of the Queue Items has changed to Abandoned. What was the status before it changed to Abandoned?. Failed. In Progress. Retried. New. A developer is creating an automation project which creates a temporary password in the company’s system for new employees and later enters it into a desktop application. To protect this sensitive information, how can the developer avoid the password from being displayed on screen when it is entered into the desktop application?. Ensure the password variable is of the SecureString variable type. Check the Private property on all activities that reference the password variable. Store the temporary password in an Excel file that the process can access. Check the Isolated property when invoking a workflow with the password variable. A developer is planning to automate the process of typing values into a web form. Each field must be brought to the foreground before the data is typed into each field. Which Type Into activity property should be configured?. Activate. Element. Selector. WaitForReady. What are the differences between partial selectors and full selectors?. Partial selectors are recommended when switching between multiple windows. Full selectors do not include information about the top-level window. Partial selectors do not include information about the top-level window. Full selectors are recommended to perform multiple actions in the same window. Partial selectors are recommended to perform multiple actions in the same window. Full selectors include information about the top-level window. Partial selectors include information about the top-level window. Full selectors are recommended to perform multiple actions in the same window. Where is the TransactionNumber incremented in the Robotic Enterprise (RE) Framework?. On the Success transition in the Process Transaction state. In the End Process state in the Finally section of the Try Catch activity. In the SetTransactionStatus.xaml workflow. On the New Transaction transition in the Get Transaction Data state. A developer creates a Dispatcher which extracts information from a Microsoft Excel file and uploads that information into an Orchestrator queue. What is the recommended way to avoid creating duplicate Queue Items?. Set the “Unique Reference” of the queue to “No” Set “Auto Retry” of the queue to “Yes”. Set the “Unique Reference” of the queue to “Yes” Add a descriptive “Reference” in the Add Queue Item activity. Add a descriptive “Reference” in the Add Queue Item activity Check that it does not equal the “Reference” of the Queue Item last uploaded. Create an Excel file of processed Queue Items Loop through the list to check if the current Queue Item to upload has been uploaded before. A developer has added a Log Message activity in the Catch block of a Try Catch activity. The Log Message activity is executed when the process tries to recover from an unknown System Exception. What is the recommended level for the Log Message activity?. Fatal. Info. Trace. Error. A developer wants to design a process in which multiple decision points will be used to accommodate complex scenarios. In UiPath Studio, which recommended type of workflow meets this requirement?. State Machine. Try Catch. Multiple Assign. Sequence. A developer automated a business process based on the Dispatcher and Performer model using two automation projects. Each project file has several invoked workflow files. Before publishing, the developer wants to ensure all unexpected exceptions are caught. How many Global Exception Handlers can be set?. Only one per business process. Equal to the number of workflow files. Equal to the number of Try Catch activities. Only one per automation project. Microsoft Excel is not installed on the machine identified for the robot deployment. Which recommended activity, from the Excel Activities Package, should be used to write data to an Excel file?. Use the Write Cell activity from the Workbook Activities. Use the Write CSV activity within the Excel Application Scope. Use the Write DataTable to Excel activity from the Excel Activities Group. Use the Write Cell activity from the Excel Activities Group. A developer plans to build a process that will use a Type Into activity to interact with hidden or minimized windows on an employee's machine. To ensure the UI automation runs in the background, which activity property should be enabled?. SendWindowMessages. Activate. ContinueOnError. ClickBeforeTyping. An attended automation user has a background process, BackgroundProcess1, running in UiPath Assistant. They want to start another background process, BackgroundProcess2. What happens when the “Start” button is pressed for BackgroundProcess2?. An exception is thrown. BackgroundProcess2 starts running concurrently in the background. BackgroundProcess2 waits for BackgroundProcess1 to finish executing. BackgroundProcess1 is killed. A developer used <title=’FileName - ACME Application’> as an attribute of a selector. Part of the name of the application window changes dynamically based on the file name. If the developer wants the selector to identify any file in this application window, how should the attribute be modified?. <title=’* - ACME Application’>. <title=’# - ACME Application’>. <title=’? - ACME Application’>. <title=’ - ACME Application’>. A developer completed the following steps: 1. Created a process with the REFramework 2. Published the package on Orchestrator 3. Created a job for it Once these steps are performed, the job is started from Orchestrator and begins to process transactions. After two processed transactions, the job is stopped from Orchestrator. At which state in the framework will the job Stop Signal be recognized?. Process Transaction. Initialization. Get Transaction Data. End Process. When debugging a process, you run in Debug mode and are paused at a breakpoint. To execute only one activity at a time, which button should be clicked on the Debug tab of Studio?. Step Into. Break. Slow Step. Continue. Which action is performed when the Validate File button is pressed on the “Analyze File” drop-down in UiPath Studio?. Checks all the project.xaml files for validation errors. Checks only the Main.xaml file for validation errors. Checks only the current file for validation errors. Checks only the project.json file for validation errors. A developer is working on an automation in the Robotic Enterprise (RE) Framework. Each transaction item represents customer data. The automated process must click on the "Generate Shipment Details" button for each customer. Ideally, this generates a table of shipping records per customer. If the generated table displays only the header row and no data is available for the current customer, then it should be marked as an exception since the data is not available and processing for that customer should stop. What is this type of exception?. System Exception. ApplicationException. BusinessRuleException. NullReferenceException. A developer wants to create both a Dispatcher process and a Performer process using the Robotic Enterprise (RE) Framework. By default, which type of process architecture is the REFramework template?. Performer with Tabular Data. Dispatcher with Tabular Data. Dispatcher with Orchestrator Queue. Performer with Orchestrator Queue. A developer wants a new data table, dt_Result, that is only populated with common rows found in two data tables, dt_PreviousEmployees and dt_NewEmployees. Which activity should be used to perform this operation?. Sort Data Table. Merge Data Table. Join Data Table. Filter Data Table. A developer has a String variable and needs to know how many characters it contains. How can the information be retrieved?. variable.Length. variable.Count(0). variable.Max. variable.Chars. When is the Anchor Base activity used to automate interaction with an application?. When all the element selectors in the application are reliable. When the element selector is reliable but the element's position on the screen changes. When no element selectors are available in the automated application. When the element selector is not reliable and the element's position on the screen changes. You are working on an existing project that is connected to a GIT version control system. Which Context menu option should be used to provide local versions of files to the remote repository?. Push. Pull (rebase). Set As Main. Show History. A developer needs to create a process that identifies and then processes background verification documents from 10 separate vendors. Each vendor has a different document format that must be processed in a unique way. Based on best practices, which activity is recommended for creating a different set of actions for each vendor?. Flow Switch. Do While. Flow Decision. For Each. When is a transaction item moved to an “Abandoned” status in UiPath Orchestrator 2020.10?. When the item did not meet a business or application requirement within the project. When the item was processed with the Get Transaction Item activity. When the item was “In Progress” but the transaction status was not set to “Successful” or “Failed”. When the item has been manually selected from the Transactions page and marked as “Deleted”. Which activity will return a Boolean value?. Find Image. Wait Element Vanish. Element Scope. Image Exists. A developer wants to create a process which runs in the screen's background and uses Excel activities. Which property of the Excel Application Scope activity must be configured for the process to run in the screen's background?. Read-only. Private. Save Changes. Visible. If an argument is renamed from the Arguments panel, what happens?. Argument name must be manually updated only in UI Automation activities that use that argument. Argument direction will be updated to “In/Out” when renamed. Argument name must be manually updated in all activities that use that argument. Argument name is automatically updated in all activities that use that argument. Which action can create a static selector for an activity?. Indicating a UI element. Including variables in a selector. Replacing an attribute value with a wildcard. Using an Anchor Base activity. Which process type is best-suited for Robotic Process Automation (RPA)?. Low Volume. Unstable. Unstructured. Repetitive. In which situation will activities generate a partial selector?. When included in an On Element Appear or On Element Vanish activity. When included in a Monitor Events activity. When included in an Excel Application Scope activity. When included in an Attach Window or Attach Browser activity. A developer uses a Click activity to interact with a UI element. If the defaults remain for the Timeout (milliseconds) property and the Activity Project Settings, how long will a robot attempt to find a UI element?. 10000 milliseconds. 30000 milliseconds. 60000 milliseconds. Indefinitely. When a workflow is started in Run mode, what happens when there is a breakpoint on an activity?. Workflow executes without pausing at the activity. Worktlow pauses at the activity until the Continue button is clicked. Workflow throws an error when it reaches the activity. Workflow pauses for 5 seconds when it reaches the activity. A developer is using the Step Into action in Debug mode to review a process as shown in the following exhibit. Which functionality does the Step Into action provide?. Adds a breakpoint at the current activity. Skips the execution of the activity. Executes only one activity at a time and then pauses. Re-executes the activity which threw an exception. A user wants to extract text from a scanned PDF. Which screen scraping method(s) should be used to perform this activity?. OCR. FullText only. Native only. FullText and Native. A developer created a process that prompts the user for an input company name, opens a browser and searches the company name, scrapes the search results, and writes the results to Excel. Which part of the process requires an attended robot?. Opening the Web Browser. Input Dialog Prompt. Scraping Structured Data. Writing Data to Excel. You want to identify a selector in a Type Into activity for a text input field within an application. How many elements in an application can a selector be valid for at runtime in order for the Type Into activity to execute as expected?. 1 element. 2 elements. 3 elements. 5 elements. A developer created a robot to do the following: 1. Launch Internet Explorer 2. Scrape the data 3. Store the data in Microsoft Excel 4. Close Internet Explorer If there is an exception in Step 2 or Step 3, the process should still perform Step 4. Which block of the Try Catch activity allows Step 4 to execute whether or not there is an exception in Step 2 or Step 3?. Application Exception Catch Block. Business Exception Catch Block. Finally Block. Try Block. Which activity can be used to iterate through data tables?. For Each Row. If. Assign. Switch. What is used to pass data between activites inside workflows?. Properties. Namespaces. Variables. Arguments. While performing a code review, it was discovered that a developer failed to use best practices and wrote the following expression in the Condition Field of an If actvity: Convert.ToBoolean(ExampleInteger) = False What is the result of the expression referenced above if “ExampleInteger” = 0 and how should the expression in the Condition Field be written based on best practices?. Expression Result: True - Condition: Convert.ToBoolean(ExampleInteger). Expression Result: True - Condition: Convert.ToBoolean(ExampleInteger) = True. Expression Result: False - Condition: Convert.ToBoolean(ExampleInteger). Expression Result: False - Condition: Convert.ToBoolean(ExampleInteger) = True. A developer wants to get individual pieces of data from a series of digital PDFs in the screen's background using UI Automation. Based on best practices, which activity should be used to get the information?. Get Visible Text. Read PDF with OCR. Get Full Text. Get OCR Text. A developer wants to design a process using UiPath Studio. The workflow type needs to be suitable for creating complex business processes and connect activities in multiple ways. In UiPath Studio, which recommended type of workflow meets the requirement?. State Machine. Flowchart. Global Exception Handler. Sequence. A developer created a data table called “DT” using the Build Data Table activity as shown in the exhibit. What is the result of the expression, “DT.Rows(1)(1).ToString”?. 29. 32. John. Maria. A developer wants a process to display a Message Box every 30 seconds to remind a Call Center representative when a customer is on “hold”. Which activity can be used?. Do While. Delay. Comment. Break. If you are inserting activities into a Sequence in UiPath Studio, in which panel do the activities appear?. Snippets. Designer. Outline. Imports. A developer created an attended automation project to generate and store employee IDs within a company’s HR application. The automation is used while onboarding new employees. The automation is designed as follows: 1. An HR associate enters a new employee's demographic information into an HR form. 2. The robot generates the employee ID in the format XXX-XX-XXXX, where the X's represent integers. 3. After Steps 1 and 2 are completed for all new employees, the robot will enter each employee ID into the HR application. Which recommended data type should be used to store all new employee IDs?. List<String>. String. Int32. String[]. What describes how the Excel Application Scope activity interacts with a Microsoft Excel file?. Works only with .xls files and Excel does not need to be installed. Works only with .xlsm files and Excel must be installed. Works with .xlsx files and Excel does not need to be installed. Works with .xls and .xlsm files, and Excel must be installed. Which variable name follows UiPath best practices for variable naming conventions?. bool Var1. dt_EmployeeInformation. in_ firstname. variable1. Which expression should be used to return the first four characters from a String variable called StrVar?. StrVar.Substring(0, 4). StrVar.Substring(1, 4). StrVar.Substring(1, 5). StrVar.Substring(4). A developer created an automation which scrapes data from PDF reports. The reports have the same structure and the title format is always “Report X - PDF”, where X is a number from 1 to 100. Only one report wil be open at a time but other PDF files may be open on the desktop. What is the recommended method to ensure the selector identifies the correct PDF to use?. Use the ? wildcard character in place of the idx attrbute value. Use the * wildcard character in place of the “X” in the title attribute value. Use the * wildcard character in place of the title attribute value. Use the idx attribute value in the selector to increment for each file. A developer needs to create a process to input data from a Microsoft Excel file into a web application. The number of rows and columns of data in the Excel file will change. In order to store the data in a variable to loop through, which activity should be used?. Get Table Range. Read Cell. Append Range. Read Range. A developer is working with a Purchase Order automation process. The number of shipment containers and boxes per container are obtained in two strings, “ShipmentContainers” and “BoxesPerContainer”. The task is for the robot to obtain the total number of boxes in all shipment containers in an Int32 variable, TotalBoxes. Which expression should be used for calculating the total number of boxes?. ShipmentContainers.ToInt32() * BoxesPerContainer.ToInt32(). Convert.ToInt32(ShipmentContainers) * Convert.ToInt32(BoxesPerContainer). ShipmentContainers * BoxesPerContainer. ShipmentContainers.ToInt() * BoxesPerContainer.ToInt(). By default, which Mail activity requires the least number of properties to be configured?. Get Outlook Mail Messages. Get Exchange Mail Messages. Get POP3 Mail Messages. Get IMAP Mail Messages. A developer wants to create a dictionary to store employees’ birthdays. What is a consideration when using dictionaries?. Dictionary values must be of type String. Dictionaries must be initialized with a fixed length. Dictionaries must have unique keys. Dictionaries cannot have repeat values. Which type of exception can a robot throw only if the process is manually configured to do so?. BusinessRuleException. InvalidOperationException. NullReferenceException. ArgumentException. What is the maximum scope a variable can have in an automation project?. Outermost container in the current xaml project file. Within the activity in which it is defined. Within the surrounding “Do” or “Body” sequence. Entire automation project which includes all project files. |