Uipath Certification IV
![]() |
![]() |
![]() |
Título del Test:![]() Uipath Certification IV Descripción: UIAdvancedRpaDeveloper |




Comentarios |
---|
NO HAY REGISTROS |
What should you use to check if a checkbox is selected or cleared?. Click activity. A Trigger activity. Get Attribute activity. Check activity. What is the relation between steps, tasks and processes?. Tasks become steps when they are automated. A process has tasks when it is carried out by human, and steps when it is carried out by a robot. Tasks and steps are the same thing. Processes are usually made of several tasks or steps. A process is usually made of several tasks. A task is usually made of several steps. How can you rename a file using StudioX?. You cannot rename a file with StudioX. Using the Change File action. Using the Move File action. Using the Rename file action. Having an app in Citrix environment with multiple text-boxes that look the same, how do you identify one of them to type into?. By clicking relative to a unique text/image next to the textbox. You can't identify it if it doesn't have something unique next to it. By using text-box element attribute. By using the partial selector. Creating automation in Citrix environment is challenging because: Selectors are hard to create for the virtual environment. You need to interact with the app using only image recognition and OCR. You don't have direct access to UI elements. What should you use to make sure that the workflow continues no matter what activity fails?. TimeoutMS property. ContinueOnError property. Try catch activity. If your automation uses 2 Excel files(besides the Workspace), how many Excel File Cards do you need in StudioX?. 1,because we can reference all the Excel files with it. 2,since there are 2 Excel files. 3,as the Workspace would need its own Card. None,we don't use Cards for Excel files. What happens if you try to use write range activity to a .xlsx file that does not exist?. 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. It will continue the execution without writing the data. In the UiPath Robotic Enterprise Framework template, what happens if the processing of a transaction items falls with an Application Exception or a System Error?. The execution of the transaction item is retried if the MaxRetryNumber config value is greater than 0. All used applications are closed and the re-initialized. The process executes the End Process state. Which of the following actions is an output action? Choose one of the options below. Checking a box. Clicking a button. Getting a text from a field. Typing a text into a field. In the UiPath Enterprise Framework template, if a System Error is encountered in the Init State of the main workflow, which state is executed next?. Get Transaction Data. Init. End Process. 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?. Business rule exception. Application exception. Success. What is a short key to pause the UiExplorer for 3 seconds?. Ctrl + F2. Shift + Alt. F2. Ctrl + P. What are the different Mail App integrations that you have by Default in UiPath Studio?. Exchange, IBM Notes, IMAP, Outlook, POP3, and SMTP. Exchange, IMAP, Outlook, POP3, and SMTP. Exchange, IMAP, Hotmail, POP3, SMTP, and Outlook. Exchange, IBM Notes, IMAP, Outlook, Yandex Mail, and SMTP. What is not a best practice of project organization from the list below?. Keeping the process in one big workflow. Adding annotations. Using Try/Catch blocks to predict and handle different exceptions. Using Libraries for reusable components. If you want to process every item in a collection individually, which control flow should you use?. For Each Element. For Each Row. For Each Item. For Each. What does the "webctrl" tag stands for?. Web page control. Web control. Website application control. Website control. What happens to the variables if you use the "Extract as Workflow" option?. Nothing, you need to replace the variables with arguments manually. They will be deleted. Nothing. They will be turned into arguments automatically. You can use the "Element Exists" activity on a UI element that is not visible. False. True. If you want to use the "Get Cell Color" activity in an Excel file, Microsoft Excel needs to be installed. True. False. What are the different methods in UiPath that use the RegEx builder?. GetText, Compare, and Replace. Match, IsMatched, and Replaced. Matches, IsMatch, and Replace. Match, IsMatch, and Replace. Consider the following array carModels = {"BMW","Mercedes","Opel","Mini"}. What value will be returned with the expression carModels(0)?. Mercedes. None. BMW. Opel. Which of the following is not a capability of Orchestrator?. Allocate robots. Monitor process execution. None of the above. Publish packages. What kind of data can be stored in data type "GenericValue"?. Any kind of data. String, Integer, Boolean and DateTime. String, Integer and Boolean. Only String. What happens if the "Find Element" activity does not find the element within the timeout of 5 seconds?. Will execute the next activity. Stops the execution. Returns False. Throws an exception and stops the execution. When is fine-tuning of a selector not required?. Too specific selector. Selector with wildcards. System using IDX. Select an attribute: 125. "In_Name". class='btnSubmit'. Which control flow statement should you use if an invoice has 5 different statuses and 2 sets of actions for each one?. Do While. Switch. For each row. While. Your customer wants that his employees would make their small automation solutions but they don't have any coding knowledge. Which UiPath Studio version should they install?. None, they can't make any solutions without coding knowledge. StudioY. Studio. StudioX. You want to create a variable to store the age from the "Input Dialog" activity. What is the best suiting name for this variable based on the UiPath Best Practice?. variableageinput. InputAge. Var1. v. What are the different ways to create a variable in UiPath Studio?. Type in the Variables panel. Type in the Variables panel and press Crtl+K in the Properties panel. Type in the Variables panel, press Ctrl+K in the activity in the Designer panel, and press Crtl+K in the Properties panel. Type in the Variables panel and press Ctrl+K in the activity in the Designer panel. What activity should you use to sort a DataTable ascending?. Sort Data Table. Sort Table. Sort. Sort Ascending. If you click on an activity in the Call Stack panel it will execute the activity. True. False. Which method should you use if you want to delete an item from a Dictionary?. dictionaryName.Remove(Key). dictionaryName.Delete(Key). dictionaryName.Remove. dictionaryName.Delete. "Execute Macro" activity can be used only on .xls and .xlsx files. False. True. Global Exception Handler can't be used in a Library. False. True. What are the three categories in which we can divide business processes?. Linear, Iterative, and Transactional. Process, Library, Workflow, and Global Exception Handler. Workflow, Sequence, and Linear. Sequence, Flowchart, and State Machine. In which case the robot can be part of more than one environment?. None of the above. Provided they are in the same service. The robot can't be part of more than one environment. If they have a similar naming convention. What output would the expression UiPath.Substring(1,4) return? UiPath = "HappyAutomation". "appyA". "Happ". "Happy". "appy". Can you remove the 2 predefined arguments of the Global Exception Handler?. Yes. No. What are the different ways to create a Try/Catch block?. Drag/Drop the Try/Catch block from the activities panel, right-click on the activity in the workflow and select "Surround with Try/Catch" and use short key "Ctrl+T". Drag/Drop the Try/Catch block from the activities panel and right-click on the activity in the workflow and select "Surround with Try/Catch". Drag/Drop the Try/Catch block from the activities panel. Drag/Drop the Try/Catch block from the activities panel, right-click on the activity in the workflow and select "Surround with Try/Catch" and use short key "Shift+ Ctrl+ T". What is the correct definition for SMTP Mail activity?. With SMTP Mail you can only send mail messages. With SMTP Mail you can read and send mail messages. With SMTP Mail you can read, move and send mail messages. With SMTP Mail you can read, move, delete and send mail messages. How many catches can you have in a Try/Catch block?. Zero. Two. As much as you want. Only one. What are the different ways to execute a process in Orchestrator?. By starting a Job and by creating a Schedule. Immediately from the Robot Tray and by starting a Job. By running a project from UiPath Studio and by starting a Job. Immediately from the Robot Tray, by starting a Job and by creating a Schedule. How many GlobalExceptionHandlers can be set per project?. One per activity. As much as you want. One. One to Five. How many characters do "*" replace in a selector?. Zero or more. One or more. Zero. One. What types of recordings are available in UiPath Studio?. Default, Desktop, App, Web, and Native Citrix. Basic, Desktop, Web and Native Citrix. Default, Desktop, App, Image, Documents, and Native Citrix. Basic, Desktop, Web, Image and Native Citrix. What is the correct definition for Full Selector and Partial Selector?. Full Selector is best suited for performing multiple actions in the same window. Partial Selector is generated by the Desktop Recorder. Partial Selector is best suited for performing multiple actions in the same window. Full Selector is generated by the Desktop Recorder. Full Selector is best suited for working with multiple windows. Partial Selector is generated by the Desktop Recorder. Partial Selector is best suited for working with multiple windows. Full Selector is generated by the Basic Recorder. Which activities can be used to interact with the user?. Writeline. Messagebox. Input Dialog. Which input method has the highest speed?. Simulate Type/Click and SendWindowMessages have the same speed. Default. SendWindowMessages. Simulate Type/Click. Please select the incorrect statement about partial selectors. Activities containing partial selectors can be enclosed in Attach Window activity. Partial selectors are generated by the Basic recorder. Partial selectors are recommended when performing multiple actions in the same window. Partial selectors do not contain information about the top-level window. A developer wants to use an Anchor Base activity to search for a UI element by using another UI element as an anchor. What activity can be used to provide an anchor?. Find Image. Element Exists. Find Children. Find Relative Element. A developer creates an automation solution that processes a specific file stored in a Shared location. A developer uses Add Log Fields activity to add a field that indicates which file is being processed during each run. Which name of the field would cause the logging process to become corrupted?. file. fileName. nameOfTheFile. processedFile. Please select the incorrect statement about Rethrow activity. Rethrow activity is used when additional activities need to be added before the exception is thrown. Rethrow activity must be a child of a Catch handler of a TryCatch activity. You can specify which error type should be thrown in Rethrow activity. Rethrow activity throws an exception previously caught in an exception handling block. What is the valid value for the priority when using Bulk Add Queue Items activity?. 2. Important. Top. Standard. A developer is working with a legacy system using UiExplorer. Unfortunately, UiExplorer does not recognize the required selectors. What UI Framework is recommended for the developer to choose in such a situation?. Default. Active Accessibility. Visual UI. UI Automation. A developer uses Invoke Process activity to execute a child process. How can the developer differentiate logs of the child process from logs of the parent process?. Only by ProcessName field in local logs. Different log files are created to store logs of parent and child processes. Only by Process column in Orchestrator. By ProcessName field in local logs and Process column in Orchestrator. A developer uses a State Machine for his process automation project. The developer wants to define conditions under which the automation project can pass from one State to another. What is the possible way to do so?. Drag Transition activity from the Activities Panel to define the condition. Drag Flowchart Decision activity from the Activities Panel to define the condition. Drag If activity from the Activities Panel to define the condition. Connect states to generate a transition and define the condition in it. A developer uses Screen Scraping to extract unstructured data from a webpage. How can the developer transform the unstructured data into a datatable?. Using Output Data Table activity. Using Create Table activity. Using Generate Data Table activity. Using Build Data Table activity. Which button in the Debug ribbon should be enabled to highlight the currently executed step?. Execution Trail. Highlight Elements. Focus. Slow Step. |