CheckYourUnderstanding_Advanced

¡Supera tus tareas y exámenes ahora con Quizwiz!

Which of these statements are true regarding simple and final states?The Final State is a State Machine specific activity that ends a State Machine cycle, while the State activity can be used in other workflows as well.

FALSE

You can define methods, procedures or functions in an Invoke Code activity.

FALSE

This is the signature for the Sort(Array, Int32, Int32, IComparer) Method. What property of the Invoke Method activity would you need to configure to call this method?

Target Type

What should you make sure before test-running your project?

That Queue Items are available in the Queue

Where will the results of workflow analysis be displayed?

The Error List panel

If we intend to use tabular data instead of an Orchestrator queue, which activity do we need to replace in the default ReFramework template to retrieve the transaction data?

The Get Transaction Item activity in the Get Transaction Data state.

You want to use the Round(Decimal) method in an Invoke Method activity. What do you need to configure?

The TargetType

You want to configure the ReFramework template to build a linear process. Which argument do you need to monitor in GetTransactionData.xaml?

in_TransactionNumber

Which type of trigger is more appropriate to use for a process classifying customer complaints from different sources?

queue trigger

In which sheet of the Config file would you create an entry for a Credential type asset?

settings

In which sheet of the Config file would you define a threshold for a Business Rule?

settings

A simple State in State Machine has _________ editable sections.

three

Which type of trigger is more appropriate to use for a process sending notifications about paper submission deadlines for students?

time trigger

How can you pass workflow data in and out of an Invoke Code activity?

by using arguments

In what sheet of the Config file would you set the Max Retry Number?

constants

Which argument in the Process workflow does the business context information hold?

in_TransactionItem

What can you do using the Activity Project Settings menu?

Define properties at project level and apply them to all activities part of project dependencies.

What actions must be performed to run the 'GeneralTestCase' on the workflow files?

1. Their paths must be added to the 'Tests' sheet along with their expected exception. 2. In the 'GeneralTestCase' workflow, we must invoke the workflow file name for each entry in the Excel file.

Your workflow contains a long sequence of Type Into activities. In the Properties Panel, each activity has the DelayBefore set to 400 ms. In the Activity Project Settings menu, the Production value for DelayBefore is set to 200 ms and the Debug value to 500 ms. The default value for this property is 300 ms. What will be the value of the DelayBefore property when running the workflow from Orchestrator?

400

What is a Self-Transition?

A transition that moves from a State to itself.

What is a trigger?

A triggering activity that causes a transition to occur.

From the below list of statements, select the ones which are true about CloseAllApplications.xaml and KillAllProcesses.xaml? KillAllProcesses.xaml is used to log out and close the target applications

FALSE

How can you access the Activity Project Settings menu?

By clicking the gear icon in the Project panel

After the initialization of settings, you should ensure that the system is in a clean state before the main process starts. How can you do this?

By using the 'Kill Process' activity, as it forces the termination of all target applications.

Let's say each Queue Item for our process contains three values. How can we extract values from an object of type QueueItem?

By using the 'SpecificContent' property and supplying the name of the field as the Key.

Values entered in the Activity Project Settings menu take prevalence over values entered in the Properties panel.

FALSE

Which of the following statements are correct?Attended robots can be scheduled

FALSE

You have opened an older workflow and you are unable to find the Activity Project Settings menu. What do you need to do?

Check if you have UiPath Studio version 2019.10 or later Check if the installed System Activities Package is 2019.10 or later Check if the installed UI Automation Activities Package is v 2019.8 or later

What is the functionality of 'Enforce Analyzer before Run' feature?

Checks all the rules with the Error action

How can you analyze your project using the Workflow Analyzer?

Click the Analyze File drop down menu in the ribbon and select Analyze Project.

Which of these are characteristics of a State Machine?A state machine is a linear process that contains states and transitions.

FALSE

What can you do using the Workflow Analyzer Settings menu?

