option
Cuestiones
ayuda
daypo
buscar.php

UiPath Test 2.0

COMENTARIOS ESTADÍSTICAS RÉCORDS
REALIZAR TEST
Título del Test:
UiPath Test 2.0

Descripción:
25 questions

Fecha de Creación: 2024/02/18

Categoría: Otros

Número Preguntas: 25

Valoración:(0)
COMPARTE EL TEST
Nuevo ComentarioNuevo Comentario
Comentarios
NO HAY REGISTROS
Temario:

Layout that represent multiple branching logical operators, that enable you to create complex business processes and connect activities in multiple ways. Choose one: Sequence. Flowchart. State Machine. Workflow.

The layout in Uipath studio that enables a more compact representation of logic and is suitable for standard high-level process diagrams of transactional business process template is: Sequence. State Machine. Flowchart. Workflow.

The_________ section lets you add activities that will be performed at entry and exit. Entry. Exit. Transition. Final.

What is the primary function of the Entry and Exit section in a process or system?. They display all the transitions linked to the selected state. They allow you to add entry and exit triggers for the selected state. They provide a clear view of how states are connected to each other. They define the sequence of activities in a process.

What is the main difference between a Flowchart layout and a State Machine layout?. The flowchart layout uses a network of linked Nodes to create arbitrary loops or to divert the flow of execution to another State in the workflow at any given time. The State Machine workflow uses a finite number of States in its execution. Flowchart presents multiple branching logical operators, that enable you to create complex business processes and connect activities in multiple ways. States Machine use states and transitions to model workflows in a event-driven manner. The Flowchart layout is used for linear processes as the enable the transition from one activity to another seamlessly, and act as a single block activity. State Machines use states and transitions to model workflows in a event-driven manner. The Flowchart layout uses a network of linked States to create arbitrary loops or the divert the flow off execution to anywhere else in the workflow at any given time. The State Machine workflow can go into a state when it is triggered by an activity.

Which of these statements is true?. - A state machine workflow must have one and only one initial state, the the Final State is not required. - Each state must have at least one transition. - A state machine workflow must have one and only one initial state, and at least one final state. - Each state that is not a final state must have at least one transition. - A state machine workflow can have multiple initial states depending on the set conditions in the transitions, and at least one final state. - Each state that is no final state must have at least one transition. - A state machine workflow must have one and only one initial state and at least one final state. - The final state must have at least one transition.

Review Question: Which activity can be used to pocess every item in a collection individually?. While. For Each. Do While. If.

What is the process for moving from one state to another in a State Machine?. Using the "GoToState" activity. Using the "Transition" activity. Using the "NextState" activity. Using the "Continue" activity.

Review Question: To improve readability, variable and argument names must align to a naming convention. If a variable is written as FirstName, then what is the naming convention followed?. Kebab case. Pascal case. Snake case. Lower camel case.

What is a Trigger?. An activity that causes a transition to occur. An activity executed when entering the state. An activity that is executed when performing a certain transition. An activity that represents the completion of the State Machine.

What is a Self-Transition?. A transition that has no trigger set and is dependent just on the set condition. A transition that moves from a State to itself. A transition that moves into the next State based on a trigger. A state that doesn`t need a transition to move into the next state.

In which state is the screen resolution logged?. Process. Initialization. Get Transaction Data. End Process.

In which sheet of the Config file will you define a credential asset?. Settings. Assets. Constants.

An automation processes emails. A check done in the Process state determines that the numeric values from an email exceeded the set threshold, in the Config file, for the processing. Which transition will execute next?. Transition: System Exception Next state: End Process. Transition: Successful Next state: Get Transaction Data. Transition: New Transaction Next state: Process Transaction. Transition: No Data Next state: End Process.

The automation tries to retrieve a new transaction item in the Get Transaction Data State, but all the transaction items have been already processed. Which transition will execute next?. Transition: Successful Next state: Get Transaction Data. Transition: New Transaction Next state: Process Transaction. Transition: No Data Next state: End Process. Transition: System Exception Next state: End Process.

You want to mark a Job as Faulted in Orchestrator, for any error during the initialization state. You`ll assign the TRUE or FALSE value to the ShouldMark.JobAsFaulted constant, in the Config File?. False. True.

What statements best describes the functionality of the GetTransactionData workflow?. Retrieves data only from an Excel file. Retrieves data only from file paths. Retrieves data form any define source (queues, Excel files, file paths). Retrieves data only from an Orchestrator Queue.

In which state is the TrannsactionItem object assigned to the variable?. End Process. Get Transaction Data. Process Transaction. Initialization.

In which sheet of the Config file would a developer create an entry for a Credential type asset?. Settings. Constants. Assets. Variables.

In which sheet of the Config file would a developer define a threshold value for a Business Rule?. Settings. Constants. Assets. Variables.

In the Initialization state, all the necessary applications have been initialized and the settings required for the process have been read. Which transitions is executed next?. Transition: Successful Next state: Get Transaction Data. Transition: No Data Next state: End Process. Transition: System Exception Next state: End Process. Transition: New Transaction Next state: Process Transaction.

What is the purpose of the ConsecutiveSystemExceptions variable?. Used to control the number of consecutive system exceptions. Used during transitions between states to represent exceptions other than business exceptions. Used to control the number of consecutive business exceptions. Used to control the number of attempts of retrying the transaction processing in case of system exceptions.

A Consumer process gets queue items and enters the data in the UI Demo app. The application has stopped responding while processing an item. Which transition is executed next?. Transition: System Exception Next state: initialization. Transition: Success Next state: Get Transaction Data. Transition: Business Exception Next state: Get Transaction Data. Transition: New Transaction Next state: Process Transaction.

A system exception has occurred while processing a transaction. Which workflow calss CloseAllApplications.xaml as a result?. RetryCurrentTransaction.xaml. TakeScreenshot.xaml. InitAllApplications.xamls. SetTransactionStatus.xaml.

A developer plans to run a process on different machines that hold different target application paths. How can they manage this?. Create an application path Asset with different values per Robot in Orchestrator and reference it in the Assets sheet in the Config file. Under these conditions, they cannot run the process on different machines. All machines running the process must hold the same target application path. Specify one application path in the Configuration file and manually update the 'Settings' sheet whenever the machine changes. Create a separate entry for each machine in the Settings sheet of the Config file and configure the process to pick one depending on which machine it runs on.

Denunciar Test