Cuestiones
ayuda
option
Mi Daypo

TEST BORRADO, QUIZÁS LE INTERESETest_UIP01

COMENTARIOS ESTADÍSTICAS RÉCORDS
REALIZAR TEST
Título del test:
Test_UIP01

Descripción:
test de estudio UIP01

Autor:
pablosz
(Otros tests del mismo autor)

Fecha de Creación:
30/05/2022

Categoría:
Personal

Número preguntas: 50
Comparte el test:
Facebook
Twitter
Whatsapp
Comparte el test:
Facebook
Twitter
Whatsapp
Últimos Comentarios
No hay ningún comentario sobre este test.
Temario:
Where is the output of Log Messege/Write line activities displayed? (1 respuesta) The Watch panel The Call Stack panel The Immediate panel The Output panel The Breakpoints panel.
How can you overwrite the last commit to a GIT repository in UIpath Studio? (1 respuesta) By selecting Undo in the project context menu By Selecting a version you want to commit to in the Commit Canges window None of the listed options By Selecting Amend Commit in the Commit Changes window.
What should you do check whether the file has been fully downloaded before continuing the process (1 respuesta) Set the WaitForReady property to complete Use the On Element Appear activity and indicate the download pop-up window Use the Element Exist activity and indicate the download pop-up window.
Which of the following task can be automated using StudioX? (Respuesta multiple) Creating a PowerPoint presentation using information from a Word file. Moving files between folders on your computer. Sending emails using Outlook Getting data from an Excel file and the Putting it into a web aplication.
What do the items in the Orchestrator queues consist of? Select all the options that apply (1 respuesta) Processes to be executed by the robots Jobs to be executed by the robots Input data for the processes executed by the robots All of the above.
A bot developer has created a workflow an the counter value needs to be evaluated before the ody of the loop is executed. Developer has several Control Flow activities to choose from. Which should be used? (1 respuesta) Do While If While Switch.
Where will changing a variable in the immediate panel be reflected? (select three) The Watch panel The execution of the workflow at runtime The further execution of the workflow in debug mode The locals panel The output panel.
What type of project is the REFramework built on? (1 respuesta) Collection Flow Control Flow Flowchart Sequence State Machine.
A bot developer wprking on a project using and some of the workflows created do no execute successfully. Rigth now, the next workflow to be triggered performs a login sequense that is regularly used throughout the process. this exact workflow has already tested and it works as planned. What action showuld Bot developer take to skip temporarly since it has already been successfully tested? (1 respuesta) Step over Step out Disable 'Break on Exceptions' & Run The test should be repeated again, to ensure the process still works in the current setting. 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 the employees of all the companies in the group" (1 respuesta) Worksheet Workbook Column Row Cell.
Which is the best workflow type for the "We want to create a robot that searches for the weather information daily an then creates a report based on it" problem statement? (1 respuesta) Flowchart Control Flow Sequence Collection Flow 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 responsabilities: "Responsible for setting up and maintaining hardware & Software resources." (1 respuesta) RPA Suppert Solution Architect Infrastructure & IT security admin Bussiness Analyst.
Source control systems are particularly useful in large projects, where multiple teams and individuals contribute in each stage. Uipath Studio supports which of the following source control systems? (sellect all the apply) Jira SVN TFS GIT.
Select the item which best describes the differences between full selectors and partial selectors (1 respuesta) Full selectors are recommended to perform multiple actions in the same windows. Partial selectors do not include information about the top-level window. Full selectors do not include information about the top-level window. partial selectors are reccommended when switching between multiple windows. Full selectors are recommended to perform multiple actios in the same window. Partial selectors include information about the top-lavel window. Full selectors include infromations abaut the top-level window. partial selectors are recommended to perform multiple actios in the same window.
What activity is used to get a column value from a specific row of a data table? (1 respuesta) Get Row Item Read Cell Write Cell Remove Data Row.
What are the uses of Web Scrapping in UiPath? (1 respuesta) Extracting lists or other sctructured data from a web page Extracting all the information from a web page Extracting the images from a web page Extracting the content of a table from a web page.
Where should you store the environment settings that are prone to changes? (1 respuesta) Inside config files(.xml, .json, .xlsx, etc) In orchestrator, as assets. Directly inside the workflows, as hard coded values.
A bot developer is able to rendercontent in the Output panel in differents formats when creating automation in UiPath. in this case, he/she want to display the current date in the uotput panel using a Write Line activisty in a "dd-mm-yyyy" format. which of the below format developer should used? (1 respuesta) Format(Now,"dd-MM-yyy") Now."dd-MM-yyyy" Now.CompareTo("dd-MM-yyyy") 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 withing this activity. Which of the bellow is a propertiy of the Get outlook Mail Messages activity? (1 respuesta) Port Server MailFolder Password.
When this activity is utilized, the body of a given loop is executed at least once. Which item does this refer to? (1 respuesta) While If Switch Do While For Each.
A bot developer is using an attended robot to automate a process (1 respuesta) Start from the robot tray or command prompt Abilty to continue execution under a locked screen Responsible from remote execution, monitoring, and scheduling Used for debugging and testing purposes.
In UiPath, the manipulating list can be done using; (select two) .NET Collections JSON UiPath Designer Uipath Portal C#.
From below, which of the nodes of a selector is referred to as the "root node"? (1 respuesta) The lowest-level node, corresponding to the GUI element None of the listed options The lowest-level node, corresponding to the file hierarchy 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? (1 respuesta) Allows the developer to use wildcards in a selector Allows the developer to view the full UI hierarchy tree Allows the developer to indicate a selector Allows the developer to repair a selector.
In certain bussines scenarios, databases are stored in workbooks an they can be inputted into Datatables and further using various method, as well as other available methods and tools. Which two ways UiPath offers for of ccessing and manupulating workbooks? (select two) Dynamic-Link Feed Macro-Enabled Scraping File Access level API Lookup Static-Link Feed Excel APP Integration.
What type of argument can you define to pass and retrieve the modified value from an invoked workflow? (1 respuesta) In In/Out Out.
How can you trigger another workflow from within your current workflow? (1 respuesta) You cannot trigger another workflow By using the invoke method activity By using the invoke workflow file activity By using the open application activity.
Which of the following are considered best practices? select all the options that apply (Respuesta multiple) Reusing workflows across different process Keeping enviroment settings hard coded inside workflows Breaking the process into smaller workflows.
Which of the following are containers withing UiPath? (Select all that apply) Element selector Property explorer UI Explorer Open Browser Attach Browser Attach Window.
For small processes automated or parts of a larger automation project, there are various layout options (Respuesta multiple) Control Flow Flowchart Sequence Collection flow State machine.
You´re working in a bank and your team wants to integrate the updates puched to the remote maste branch into a feature branch. What needs to be done? (1 respuesta) While working in te feature branch, select push and select the mater branch None of the listed options 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.
A bot developer is using the For Each activity to loop througth a list of mailMessage variables in project. He need to set the TyperArgument property. Which of the below should a bot developer utilize? (1 respuesta) System.Net.Mail.MailMessage System.Core.Mail.MailMessage System.Mail.MailMessage System.Web..Mail.MailMessage.
A bot developer is creating arguments within UiPath Studio. Which of the below arguments be used for? (1 respuesta) Output arguments only Input, Output and Input/Output arguments Input/Output arguments only Input argument only.
Wich of the following tasks can be taken over by RPA robots? (select all that apply) Costumer calls related to personal information Start applications Creating exceptions in customer billing Capture data from text fields Make decisions based on predefined rules Invoice approval and payment Data extraction and categorization Automate your core competency.
Consider a Uipath Studio - GitHub integration. The image below shows the status bar. Which of the below relates to the information that is displayed by the circled indicator. (Select all that apply) #behind - tells us how many pushes have been made to the remote repository since our last pull or push #ahead - tells us how many commits have been made to the locals repository since the last pull or push This indicator shows the number of changes made to the project since the last commit This indicator displays the name os the repository the project is connected to.
How should the Dispatcher and Performer model be applied? (1 respuesta) The jobs should run on the same machine, at the same time. The jobs can run on the same machine or different machines at the same time. The jobs should run independently on separate machines. The jobs should run on the same machine, but no at the same time.
Which key conbination would you use tu activate Intelliprompt in the Immediate panel? (1 respuesta) Ctrl + Enter Ctrl + P Ctrl + Space Ctrl + I.
is it possible to perform MS Excel related activities on a machine which does not have the MS Excel application installed? (1 respuesta) Yes, but only for .xlsx files yes, for every Ecel file type Yes, but only for .xls files No, UiPath Studio requires MS Office package.
True or False: you can use the simulate input method to Send Hotkays. (1 respuesta) False True.
Which of the status below can a transaction have? select all the options that apply (Respuesta Multiple) Successful Abandoned New Pending Failed In progress.
Which is the best workflow type for the following problem statement? (1 respuesta) "We received a request to create a robot that is listening to a server, until it receives some information. When it does, it start a processing job, ten after the processing is complete, it start a logging process for the data received. finally, it to listening to the server" Flowchart State Machine Sequence Collection Flow Control Flow.
In UiPath, is it possible to store a selector in a variable (1 respuesta) yes, of type Int32 yes, of type String No yes, of type UiElement.
UiPath Robot is used to create various types of automations. Which statement you think is correct from bellow? (1 respuesta) Robots cannot be delated even if they do not have any pending or active jobs attached to them Standar robots can work on both standard machines and templates Only attended and development robots can be floating robots 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 (1 respuesta) Array Object String Data Table.
What types of robots that can be configured for usage in Orchestrator? (1 respuesta) None of the listed options Attended Robots, Unattended Robots Attended Robots, Unattended Robots, Development Robots, Non-Production Robots Attended Robots, Unattended Robots,Development (also Know 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 bellow options? (1 respuesta) Open the PDF file with Adobe Acrobat Reader and scrape the relevant information. Use the read PDF text activisty 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 should you use to make sure that the workflow continues no matter what activity fails? (Respuesta multiple) TimeOutMS property ContinueOnError property try catch activity.
Activity datatype outputs will vary and having the correct output types is generally critical to successsful execution of a workflow. Which of the following activities has a boolean variable as the output? (1 respuesta) Find element Element Exists Get Visible TExt Wait Image Vanish.
In the UiPath Robotic Enterprise Framework template, what should be the outcome of the process transaction state the main workflowwhen appplication loops back to the Get transaction Item state? (Respuesta Multiple) Bussines rule exception Application exception Success.
Denunciar test Consentimiento Condiciones de uso