Configure rule parameters, where possible, change the default action for each rule, access the documentation page for each rule, enable and disable rules

Which of these statements are true regarding simple and final states?The State activity contains three sections, Entry, Exit, and Transition(s), while the Final State contains only one section, Entry.

TRUE

A robotic process that requires regular human interaction is known as unattended automation.

FALSE

From the below list of statements, select the ones which are true about CloseAllApplications.xaml and KillAllProcesses.xaml? CloseAllApplications.xaml is used to force-close the target applications

FALSE

If the TransactionData variable is of type DataTable, what type should the in_TransactionItem argument in Process.xaml have?

DataRow

Match the process workflows with the project files where they are invoked.Is invoked in the 'Process' file

Application1_AddTransaction.xaml

Match the process workflows with the project files where they are invoked.Is invoked in the 'CloseAllApplications' file.

Application1_Close.xaml

Match the process workflows with the project files where they are invoked.Is invoked in the 'KillAllProcesses' file

Application1_ForceClose.xaml

Match the process workflows with the project files where they are invoked.Is invoked in the 'InitAllApplications' file.

Application1_OpenAndLogin.xaml

What is the default type of the 'TransactionData' variable?

DataTable

Each rule in the Workflow Analyzer contains

Description, Name, Recommendation,ID

Which of these statements are true regarding simple and final states?While in a process there can be only one Initial State, multiple Final States can be added.

TRUE

Layout that represent multiple branching logical operators, that enable you to create complex business processes and connect activities in multiple ways.

Flowchart

What is the main difference between a Flowchart layout and a State Machine layout?

Flowcharts present multiple branching logical operators, that enable you to create complex business processes and connect activities in multiple ways. State Machines use states and transitions to model workflows in an event-driven manner.

By default, what state do you need to configure to adapt the ReFramework to a linear process?

Get Transaction Data

Which states are affected by the TransactionItem data type change?

Get Transaction Data, Process Transaction

Match the block with its correct description:This block is where initialization is done, for the test case to correctly perform.

Given

When using VB.Net Code in an Invoke Code activity, what do you need to make sure you do?

Import the Namespaces

Consider an item added to a queue at 17:00. The average processing time of the queue is 30 minutes. The SLA is 3 hours and the risk SLA is 2 hours. If a robot picks it up at 18:30, what would the status of the queue item be?

In SLA

Consider an item added to a queue at 17:00. The average processing time of the queue is 45 minutes. The SLA is 3 hours and the risk SLA is 2 hours. If a robot picks it up at 19:00, what would the status of the queue item be?

In SLA, at risk

When working with tabular data, where would you set the MaxRetrynumber?

In the Constants sheet of the config file

Your workflow contains a string variable scrapedText="220". You want to use an Invoke Method activity to call the Parse Method to convert the value and save it to an Int32 variable called invoiceAmount.

In | String | scrapedText and Out | Int32 | invoiceAmount

What are the available rule action levels in the Workflow Analyzer?

Info, Warning, Verbose, Error

Which is the priority set by default when starting a job through a trigger?

Inherited

This is the signature for the Collection<T>.Add(T) Method. What type of method is it?

Instance

You have just set the TransactionItem type to MailMessage. Which of the following types is a valid option for TransactionData?

List(of MailMessage)

Which of these statements is true?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.

TRUE

What information does the JSON file contain after exporting the Workflow Analyzer results?

Parameters, Severity, Error Description

Which is the monitoring tab that will show you an overview of the unprocessed items (items in progress, remaining items, and newly added items)?

Queues

Which of these statements are true regarding simple and final states?The Final State is a State Machine specific activity that ends a State Machine cycle.

TRUE

When running Workflow Analysis, Studio will:

Run validation first and then analysis

You have encountered a rule with the code ST-NMG-001. How would you interpret this rule ID.

ST - Product the rule is built into NMG - Rule category 001 - rule number

What activity is used to update a transaction status when an Orchestrator queue is the transaction data source?

Set Transaction Status

