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




Comentarios |
---|
NO HAY REGISTROS |
Which of the characteristics below make a process more suitable for RPA automation?. Repetitive. Stable. High Exception Rate. Rule-Based. Identify the missing word(s) in the following sentence within the context of UiPath Academy. Data scraping extracts structured data from [?]. Apps. Video. Web Browsers. PDF Documents. Pictures. Scenario: You are creating an activity in UiPath which will read a CSV file using Read CSV. There is a specific property that must be checked to include the column names in UiPath Studio. Which of the below is the item that must be checked?. PreserveFormat. IgnoreQuotes. AddHeaders. Delimiter. Which are the core principles an UiPath implementation should follow?. Unattended. Efficient. Reliable. Floating. Maintainable. Extensible. Scenario: You are developing an automation in UiPath and have added a breakpoint at a selected activity. Next, you publish the package to UiPath Orchestrator. Now you plan to run the process in unattended mode within an UiPath Robot. Which is an expected behaviour?. Process generates an exception error due to the breakpoint. Breakpoint will cause the process to pause indefinitely. Breakpoint will have no impact on the process execution. Process causes the robot to crash due to the breakpoint. There are several differences between versions of the workflow files when you select Show Changes and Solve Conflicts windows. Which of the below are valid items?. Added activities. Added workflows. Removed activities. Modified activity properties. Deleted activities. Select the UiPath Platform components which corresponds with the description below. Designing automation workflows. UiPath Orchestrator. UiPath SAP. UiPath Robot. UiPath Automation Hub. UiPath Studio. Which of following roles is best described by these responsibilities: Responsible for managing the robots after the processes have been moved to production. Solution Architect. RPA Support. Infrastructure & IT Security Admin. Business Analyst. Which project type is recommended for simple, linear workflows without multiple decision nodes?. Global Exception Handler. Sequence. State Machine. Control Flow. Collection Flow. Flowchart. Scenario: You are developing a process as shown below: 1. The process needs to validate the Payment Status field in an application. 2. There are three possible values in the Payment Status field named: Pending, Paid, or Awaiting Approval. 3. For “Pending”, the process should check the “Due Date” field. If the Due Date has lapsed, raise an alert. Otherwise, do nothing. 4. For “Paid”, change the Overall Status to Completed. 5. For “Awaiting Approval”, send an alert email to the email address in the Account Owner field. In keeping with UiPath best practices, you need to design a process flow for Step 2. Which is the best option?. Switch. Report Status. Set Transaction Status. If. Identify the missing word(s) in the following sentence within the context of UiPath Academy. The integration with Excel is enabled by using an Excel Application Scope activity which make use of [?]. Containers. Virtual Machines. Region Pairs. Regions. Identify the missing word(s) in the following sentence within the context of UiPath Academy: [?] are events that a particular program cant normally deal with. Common type of [?] are syntax, user and programming [?]. Bugs. Exceptions. Root causes. Errors. Remediations. What is a Process in Orchestrator?. A Process in Orchestrator is a container generated in Orchestrator and allocated to an Environment. None of the listed options. A workflow that has been designed in Studio an published in Orchestrator. A package sent for execution to a group of Robots. 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: Replays the window messages that the application receives when the mouse/keyboard are used. Default. Send window messages. Simulate. Form Recognizer. Text Analytics. Type Into. Which of the following are capabilities of Orchestrator?. Deploy processes for execution. Provision robots. Monitor process execution. Design processes. Input and Output Actions can be viewed as a succession of 2 micro-steps: first, recognizing UI elements, and then inputting (or extracting) data. In many cases, the first step is easily sorted out either by including it in the activity, or by using the delay option. In some business scenarios however, building reliable workflows means accommodating situations in which UI elements move or become visible at only at various times. Which of the below actions are meant to locate UI elements?. On Element Vanish. Find Element. On Element Appear. Element Exists. Wait Element Vanish. Text Exists. Scenario: You are working on a project to extract specific information from a group of similar structured PDF files. The designed workflow only works on a single file within the series. Which of the following should you consider revising?. The ContinueOnError property. The Selector property. None of the listed options. The TimeoutMS property. When using UiPath Studio you are able to create anchors. Which of the below are activities which can used as an anchor?. Element Exists or Image Exists. Wait Element Vanish or Wait Image Vanish. Get Text or Get Visible Text. Find Image or Find Element. When is Selector fine-tuning required?. The environment in which a workflow was built has different parameters than the production environment. The use of dynamic selectors would improve the reliability and robustness of the automation. The workflow uses dynamic selectors. The workflow uses files that have timestamp in the name. Identify the missing word(s) in the following sentence within the context of UiPath Academy: With a centralized system, the [?] version control system stores all files and historical data on a central server. The developers commit their changes to this central server repository. Trunk: The trunk is the hub of your current, stable code and product. It only includes tested, unbroken code. Branches: Here you add the new codes and features. Using a copy of the trunk code, team members conduct research and development in the branch. This allows each team member to work on the enhanced features without disrupting each others progress. Tags: Tags are a duplicate of a branch at a given point in time. Tags are not used during development but are used during deployment after the branchs code is completed. Marking code with tags make it easy to review and, if necessary, revert your code. GIT. TFS. SVN. JIRA. Select the term matching the definition below. Defines the value the variable is initialized with. Type. Scope. Default Value. Name. 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: Indicates if the specified regular expression finds a match in the specified input string. Replace. Matches. GenericValue. Array. IsMatch. List. Scenario: At the start of your day, you pulled the latest version of the project. You are working on from the remote GIT repository. You have been working for two hours and now you want to check the difference between your version of the project and the last committed version. How can you do this?. By checking the Solve Conflicts window which is displayed when a project with changes is pushed to the remote repository. By selecting Show Changes in the Project context menu. None of the listed options. By checking the Show Changes window which is displayed when a project with changes is pushed to the remote repository. By selecting Solve Conflicts in the Project context menu. Creating a new library involves the following steps which appear in shuffled order: a. Click New Library b. Click Start c. Create the workflow d. Enter the name, location, description, and programming language e. Publish the library to Orchestrator or a customer feed Select the proper order of operations. a,b,d,c,e. b,a,d,c,e. b,c,a,e,d. b,a,c,e,d. When you are creating automations in UiPath, you are able to use wildcards when editing a selector. Which of the below are valid characters for wildcards?. ? and *. _ and *. % and _. % and !. The following is a reliable selector for a dynamic page: webctrl idx\=’144' tag\=’IMG’/. True. False. What information can you follow in the Watch panel?. None of the listed options. 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. It is possible to check the current value of a complex expression in the Immediate panel. True. False. Select the methods which can be used to populate a list of strings, type variable, with the following values: Tony Stark Steve Rogers Bruce Banner Natasha Romanoff. Set the Default Value in the Variables panel to {"Tony Stark", "Steve Rogers", "Bruce Banner", "Natasha Romanoff"}. Set the Default value in the Variables panel to New List(of String) from {"Tony Stark", "Steve Rogers", "Bruce Banner", "Natasha Romanoff"}. Instantiate the variable with New List(of String) and use Add To Collection activities to populate the list. Leave the Default Value blank and use Add To Collection activities to populate the list. Review the following Business scenarios: Checking the status of a payment (done/not done) and performing a set of operations in each case. Making sure that the outcome of the previous operation in the sequence is successful. Checking the balance of an account to ensure that there is enough money to pay an invoice. Checking if something has happened in a system, like if an element or an image exists and performing an action based on that. Which of the following statement types is best suited for this application?. IF Statement. Switch Statement. Loop Statement. For Each Statement. While Statement. It is common for automation projects to encounter events that interrupt of interfere with the projected execution. Some of the these are identified in the development and testing phases, and handling mechanisms are implemented. Predicting and treating exceptions can be done in which of the following ways?. Try/Catch Blocks. Local Exception Handler. Loop. Retry Scope. Loop IF. Global Exception Handler. Scenario: You planning to sort a table directly in an .xlsx file. Which activity should be used?. Sort Table. Get Table Range. Select Range. Sort Data Table. Scenario: You need to read data from an .xlsx file on a machine that does not have Excel installed. How can you do this?. Use Programming > Data Table > Generate DataTable. Use a System > File > Workbook > Read Range activity. You can't do this. Use an App Integration > Excel > Read Range activity. Review the following Business scenarios: Storing configuration details or other information that needs to be accessed throughout a process. Storing the job titles or other relevant information of employees. Storing the bank accounts of suppliers. Which of the following collection items is best suited for this application?. Lists. Arrays. Strings. RegEx. Dictionaries. It is common for automation projects to encounter events that interrupt of interfere with the projected execution. Some of the these are identified in the development and testing phases, and handling mechanisms are implemented. When the Click on a UI Element which is not always available, which of the below would be the best approach to handle the issue?. Place the Click activity inside a Try/Catch block. Use an Element Exists activity and then a Click activity. None of the listed options. Set the ContinueOnError property of the Click activity to True. Scenario: You are working on a project using a Mail Messages activity. One of the below options will allow for sending a message without having a username and password of the email account. Which is it?. Send SMTP Mail Message. Send Exchange Mail Message. Send Outlook Mail Message. None of the listed options. Which of the following categories have various layout options and are generally used for small processes automations or parts of a larger automation projects? Some examples from daily life include vending machines, elevators or traffic lights. Sequence. Control Flow. Collection Flow. State Machine. Flowchart. The data types in UiPath are borrowed from VB.Net. Which of the below are commonly used data types in UiPath?. Write CSV. String. Numeric. Collection. Where is the output of Log Message or Write Line activities displayed?. The Breakpoints panel. The Watch panel. The Call Stack panel. The Output panel. Identify the missing word(s) in the following sentence within the context of UiPath Academy: [?] is an open source version control system. Unlike older centralized version control systems, [?]is distributed, which allows every developer to have a full history of their code repository locally. This makes the initial clone of the repository slower, but subsequent operations such as commit, blame, diff, merge, and log dramatically faster. GIT. TFS. SVN. JIRA. How can you overwrite the last commit to a GIT repository in UiPath Studio?. By selecting Undo in the Project context menu. None of the listed options. By selecting Amend Commit in the Commit Changes window. By selecting a version you want to commit to in the Commit Changes window. When using the UI Explorer tool, there is unique feature available to the developer. Select this feature from the below choices. Allows the developer to indicate a selector. Allows the developer to view the full UI hierarchy tree. Allows the developer to use wildcards in a selector. Allows the developer to repair a selector. Scenario: You are using an attended robot to automate a process. Which function is available to you?. Responsible for remote execution, monitoring, and scheduling. Ability to continue execution under a locked screen. Start from the robot tray or command prompt. Used for debugging and testing purposes. Identify the missing word(s) in the following sentence within the context of UiPath Academy: Output actions are used in UiPath either to extract data (in general, as text) from a UI element. Output methods are what enables output actions to extract data from UI elements. [?] is a functionality of UiPath Studio that allows the extraction of structured information from an application, browser or document to a DataTable variable. The functionality can be accessed directly from the Design ribbon of UiPath Studio. Get Visible Text. Get Full Text. Get OCR Text. Get Text. Scenario: You have been tasked with retrieving the invoice number from a native PDF file. Which of the following is the best way to accomplish this?. Open the PDF file with Adobe Acrobat Reader and scrape only the relevant information. Use the Read PDF Text activity and get the value by using string manipulation. None of the listed options. Use the Read PDF with OCR activity and get the value by using string manipulation. What are the types of Robots that can be configured for usage in Orchestrator?. Attended Robots, Unattended Robots, Development Robots, Non-Production Robots. Attended Robots, Unattended Robots. None of the listed options. Attended Robots, Unattended Robots, Development (also known as Non-Production) Robots. Which of the following tasks can be taken over by RPA robots?. Capture data from text fields. Customer calls related to personal information. Data extraction and categorization. Start applications. Scenario: You are working on a project using the Get Outlook Mail Messages activity. There are various properties within this activity. Which of the below is a property of the Get Outlook Mail Messages activity?. Password. Port. Server. MailFolder. You can use the Simulate input method to Send Hotkeys. True. False. Source control systems are particularly useful in larger projects, where multiple teams and individuals contribute in each stage. UiPath Studio supports which of the following source control systems?. SVN. JIRA. TFS. GIT. The “idx” should always be removed to ensure the selector does not anchor to a specific item, since the “idx” on pages are highly variable. False. True. Which of the following regular expressions (REGEX) will perform the following: negate the pattern. -. ^. *. /. If a background automation must interact with a user interface element, no error will be thrown if there is no foreground automation being performed at the time the user interface element is needed. False. True. Which of the following activities will possibly be affected by a change in the value of DelayBetweenPagesMS ?. Get Cell Color. Extract Structured Data. Extract PDF Page Range. Get Table Range. SendWindowsMessages is the recommended method to use when selecting from the following: Hardware Driver, SendWindowsMessages, and SimulateClick. False. True. Managing Projects with GIT: What happens to the remote repository when you commit a change?. The local file is skipped and the remote file is updated. The local file is updated and the remote file is updated. The local file is updated and the remote file stays unchanged. The changes to the file are initialized, but the changes are not saved to the local file or the remote repository. The global project settings for the value TimeoutMS does not affect click activities. False. True. Wildcards such as “*” and “?” can be used for windows file explorer file paths to work with variability. False. True. What is the correct definition for the following log term: Trace. Information about robot progress. Usually includes when we enter/exit a workflow, when data is read from an external source, etc. Any important data that we need to stand out from the rest of the log information. Activating the Log Activities option in Studio or setting the Verbose level for the Robot will generate extra logs about activity start and end plus the values of variables and arguments (at trace level). Information useful while developing/debugging, however not useful and needed in production. What is the correct definition for the following log term: Fatal. An error occurred. The robot will attempt to recover and move on with the next item. Information useful while developing/debugging, however not useful and needed in production. Any important data that we need to stand out from the rest of the log information. The robot cannot or should not recover from this error. Something has gone critically wrong and the process needs to be stopped. For example, the robot has no means of handling an exception or the website it's interacting with displays a message that it is under maintenance. |