Uipath Certification IX
![]() |
![]() |
![]() |
Título del Test:![]() Uipath Certification IX Descripción: UIAdvancedRpaDeveloper Fecha de Creación: 2023/03/02 Categoría: Informática Número Preguntas: 60
|




Comentarios |
---|
NO HAY REGISTROS |
Manipulating lists can be done using which of the following?. JSON. UiPath Designer. .NET. C#. Which one of the nodes of a selector is referred to as the “root node”?. The highest-level node, corresponding to the application. The lowest-level node, corresponding to the file hierarchy. None of the listed options. The lowest-level node, corresponding to the GUI element. Which is the best workflow type for the following problem statement? “We received a request to create a robot that is listening to a server, until it receives some information. When it does, it starts a processing job, then after the processing is complete, it starts a logging process for the data received. Finally, it returns to listening to the server.”. State Machine. Sequence. Control Flow. Flowchart. Select the item which best describes the differences between full selectors and partial selectors. Full selectors include information about the top-level window. Partial selectors are recommended to perform multiple actions in the same window. Full selectors are recommended to perform multiple actions in the same window. Partial selectors include information about the top-level window. Full selectors do not include information about the top-level window. Partial selectors are recommended when switching between multiple windows. Full selectors are recommended to perform multiple actions in the same window. Partial selectors do not include information about the top-level window. Identify the missing word(s) in the following sentence within the context of UiPath Academy: When the Extract as Workflow option is used ? [?]. variables are automatically turned into arguments. you need to replace the variables with arguments by hand. None of the listed options. you can use variables to pass information between the main workflow and the extracted one. Scenario: The current date is February 15, 2021 and you wish to download a package from Orchestrator 2019.10. There have been multiple Orchestrator releases from 2019 up to the current date. Are you able to do this, assuming you have the appropriate permission clearance?. No; packages cannot be downloaded from Orchestrator. Yes; only the current version of the package can be downloaded. Yes; any version of a package can be downloaded. Yes; the current version of the package can be downloaded and just one prior version. Identify the missing word(s) in the following sentence within the context of UiPath Academy: The [?] is the type of variable that can store data as a simple spreadsheet with rows and columns, so that each piece of data can be identified based on their unique column and row coordinates. Think of it as the memory representation of an Excel worksheet. DataTable. Dictionary. GenericValue. Array. Scenario: A customer calls into a Call Centre to get an update on their current outstanding payment. Consider the following use case: Ref 1. The customer provides the Customer ID to the call centre representative. Ref 2. The call centre representative inputs the Customer ID into a web application. Ref 3. Data is scraped from the web application. Ref 4. Calculations are performed by the robot. Ref 5. The outstanding amount is provided to the customer over the telephone by the representative. If this process is automated, what is the minimum number of steps that require manual intervention?. Three. One. Five. Two. Select the GIT integration command which corresponds with the description below. Will save the changes to the local repository. Pull. Commit. Push. Undo. Scenario: You plan to use Write Range to write data in an .xlsx file that does not exist. What will be the result?. None of the listed options. It will throw an error. It will create that file for you and write the data in it. It will continue the execution without writing the data. In UiPath, is it possible to store a Selector in a variable?. Yes, of type UiElement. Yes, of type String. No. Yes, of type Int32. Activity datatype outputs will vary and having the correct output type is generally critical to successful execution of a workflow. Which of the following activities has a Boolean variable as the output?. Find Element. On Element Appears. Wait Element Vanish. Get Visible Text. In many business scenarios, databases are stored in workbooks (generally known as Excel files or spreadsheets). From there, they can be inputted into DataTables and further processed using various method, as well as other available methods and tools. Which of the below are the ways UiPath offers for of accessing and manipulating workbooks?. API Lookup. Excel App Integration. File Access Level. Macro-Enabled Scraping. Select the term matching the definition below. Defines the part of the workflow where the variable can be used. Scope. Default Value. Name. Type. Which of the following situations would trigger the Solve Conflicts window to be displayed?. You have pulled a project and started to work on it. During this time, a co-worker has pushed a new version of the project to the remote repository. When pushing your version, the Solve Conflicts window is presented because your last pull is not the same as the version in the remote repository at the time of the push. None of the listed options. You have pulled a project and begun working on it. Once the necessary changed were made you pushed it back to the remote repository. The Solve Conflicts window was presented because the version of the project you were pushing is different from the one you pulled. You have committed your project and then realized that further changes were needed. Next, you updated the project and then selected Amend Commit. The Solve Conflicts window was presented because you were overwriting the last commit. Which key combination would you use to activate IntelliPrompt in the Immediate panel?. Ctrl + P. Ctrl + Enter. Ctrl + Space. Ctrl + I. Every time we insert data into an application, or we send a command to a system to produce a change (or a continuation), we perform an input action. Which input methods is best described by: Clicks: the mouse cursor moves across the screen. Type Into. Get Text. Default. Send window messages. Selectors are automatically generated when UI elements are indicated inside activities or when the recorder is used. Knowing the difference between full and partial selectors is very important when using activities generated or added inside containers outside the containers, or the other way around. Which of the following are containers within UiPath?. Attach Window. Open Browser. Property Explorer. Attach Browser. Which of following roles is best described by these responsibilities: Responsible for setting up and maintaining hardware & software resources. Infrastructure & IT Security Admin. RPA Support. Solution Architect. Business Analyst. When this activity is utilized, the body of a given loop is executed at least once. Which item does this refer to?. If. While. For Each. Do While. RPA can significantly streamline your companys processes and increase productivity. That said, certain factors increase the complexity of a potential automation. Which of the below increase automation complexity?. Having clear rules for each step. Legacy applications. Inputs that cannot be standardized. The number of decision points in the business logic. UiPath Robot is used to create various types of automations. Which statement below is correct?. Any user who can log into Orchestrator can create or delete UiPath Robots. Only attended and development robots can be floating robots. Standard robots can work on both standard machines and templates. Robots cannot be deleted even if they do not have any pending or active jobs attached to them. Scenario: You are extracting data from a Microsoft Excel file. The plan is to use a Read Range activity. Which data type is used?. Object. Array. String. DataTable. Identify the missing word(s) in the following sentence within the context of UiPath Academy: A major characteristic of an asset is [?]. All credentials stored as an asset are encrypted with the AES 256 algorithm. Asset information cannot be extracted by robots from Orchestrator. Asset name in the Get Asset activity is case-sensitive. Asset type can be changed after creation of the asset. Is it possible to perform MS Excel related activities on a machine which does not have the MS Excel application installed?. Yes, but only for .xls files. No, UiPath Studio requires MS Office package. Yes, but only for .xlsx files. Yes, for every Excel file type. Regular Expression (REGEX) is a specific search pattern that can be used to easily match, locate and manage text. Creating RegEx expressions may be challenging. UiPath Studio contains a RegEx builder that simplifies the creation of regular expressions. Which RegEx builder method is best described by: Searches an input string for all occurrences and returns all the successful pairs. IsMatch. Matches. Array. List. Scenario: Your team wants to integrate the updates pushed to the remote master branch into a feature branch. What needs to be done?. While working in the feature branch, select Manage Branches ? Select the master branch and select Rebase. While working in the feature branch, select Pull and select the master branch. While working in the feature branch, select Manage Branches ? Select the master branch and select Merge. While working in the feature branch, select Push and select the master branch. Scenario: You are working on a project using and some of the workflows created do not execute successfully. Right now, the next workflow to be triggered performs a login sequence that is regularly used throughout the process. This exact workflow has already been tested and it works as planned. What action should you take to skip this workflow temporarily since it has already been successfully tested?. Step over. The test should be repeated again, to ensure the process still works in the current setting. Step out. Disable 'Break on Exceptions' & Run. What type of project is the REFramework built on?. Flowchart. Sequence. Control Flow. Collection Flow. State Machine. Scenario: You have created a workflow and the counter value needs to be evaluated before the body of the loop is executed. You have several Control Flow activities to choose from. Which should be used?. Do While. Switch. IF. While. When creating an automation in UiPath you are able to render content in the Output panel in different formats. In this case, you want to display the current date in the Output panel using a Write Line activity in a “dd-MM-yyyy” format. Which of the below should be used?. Format(Now,"dd-MM-yyyy"). Now."dd-MM-yyyy. Now.ToString("dd-MM-yyyy"). Now.CompareTo("dd-MM-yyyy"). For small processes automated or parts of a larger automation project, there are various layout options. Which are they?. Flowchart. Control Flow. State Machine. Sequence. How should the Dispatcher & Performer model be applied?. The jobs should run independently on separate machines. The jobs can run on the same machine or different machines at the same time. The jobs should run on the same machine, but not at the same time. The jobs should run on the same machine, at the same time. Where will changing a variable in the Immediate panel be reflected?. The Output panel. The Watch panel. The further execution of the workflow in debug mode. The Locals panel. Identify the missing word(s) in the following sentence within the context of UiPath Academy. [?] … are used to pass data from one workflow file to another in UiPath Studio. Only Components. Components, Variables and Arguments. Both Components and Variables. Only Arguments. Scenario: You are using the For Each activity to loop through a list of MailMessage variables in your project. You need to set the TypeArgument property. Which of the below should you utilize?. System.Core.Mail.MailMessage. System.Mail.MailMessage. System.Web.Mail.MailMessage. System.Net.Mail.MailMessage. Scenario: You are creating arguments within UiPath Studio. Which of the below can these arguments be used for?. Input, Output, and Input/Output arguments. Input arguments only. Input/Output arguments only. Output arguments only. Which is the best workflow type for the following problem statement? “We want to create a robot that searches for weather information daily and then creates a report based on it.”. Flowchart. Control Flow. State Machine. Sequence. Select the term which is best described by: Defines what kind of data can be stored in the variable. Scope. Name. Type. Default Value. Flowcharts can be used in a variety of settings, from large jobs to small projects that you can reuse in other projects. Which of the below is the most important aspect of a flowchart?. Determines the project's behaviour when encountering an execution error. Provides a condition to facilitate the transition from one state to another. Enables the creation of complex business processes and connect activities in multiple ways by branching multiple logical operators. Provides the ability to seamlessly go from one activity to another and act as a single Block activity for linear processes. A developer wants to run a VBA code in Excel using the Execute Macro activity. The developer wants to pass 3 arguments: string value, a value from a Config file and a boolean value. What is the correct setting in the MacroParameters property?. {"Some Text", Config("ValueFromOrchestrator").ToString, "TRUE"}. {"Some Text", Config(ValueFromOrchestrator).ToString, TRUE}. {"Some Text", Config("ValueFromOrchestrator").ToString, TRUE}. ("Some Text", Config("ValueFromOrchestrator").ToString, TRUE). A developer creates a process using a State Machine. What section(s) does the Final State activity contain?. Entry and Exit. Entry, Exit and Transition(s). Exit. Entry. Which activity uses the “SimulateType” property by default and this setting cannot be changed?. Type Secure Text. Set Text. Send Hotkey. Type Into. Please choose the incorrect statement about the usage of the State Machine activity. You can only create one initial state, yet it is possible to have more than one Final State. Every State Machine must have a Final State to avoid an infinite loop. You can directly connect Start and Final State. Every State activity should have at least 1 transition. What is the use of attribute when working with selectors?. To search through all active window instances for the element matching the top-level tag attributes. To indicate that attribute is optional in this selector. To work with selectors that dynamically change the attribute. attribute should not be used according to best practices. A developer created automation in UiPath to process CVs of job candidates. This process is designed to help the HR team in their daily activities. Every day robot needs to process mails from the HR team sent to its Outlook account. Besides emails from HR, the robot also receives organizational emails and emails from other employees. There are several possible ways to set up the Get Outlook Mail Messages activity for the robot to only extract emails from the HR Team. Please choose the incorrect way. "HR Team" in the From property of the Get Outlook Mail Messages activity. "[SenderEmailAddress] = 'hr.team@company.com'" in the Filter property of the Get Outlook Mail Messages activity. Please choose the correct statement about automation processes. Only one foreground process can be executed at a time. Automation processes that use UiAutomation activities can run under a locked screen. It is okay to use UiAutomation activities in background processes. By default, all processes are marked as background, unless specified otherwise. A team of developers uses the TFS repository to store versions of a UiPath project. One of the developers wants to edit the project. What action ensures that no other developer changes the code in the meantime?. Undo Pending Changes. Get Latest Version. Disable Entry Point. Check Out for Edit. A developer wants to use a Basic recorder to capture several clicks on a website. What type of selectors will be generated during recording?. Basic recorder does not allow to capture actions on websites. Full. Dynamic. Partial. Please choose the correct statement about the usage of wildcards in selectors. Wildcards in selectors are used to deal with stable attributes in a selector. A Question mark (?) wildcard is used to replace 0 or 1 characters in the selector. In UiPath selectors, only 2 types of wildcards can be used: Asterisk (*) and Question mark (?). To replace only 1 character in the selector, it is recommended to use an Asterisk (*) wildcard. What type of logs are generated when a process is executed?. Orchestrator Logs. Process Execution Logs. Robot Execution Logs. UiPath Studio Logs. What are the four types of logs in UiPath?. Orchestrator Diagnostic Logs, Setup Logs, Robot Logs, Studio Logs. Orchestrator Diagnostic Logs, General Logs, Verbose Logs, Studio Logs. General Logs, Verbose Logs, Setup Logs, Robot Logs. Verbose Logs, Setup Logs, Ancillary Logs, Tertiary Logs. Which of the following events generate log entries by default when executing a process in run mode?. Execution start. Invoking a workflow file. Getting data from an external source. Variables log. In the REFramework: What happens if an error occurs in the “Init” state?. Continues on Error. Moves to Get Transaction Data state before throwing an error and moving to End Process. Moves directly to End Process. Retries three times before moving to End Process. REFramework: What happens if an error is thrown during the Process Transaction state?. The project moves immediately to the End Process state. The project moves to the Init state. The project moves back to the Get Transaction State to retry. The transaction is retried once before moving to End Process. WaitForReady – Before performing the actions, wait for the target to become ready. The following options are available: – None – Interactive – Complete Which waits for the target app to indicate readiness, although some assets may still be loading. None. Interactive. Complete. None of the above. [?] adds a pause before the activity, in milliseconds. DelayAfter. DelayBefore. WaitForReady. TimeoutMS. What is the best practice to deal with interacting with UI elements in a webpage that has an attribute named “Loaded” with a value of “True” when the element is loaded?. Set the TimeoutMS to be longer to wait for all elements to load (if the element takes 15 seconds to load on average, setting the TimeoutMS property to double that number will suffice). Use a Delay activity prior to the activity that interacts with the element. Include the name of the "Loaded" attribute in the selector. Use the Wait Attribute activity to wait until the value of "Loaded" is set to "True". What happens when the main-default button is pressed for the workflow analyzer in the Design Ribbon?. Check file for validation errors and workflow analyzer violations. Check file only for validation errors. Check project only for validation errors. Check only the main xaml file for validation errors. The REFramework is built as a state machine. What type of process is the REFramework. By default, none. Dispatcher and Performer. Dispatcher. Performer. |