What action do you need to take if you want to enable the MaxConsecutiveSystemExceptions feature in the REFramework template?

Set the MaxConsecutiveSystemExceptions constant value to greater than zero

An error has occurred while processing a transaction. Which workflow is the first to call CloseAllApplications.xaml and KillAllProcesses.xaml?

SetTransactionStatus.xaml

We are planning to build an execution report functionality which includes the transaction identifier and the transaction status. What workflow would this logic best be included in?

SetTransactionStatus.xaml

Which of the following filters can you apply to Alerts? (Severity, Time, Queues Overview, Packages)

Severity, Time

What will be the type of TransactionItem if TransactionData is an Array of Strings?

String

From the below list of statements, select the ones which are true about CloseAllApplications.xaml and KillAllProcesses.xaml? CloseAllApplications.xaml is used to log out and close the target applications

TRUE

From the below list of statements, select the ones which are true about CloseAllApplications.xaml and KillAllProcesses.xaml? KillAllProcesses.xaml is used to force-close the target applications

TRUE

The Activity Project Settings menu lets you set different values for runtime and debugging.

TRUE

Which of the following statements about populating queues are true?Queue items can be added by a robot, typically called dispatcher.

TRUE

Which of the following statements about populating queues are true?Queue items can be uploaded directly in Orchestrator.

TRUE

Which of the following statements are correct?Attended processes can trigger unattended processes

TRUE

Which of the following statements are correct?Unattended robots can be scheduled

TRUE

Which of these are characteristics of a State Machine?A state machine is a type of automation that uses a finite number of states in its execution.

TRUE

Which of these are characteristics of a State Machine?Contains a Start Node that can be linked to the initial state of the State Machine.

TRUE

Which of these are characteristics of a State Machine?There are two activities that are specific to state machines, namely State and Final State.

TRUE

The 'Max number of retries' for your Queue is set to 1. At runtime, a business rule exception is thrown for one of the transactions.

The specific transaction is not retried, but the processing of the remaining items continues.

Match the block with its correct description:This block is the verification point.

Then

From the given option, identify the test cases available by default with REFramework template.

These tests cases are available by default with the _ _ Framework InitAllSettingsTestCase,MainTestCase,GeneralTestCase,ProcessTestCase,GetTransactionDataTestCase,InitAllApplicationsTestCase

Which variable would you use to store the collection of objects which will be used as Transaction Items?

TransactionData

The ___________ block lets you add activities that will be performed at entry and exit.

Transition

Match the block with its correct description:This is where the RPA workflow is being invoked and run, using the input test data.

When

Which of the following are situations where you should use the Invoke Code activity?

When we need to write custom code for some steps in the process., When we want to reduce the number of Assign and Invoke Method activities, by replacing several with a single Invoke Code activity;When we want to simplify data manipulation procedures in our workflow; When we want to simplify data manipulation procedures in our workflow;

Which of the following are situations where you should use the Invoke Method activity?

When we want to use a method which generates several pieces of output, When we have a class library

Is it possible to use tabular or other types of data for the transaction item and Orchestrator assets in the same process?

Yes. You can use Assets independently from Queues.

You plan to run a process on different machines which hold different target application paths. How can you manage this?

You create an application path Asset with different values per Robot in Orchestrator and reference it in the Assets sheet in the Config file.


Conjuntos de estudio relacionados

Wave Particle Duality and the Quantum Theory

View Set

Nursing Care of the Child with an Endocrine Disorder

View Set

Chapter 19: Circulation and Short-Term Blood Pressure Regulation PNB 2265

View Set

Communication and Teamwork Exam 2

View Set

Ch. 34: Interpretation of Periodontal Disease

View Set

Health Information Management Technology, Chapter 7

View Set

PATH 370 - In Class Quiz 4 (ch. 27, 28, 29, 31, 33)

View Set

Exam 3 Psych Lifespan - Ch. 11 - 14

View Set

Untimed Questions 5: Conditioning and Learning

View Set