Uipath Associate Certification - 1
![]() |
![]() |
![]() |
Título del Test:![]() Uipath Associate Certification - 1 Descripción: 100 Preguntas Examen Certificacion Uipath Associate |




Comentarios |
---|
NO HAY REGISTROS |
How can you overwrite the last commit to a GIT repository in UiPath Studio?. A. By selecting Undo in the Project context menu. B. By selecting a version you want to commit to in the Commit Changes window. C. None of the listed options. D. By selecting Amend Commit in the Commit Changes window. Where is the output of Log Message/Write Line activities displayed?. A. The Watch panel. B. The Call Stack panel. C. The Immediate panel. D. The Output panel. E. The Breakpoints panel. Downloading a report from a web application takes a variable amount of time, but a pop-up window is shown when the download is finished. What should you do to check whether the file has been fully downloaded before continuing the process?. A. Set the WaitForReady property to Complete. B. Use the On Element Appear activity and indicate the download pop-up window. C. Use the Element Exist activity and indicate the download pop-up window. Which of the following tasks can be automated using StudioX?. A. Creating a PowerPoint presentation using information from a Word file. B. Moving files between folders on your computer. C. Sending emails using Outlook. D. Getting data from an Excel file and in putting it into a web application. What do the Items in the Orchestrator queues consist of? Select all the options that apply. a) Processes to be executed by the robots. b) Jobs to be executed by the robots. c) Input data for the processes executed by the robots. d) All of the above. A Bot developer has created a workflow and the counter value needs to be evaluated before the body of the loop is executed. Developer has several Control Flow activities to choose from. Which should be used?. A. Do While. B. IF. C. While. D. Switch. Where will changing a variable in the immediate panel be reflected? (Select three). A. The Watch panel. B. The execution of the workflow at runtime. C. The further execution of the workflow in debug mode. D. The Locals panel. E. The Output panel. What type of project is the REFramework built on?. A. Collection Flow. B. Control Flow. C. Flowchart. D. Sequence. E. State Machine. A Bot developer 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 Bot developer take to skip this workflow temporarily since it has already been successfully tested?. A. Step over. B. Step out. C. Disable 'Break on Exceptions' & Run. D. The test should be repeated again, to ensure the process still works in the current setting. E. Ignore. A Bot developer is working with a typical database of employees of a group in the company you work at. The data organized naturally in an .xlsx file. Which of the following worksheet elements would be used for the following content: “All the data of all the employees of all the companies in the group.”. A. Worksheet. B. Workbook. C. Column. D. Row. E. Cell. Which is the best workflow type for the "We want to create a robot that searches for weather information daily and then creates a report based on it." problem statement?. A. Flowchart. B. Control Flow. C. Sequence. D. Collection Flow. E. State Machine. This is a reliable selector for a dynamic web page:'144'tag='IMG'/. TRUE. FALSE. Which of following roles is best described by these responsibilities: “Responsible for setting up and maintaining hardware & software resources.”. A. RPA Support. B. Solution Architect. C. Infrastructure & IT Security Admin. D. Business Analyst. 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? (Select all that apply). A. JIRA. B. SVN. C. TFS. D. GIT. Select the item which best describes the differences between full selectors and partial selectors. A. Full selectors are recommended to perform multiple actions in the same window. Partial selectors do not include information about the top-level window. B. Full selectors do not include information about the top-level window. Partial selectors are recommended when switching between multiple windows. C. Full selectors are recommended to perform multiple actions in the same window. Partial selectors include information about the top-level window. D. Full selectors include information about the top-level window. Partial selectors are recommended to perform multiple actions in the same window. What activity is used to get a column value from a specific row of a data table?. A. Get Row Item. B. Read Cell. C. Write Cell. D. Remove Data Row. What are the uses of Web Scrapping in UiPath?. A. Extracting lists or other structured data from a web page. B. Extracting all the information from a web page. C. Extracting the images from a web page. D. Extracting the content of a table from a web page. Where should you store the environment settings that are prone to changes?. a) Inside config files (.xmI, .json, .xlsx, etc.). b) In Orchestrator ,as assets. c) Directly inside the workflows, as hard coded values. A bot developer is able to render content in the Output panel in different formats when creating automation in UiPath. In this case, he/she 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 format developer should used?. A. Format(Now,"dd-MM-yyyy"). B. Now."dd-MM-yyyy“. C. Now.CompareTo("dd-MM-yyyy"). D. Now.ToString("dd-MM-yyyy"). A Jr. Bot developer is 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?. A. Port. B. Server. C. MailFolder. D. Password. When this activity is utilized, the body of a given loop is executed at least once. Which item does this refer to?. A. While. B. If. C. Switch. D. Do While. E. For Each. A Bot developer is using an attended robot to automate a process. Which function is available for a bot developer?. A. Start from the robot tray or command prompt. B. Ability to continue execution under a locked screen. C. Responsible for remote execution, monitoring, and scheduling. D. Used for debugging and testing purposes. In UiPath, the manipulating lists can be done using; (Select two). A. .NET. B. Collections. C. JSON. D. UiPath Designer. E. UiPath Portal. F. C#. From below, which of the nodes of a selector is referred to as the "root node"?. A. The lowest-level node, corresponding to the GUI element. B. None of the listed options. C. The lowest-level node, corresponding to the file hierarchy. D. The highest-level node, corresponding to the application. In UiPath, when using the UI Explorer tool, which of the below is unique feature available to the developer?. A. Allows the developer to use wildcards in a selector. B. Allows the developer to view the full UI hierarchy tree. C. Allows the developer to indicate a selector. D. Allows the developer to repair a selector. In certain business scenarios, databases are stored in workbooks and they can be inputted into DataTables and further processed using various method, as well as other available methods and tools. Which two ways UiPath offers for of accessing and manipulating workbooks? (Select two). A. Dynamic-Link Feed. B. Macro-Enabled Scraping. C. File Access Level. D. API Lookup. E. Static-Link Feed. F. Excel App Integration. What type of argument can you define to pass data and retrieve the modified value from an invoked workflow?. A. In. B. In/Out. C. Out. How can you trigger another workflow from within your current workflow?. A. You cannot trigger another workflow. B. By using the invoke method activity. C. By using the invoke workflow file activity. D. By using the open application activity. Which of the following are considered best practices? Select all the options that apply. A. Reusing workflows across different projects. B. Keeping environment settings hard coded inside workflows. C. Breaking the process into smaller workflow N. Which of the following are containers within UiPath? (Select all that apply). A. Element Selector. B. Property Explorer. C. UI Explorer. D. Open Browser. E. Attach Browser. F. Attach Window. For small processes automated or parts of a larger automation project, there are various layout options. Which are they? (Select three). A. Control Flow. B. Flowchart. C. Sequence. D. Collection Flow. E. State Machine. You’re working in a Bank and your team wants to integrate the updates pushed to the remote master branch into a feature branch. What needs to be done?. A. While working in the feature branch, select Push and select the master branch. B. None of the listed options. C. While working in the feature branch, select Manage Branches → Select the master branch and select Rebase. D. While working in the feature branch, select Pull and select the master branch. E. While working in the feature branch, select Manage Branches → Select the master branch and select Merge. A Bot developer is using the For Each activity to loop through a list of MailMessage variables in project. He need to set the TypeArgument property. Which of the below should a bot developer utilize?. A. System.Net.Mail.MailMessage. B. System.Core.Mail.MailMessage. C. System.Mail.MailMessage. D. System.Web.Mail.MailMessage. A bot developer is creating arguments within UiPath Studio. Which of the below arguments be used for?. A. Output arguments only. B. Input, Output, and Input/Output arguments. C. Input/Output arguments only. D. Input arguments only. Which of the following tasks can be taken over by RPA robots? (Select all that apply). A. Customer calls related to personal information. B. Start applications. C. Creating exceptions in customer billing. D. Capture data from text fields. E. Make decisions based on predefined rules. F. Invoice approval and payment. G. Data extraction and categorization. H. Automate your core competency. How should the Dispatcher & Performer model be applied?. A. The jobs should run on the same machine, at the same time. B. The jobs can run on the same machine or different machines at the same time. C. The jobs should run independently on separate machines. D. The jobs should run on the same machine, but not at the same time. Which key combination would you use to activate IntelliPrompt in the Immediate panel?. A. Ctrl + Enter. B. Ctrl + P. C. Ctrl + Space. D. Ctrl + I. Is it possible to perform MS Excel related activities on a machine which does not have the MS Excel application installed?. A. Yes, but only for .xlsx files. B. Yes, for every Excel file type. C. Yes, but only for .xls files. D. No, UiPath Studio requires MS Office package. True or False: You can use the Simulate input method to Send Hotkeys. False. True. Question 41: Which of the statues below can a transaction have? Select all the options that apply. a) Successful. b) Abandoned. c) New. d) Pending. e) Failed. f) In progress. 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.". A. Flowchart. B. State Machine. C. Sequence. D. Collection Flow. E. Control Flow. In UiPath, is it possible to store a Selector in a variable?. A. Yes, of type Int32. B. Yes, of type String. C. No. D. Yes, of type UiElement. UiPath Robot is used to create various types of automations. Which statement you think is correct from below?. A. Robots cannot be deleted even if they do not have any pending or active jobs attached to them. B. Standard robots can work on both standard machines and templates. C. Only attended and development robots can be floating robots. D. Any user who can log into Orchestrator can create or delete UiPath Robots. Your team is extracting data from a Microsoft Excel file. The plan is to use a Read Range activity. Which data type is used?. A. Array. B. Object. C. String. D. DataTable. What types of Robots that can be configured for usage in Orchestrator?. A. None of the listed options. B. Attended Robots, Unattended Robots. C. Attended Robots, Unattended Robots, Development Robots, Non-Production Robots. D. Attended Robots, Unattended Robots, Development (also known as Non-Production) Robots. A manager has given you a task about retrieving the invoice number from a native PDF file. Which is the best way to accomplish this from below options?. A. Open the PDF file with Adobe Acrobat Reader and scrape only the relevant information. B. Use the Read PDF Text activity and get the value by using string manipulation. C. None of the listed options. D. Use the Read PDF with OCR activity and get the value by using string manipulation. What should you use to make sure that the workflow continues no matter what activity fails?. a) TimeoutMS property. b) ContinueOnError property. c) Try catch activity. 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?. A. Find Element. B. Element Exists. C. Get Visible Text. D. Wait Image Vanish. In the UIPath Robotic Enterprise Framework template, what should be the outcome of the Process Transaction state the Main workflow when the application loops back to the Get Transaction Item state?. a) Business rule exception. b) Application exception. c) Success. In the UiPath Robotic Enterprise template, if a System Error is encountered in the Init state of the Main workflow, which state is executed next?. a) Init. b) Get Transaction Data. c) End Process. If your automation uses 2 Excel files(besides the Workspace),how man Excel File Cards do you need in StudioX?. a) Because we can reference all the Excel files with it. b) Since there are 2 Excel files. c) As the Workspace would need its own Card. d) None, we don't use Cards for Excel files. Which of the following are capabilities of Orchestrator?. A. Deploy processes for execution. B. Design processes. C. Monitor process execution. D. Provision robots. It is common for automation projects to encounter events that interrupt of interfere with the projected execution. Some of 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? (Select three). A. Try/Catch Blocks. B. Loop. C. Local Exception Handler. D. Loop IF. E. Global Exception Handler. F. Retry Scope. Which of the following selectors should be modified to ensure a robust and stable automation in accordance with UiPath best practices?. A. <html app=‘chrome.exe’ title=‘ACME System 1 – Download Monthly Report’ /><webctrl aaname=‘{{ReportYear}}’ parented=‘searchForm’ class=‘text’ />. B. <html app=‘chrome.exe’ title=‘Release History – UiPath Platform’ /><webctrl parented- ’confluence-ui’ tag=‘SPAN’ idx=‘94’ />. C. <html app’chrome.exe’ title=‘World population – Wikipedia’ /><webctrl aaname=‘Population by continent*’ tab=‘TABLE’ /><webctrl tableCol=‘3’ tableRow=‘7’ tag=‘TD’ />. D. <html app=‘chrome.exe’ title=‘Google’ /><webctrl tag=‘INPUT’ aaname=‘Search’ />. What is a Process in Orchestrator?. A. None of the listed options. B. A Process in Orchestrator is a container generated in Orchestrator and allocated to an NE. C. A workflow that has been designed in Studio an published in Orchestrator. D. A package sent for execution to a group of Robots. 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.”. A. GenericValue. B. List. C. Array. D. IsMatch. What is the default action of the Play button in the Ribbon?. A. Run Current File. B. Debug Project. C. Run Project. D. Debug Current File. A bot developer is developing an automation in UiPath and added a breakpoint at a selected activity. Developer has published the package to UiPath Orchestrator and plan to run the process in unattended mode within a UiPath Robot. Which is an expected behavior?. A. Breakpoint will cause the process to pause indefinitely. B. Process causes the robot to crash due to the breakpoint. C. Process generates an exception error due to the breakpoint. D. Breakpoint will have no impact on the process execution. During debugging, what types of information generally follow in the Watch panel?. A. The output of log message and write line activities. B. None of the listed options. C. The next activity to be executed and its parent containers when the project is paused in debugging. D. The values of variables or arguments, and the values of user-defined expressions that are in scope. The integration with Excel is enabled by using an Excel Application Scope activity which make use of_________. A. Regions. B. Containers. C. Virtual Machines. D. Region Pairs. A bot developer is 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 item must be checked?. A. AddHeaders. B. Delimiter. C. PreserveFormat. D. IgnoreQuotes. 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?. A. While Statement. B. Loop Statement. C. IF Statement. D. For Each Statement. E. Switch Statement. “webctrl idx\='144' tag\='IMG'/” is a reliable selector for a dynamic page: A. True. B. False. Select the term matching the definition below. “Defines the value the variable is initialized with.”. A. Scope. B. Type. C. Default Value. D. Name. Data scraping enables you to extracts structured data from _________. (Choose 3). A. Web Browsers. B. Video. C. PDF Documents. D. Pictures. E. Apps. “Will save the changes to the local repository.” Select the GIT integration command which corresponds with above description . A. Commit. B. Push. C. Undo. D. Pull. A bot developer wants 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 bot developer consider revising?. A. The Selector property. B. The ContinueOnError property. C. The TimeoutMS property. D. None of the listed options. How can you retrieve the value stored in a Queue Item variable?. a) Use the Deserialize Xml activity. b) Use the SpecificContent property. c) Use the Deserialize Json activity. A bot developer planning to sort a table directly in an .xlsx file. Which activity should he/she used?. A. Get Table Range. B. Sort Data Table. C. Select Range. D. Sort Table. The four core principles an UiPath implementation should follow: A. Maintainable. B. Reliable. C. Unattended. D. Floating. E. Extensible. F. Efficient. How can you trigger another workflow from within your current one?. a) You cannot trigger another workflow. b) By using the invoke method activity. c) By using the invoke workflow file activity. d) By using the open application activity. How can you provide more details to explain the purpose of the activities in a workflow?. a) By adding activity Annotations. b) By using a Comment Out activity. c) By using the Comment activity. Select the methods which can be used to populate a list of strings, type variable, with the following values: (Select all that apply) • Tony Stark • Steve Rogers • Bruce Banner • Natasha Romanoff. A. Leave the Default Value blank and use Add To Collection activities to populate the list. B. Instantiate the variable with New List(of String) and use Add To Collection activities to populate the list. C. Set the Default Value in the Variables panel to {"Tony Stark", "Steve Rogers", "Bruce Banner", "Natasha Romanoff"}. D. Set the Default value in the Variables panel to New List(of String) from {"Tony Stark", "Steve Rogers", "Bruce Banner", "Natasha Romanoff"}. A bot developer is creating automations and editing a selector using wildcard in UiPath. Which of the below are valid characters for wildcards?. A. % and _. B. ? and *. C. % and !. D. _ and *. A bot developer can check the current value of a complex expression in the Immediate panel. A. True. B. False. Which of the characteristics below make a process more suitable for RPA automation? (Select all that apply). A. High Exception Rate. B. Stable. C. Repetitive. D. Rule-Based. Which of the following categories have various layout options and are generally used for small processes automations or parts of a larger automation projects?. A. State Machine. B. Control Flow. C. Sequence. D. Collection Flow. E. Flowchart. 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. a → b → d → c → e. B. b → a → d → c → e. C. b → a → c → e → d. D. b → c → a → e → d. A Bot developer is 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?. A. Set Transaction Status. B. If. C. Switch. D. Report Status. Which of following roles is best described by these responsibilities: “Responsible for managing the robots after the processes have been moved to production.”. 1. Infrastructure & IT Security Admin. 2. Business Analyst. 3. RPA Support. 4. Solution Architect. The Retry Scope activity is used without a termination condition. In this case it will;. A. retry the activities indefinitely. B. the next activity is executed. C. return a False value in a Boolean variable. D. retry the activities until no exception occurs (or the provided number of attempts is exceeded). E. throw an exception. F. None of the listed options. Match the following UiPath Platform components with the description: a) 1>C, 2>B, 3>A. b) 1>B, 2>C, 3>A. c) 1>A, 2>B, 3>C. listOfCountries = {"Amestris", "Atlantis", “Wakonda", "Azmenistan", "Bialya", "Corto Maltese", "Gondor"} From the above listed strings, which value will the expression listOfCountries(2) return?. A. Corto Maltese. B. None, objects are not identified by their index in lists. C. Wakonda. D. Atlantis. 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? (Select all that apply). A. Added activities. B. Deleted activities. C. Removed activities. D. Modified activity properties. E. Added workflows. Which of the below activities Bot Developer can used as an anchor when creating anchors using UiPath Studio?. A. Element Exists or Image Exists. B. Find Image or Find Element. C. Get Text or Get Visible Text. D. Wait Element Vanish or Wait Image Vanish. Which project type is recommended for simple, linear workflows without multiple decision nodes?. A. Sequence. B. Flowchart. C. Collection Flow. D. State Machine. E. Control Flow. F. Global Exception Handler. Match the following variable properties with their definitions: a) 1>C, 2>A, 3>D, 4>B. b) 1>B, 2>A, 3>D, 4>C. c) 1>D, 2>A, 3>C, 4>B. 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?. A. Three. B. Two. C. Five. D. One. The current date is March 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?. A. Yes; any version of a package can be downloaded. B. Yes; the current version of the package can be downloaded and just one prior version. C. No; packages cannot be downloaded from Orchestrator. D. Yes; only the current version of the package can be downloaded. A developer need to read data from an .xlsx file on a machine that does not have Excel installed. How can developer achieve this?. A. You can't do this. B. Use Programming → Data Table → Generate DataTable. C. Use a System → File → Workbook → Read Range activity. D. Use an App Integration → Excel → Read Range activity. From below, which variable is a type of variable that enables storing multiple values of the same data type?. A. String. B. Numeric. C. Boolean. D. Array. A bot developer is working on a project using a Mail Messages activity. Which option from below will allow bot developer to send a message without having credentials of the email account?. A. Send Exchange Mail Message. B. Send SMTP Mail Message. C. Send Outlook Mail Message. D. None of the listed options. Identify the missing word(s) in the following sentence within the context of UiPath Academy. From below, which 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). A. Dictionary. B. DataTable. C. Array. D. RegEx. E. GenericValue. From options below, which expressions would be best to use when creating a dictionary variable pairing the names (key) with ages (value)?. A. Dictionary (String, Int32). B. Dictionary (Int32, String). C. New Dictionary(of Int32, String). D. New Dictionary(of String, Int32). Look at the below 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 a best option for this application?. A. Arrays. B. Dictionaries. C. Strings. D. Lists. E. RegEx. In the morning, you pulled the latest version of the project and working from the remote GIT repository. You have been working since last two hours and now you need to check the difference between your project version and the last committed version. What action you will select from below?. A. None of the listed options. B. By checking the Show Changes window which is displayed when a project with changes is pushed to the remote repository. C. By selecting Show Changes in the Project context menu. D. By selecting Solve Conflicts in the Project context menu. E. By checking the Solve Conflicts window which is displayed when a project with changes is pushed to the remote repository. 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?. A. Place the Click activity inside a Try/Catch block. B. Set the ContinueOnError property of the Click activity to True. C. Use an Element Exists activity and then a Click activity. D. None of the listed options. Which of the below best describes the differences between variables and arguments?. A. Variables pass the data between workflows. Arguments pass the data between activities inside workflows. B. Variables pass the data between activities inside workflows. Arguments pass the data between workflows. C. Variables pass the data between activities in the same workflow. Arguments manage the data only inside an activity in the same workflow. What information does the Call Stack panel display?. A. The previous activity to be executed and its parent containers. B. The next activity to be executed and its parent containers. C. The next container to be executed and its children containers and activities. D. None of the listed options. Which elements must exist to create a Dictionary in UiPath studio and add items to it?. A. Item and Values. B. Key and Value. C. Item and Collection. D. Key and Collection. |