Summer Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 70percent

UiPath UiPath-ADAv1 UiPath Automation Developer Associate v1 Exam Exam Practice Test

Demo: 76 questions
Total 254 questions

UiPath Automation Developer Associate v1 Exam Questions and Answers

Question 1

A developer wants to invoke a workflow in Main xaml called ProcessPurchaseOrders.xamI. Data needs to be passed to and from the invoked workflow What is the correct sequence of steps the developer needs to perform?

Instructions: Drag the Description found on the left and drop on the correct Step found on the right

Options:

Question 2

Which of the following describes the correct hierarchy of the elements in the Object Repository tree structure?

Options:

A.

Screen, Application, Version, UI Element.

B.

Application, Version, Screen, UI Element.

C.

Application, Screen, UI Element, Version.

D.

Version, Application, Screen, UI Element.

Question 3

What is the functionality of the Include Subfolders filter in the Monitoring pages when a modern folder is selected?

Options:

A.

It allows you to choose between background and foreground processes for the displayed data.

B.

It allows you to select whether the contents of the selected folder's subfolders are displayed.

C.

It enables you to sort the displayed data based on job priorities.

D.

It allows you to allocate licenses per machine for the displayed data.

Question 4

How does UiPath Integration Service benefit automation developers?

Options:

A.

By standardizing authorization and authentication, managing API connections, and enabling faster integration into SaaS platforms.

B.

By offering a comprehensive, unified platform dedicated solely to UI automation, enabling seamless integration with third-party applications.

C.

By enabling developers to create custom UI elements for applications without using APIs.

D.

By substituting the requirement for API automation with UI automation capabilities, delivering a more manageable and user-friendly approach, allowing users to streamline their processes efficiently and effectively facilitating a more rapid integration process.

Question 5

A developer wants to create a process that searches for images on a website and then saves the images in a local folder However, the website contains an error. As a result, the process may need to search for an image multiple times in order for it to display.

Which container activity should the developer use to search for an image multiple times'?

Options:

A.

Attach Browser

B.

On Image Appear

C.

On Element Appear

D.

Retry Scope

Question 6

If you are inserting activities into a Sequence in UiPath Studio, in which panel do the activities appear?

Options:

A.

Snippets

B.

Designer

C.

Imports

D.

Outline

Question 7

A developer configured the properties for a Click activity on an element inside a web page as shown in the following exhibit.

An animation on the web page never completely loads but the element indicated in the Click activity does load within the specified timeout duration. What occurs when this Click activity executes?

Options:

A.

Element is clicked once the element is fully loaded.

B.

Timeout error occurs without clicking on the element.

C.

Waits 10 seconds before clicking on the element.

D.

Continues to the next activity after 30 seconds without clicking on the element.

Question 8

What happens to existing project dependencies in UiPath Studio when converting a Windows-Legacy project to Windows?

Options:

A.

Project dependencies are updated to the highest available version.

B.

Project dependencies are completely removed.

C.

Project dependencies remain unchanged.

D.

Project dependencies are marked as unresolved.

Question 9

Which of the following statements is true about Global Constants?

Options:

A.

Global Constants can be created only from the Data Manager panel.

B.

Global Constants values can be modified during the automation execution.

C.

Global Constants have a Direction property (In/Out).

D.

Global Constants can be created from the Data Manager panel and from the Variables panel.

Question 10

Where in the REFramework template project is the "SetTransactionStatus.xaml" invoked?

Options:

A.

In the Finally section of the Try Catch activity in the Process Transaction state.

B.

In the Try section of the Try Catch activity in the End Process state.

C.

In the Try and Catches sections of the Try Catch activity in the Process Transaction state.

D.

In the Catches section of the Try Catch activity in the Process Transaction state.

Question 11

Considering that the attached table is stored in a variable called “dt”.

Which LINQ query can be used to return the maximum total Quantity?

Options:

A.

dt.AsEnumerable. GroupBy(Function(x)x("Item"). ToString). Max(Function(x)x.Sum(Function(y) Convert.Tolnt32(y("Quantity").ToString)))

B.

dt.AsEnumerable. Max(Function(x) Convert. Tolnt32(x("Quantity"). ToString))

C.

dt.AsEnumerable. Max(Function(x) Convert.Tolnt32(x("Quantity"). ToString))("Item")

D.

dt.AsEnumerable. OrderByDescending(Function(x) Convert. Tolnt32(x("Quantity").ToString)). First.Item("Quantity")

Question 12

What is the purpose of the Interval filter in the Orchestrator's Monitoring page?

Options:

A.

It allows you to control the granularity of the displayed data and check the health of your system in either the last day or the last hour.

B.

It allows you to allocate licenses per machine for the displayed data.

C.

It allows you to choose between background and foreground processes for the displayed data.

D.

It enables you to sort the displayed data based on job priorities.

Question 13

A developer is building a process which reads invoice data from the "mvoices.csv " file that includes a Total column of type Double.

Instructions: Using the drop-down lists shown in the following exhibit, configure the Filter Data Table Wizard to keep all invoices with a Total value that is over 10 000 USD.

Options:

Question 14

What is a prerequisite for performing Remote Debugging using a Remote Machine Connection?

Options:

A.

Studio and the remote robot must be connected to the same Orchestrator tenant.

B.

The same user must be signed in Studio and the remote robot.

C.

Studio, the remote robot, and Orchestrator are running version 2021.10 or later.

D.

TCP/IP connectivity exists between the Studio machine and the remote machine.

Question 15

What are the three main components of UiPath Integration Service?

Options:

A.

Connectors, API Tokens, Triggers.

B.

Connectors, Connections, Orchestrator.

C.

Connectors, Connections, Triggers.

D.

Activities, Connections, Triggers.

Question 16

Which Scraping method should be used for the Get Text activity to capture hidden text from an application?

Options:

A.

Text attribute

B.

Default

C.

Native

D.

Full text

Question 17

Which of the following is an outcome of converting a personal workspace into a folder in UiPath Orchestrator?

Options:

A.

The owner of the initial workspace is added by default to the newly created folder and assigned the Folder Administrator role.

B.

The owner of the initial workspace and the admin user are added by default to the newly created folder and assigned the Personal Workspace Administrator role.

C.

The admin user is added by default to the newly created folder with the User Administrator role.

D.

The owner of the initial workspace loses access to the newly created folder and the existing admin users are added by default.

Question 18

What is the purpose of the Capture All Elements feature in Object Repository?

Options:

A.

To capture the selected elements of an application from multiple screens simultaneously using the Computer Vision technology.

B.

To capture all the available elements of an application using the Computer Vision technology.

C.

To capture the selected elements of an application using the Computer Vision technology.

D.

To capture all elements of an application from multiple screens simultaneously using the Computer Vision technology.

Question 19

When should the Show Elements button be used in the Computer Vision wizard?

Options:

A.

Highlighting all Ul elements that have been identified by the Computer Vision analysis.

B.

Displaying a list of all available UI elements and their properties.

C.

Activating a real-time view of the target app's UI during automation.

D.

Filtering out specific UI elements from being processed by the Computer Vision engine.

Question 20

What is an advantage of utilizing UiPath Orchestrator queues?

Options:

A.

Capability to modify the retry count at the queue level after its creation.

B.

Capability to track the status of Queue Items.

C.

Allows several robots to handle the same Queue Item simultaneously.

D.

Guarantees each queue is exclusively processed by a single robot, by default.

Question 21

A developer needs to create an array of folder names from the String variable. FilePath = "C:\\Users\\UiPathRobot\\Documents\\Technologies". Based on best practice, which method will return an array of only the folder names?

Options:

A.

Split(FilePath/V)

B.

Spht(FilePath,"\": StnngSplitOptions.RemoveEmptyEntries)

C.

SplitfV, FilePath. StringSplitOptions RemoveEmptyEntries)

D.

SplitfV', FilePath)

Question 22

Which activity should the developer utilize in order to retrieve all UI elements from a form based on a filter criterion?

Options:

A.

Get Ancestor

B.

Export UI Tree

C.

Find Element

D.

Find Children

Question 23

Considering a process developed using REFramework, if the status of a transaction was set to "Failed" with the Error Type specified as "Business", the process will transition to which state?

Options:

A.

Get Transaction Data

B.

Initialization

C.

End Process

D.

Process Transaction

Question 24

Which of the following is a characteristic of source control in UiPath Studio?

Options:

A.

Connects the files in a single Studio project to different GIT remote repositories.

B.

Shows the history for all versions of a file in a Studio project.

C.

Analizes each file in a Studio project before publishing a package.

D.

Connects a single Studio project to multiple GIT remote repositories at the same time.

Question 25

A developer needs to create a workflow that manipulates items related to invoices inside a web application. The following selector represents a UI element inside an invoice

represented by an 8-alphanumeric system-generated vendor tax ID.

Assuming only the Vendor Tax ID value changes in the selector, what represents an example of a good selector that matches only specific invoices with the vendor tax ID

defined in a pre-selected existing list?

Options:

A.

Where VendorTaxID is a 8-alphanumeric element.

B.

Where VendorTaxID is a 8-alphanumeric element.

C.

Where VendorTaxID is a 8-alphanumeric element.

D.

Where VendorTaxID is a 8-alphanumeric element.

Question 26

When is the Anchor Base activity used to automate interaction with an application?

Options:

A.

When the element selector is reliable but the element's position on the screen changes

B.

When all the element selectors in the application are reliable

C.

When no element selectors are available in the automated application

D.

When the element selector is not reliable and the element's position on the screen changes

Question 27

Which dependencies are automatically installed when a developer starts a blank process in UiPath Studio?

Options:

A.

UiPath.Database.Activities and UiPath.Form.Activities.

B.

UiPath.Python.Activities and UiPath.Word.Activities.

C.

UiPath.System.Activities, UiPath.Excel.Activities, UiPath.Mail.Activities, UiPath.UIAutomation.Activities and UiPath. Testing.Activities.

D.

UiPath.PDF.Activities and UiPath. Terminal.Activities.

Question 28

How should the computation of the signature be done for client apps that receive Orchestrator requests and need to check their authenticity?

Instructions: Drag the Description found on the left and drop on the correct Step Sequence found on the right.

Options:

Question 29

What are the components of a process?

Options:

A.

Procedures, Dependencies, Variations, Resources.

B.

Compliance, Operational Needs, Risk Management, Improvement.

C.

Inputs, Process Flows, Source Applications, Outputs.

D.

Technical Skills, Business Processes, Decision Points.

Question 30

A developer loaded an existing workflow that uses Ul Automation in Google Chrome. The Google Chrome extension has not been installed on the developer's machine How should the developer load the Google Chrome extension from UiPath Studio?

Instructions: Drag the Description found on the left and drop on the correct Step found on the right.

Options:

Question 31

A developer is building a process that needs to click an element which requires a mouse hover to become visible. However, the element does not appear with the default click setting. The input method for the Click activity is Send Window Message

Which property should the developer configure to be able to click the element?

Options:

A.

The developer should change the input method to Hardware Events and the CursorMotionType to Smooth.

B.

The property AlterlfDisabled should be set to True.

C.

The developer should change the input method to Simulate and the CursorMotionType to Instant.

D.

The property AlterlfDisabled should be set to False.

Question 32

After generating a strict selector using the Indicate target on screen option within a Click activity, what should the developer utilize to view the complete list of attributes for the

targeted UI element?

Options:

A.

Properties Panel

B.

Open in UI Explorer

C.

Output Panel

D.

Debug Mode

Question 33

To read only the first page of a .pdf file using the Read PDF Text activity, what value should be entered into the Range property?

Options:

A.

"1"

B.

“”

C.

1

D.

(0)

Question 34

A developer initialized a String array, listOfMonthsByQuarter = {"1", "2", "3"} Which data type and value are retrieved when listOfMonthsByQuarter(2) is used at runtime?

Options:

A.

Data Type Int32

Value: 2

B.

Data Type- Int32

Value: 3

C.

Data Type: String

Value. 2

D.

Data Type. String:

Value 3

Question 35

A Credential asset is created by a developer in Orchestrator as seen in the below image:

After the asset is created, if you change the Username value, what field must also be changed?

Options:

A.

Asset Name

B.

Description

C.

Type

D.

Password

Question 36

What is the most appropriate way to convert a designed process into a template after completing the project?

Options:

A.

Use the "Save As" option to save the project as a new file type and manually change the file extension to create a template.

B.

Use the Export as Template option from the UiPath Studio.

C.

Create a new Template and move the activities from the existing process to the new Template.

D.

There is no way the developer can do this.

Question 37

When a developer runs a process using the REFramework, with the process utilizing Orchestrator queues and a queue already created with the Name provided and the Auto Retry function disabled, which states will be executed without errors?

Options:

A.

Initialization -> Process Transaction -> End Process

B.

Initialization -> Get Transaction Data -> Process Transaction -> End Process

C.

Initialization -> Get Transaction Data -> End Process

D.

Initialization -> End Process

Question 38

A developer wants to create a process which runs in the background and uses Excel activities Which property of the Excel Application Scope activity must be configured for the process to run in the background?

Options:

A.

Private

B.

Visible

C.

Save changes

D.

Read-only

Question 39

Which compatibility option should be selected when creating a new project to use .NET 6 with Windows support?

Options:

A.

Windows - Legacy

B.

Linux & MacOS

C.

Windows

D.

Cross-platform

Question 40

What is the output type returned when using a Get Test Data Queue Item activity?

Options:

A.

Dictionary

B.

Dictionary

C.

Object

D.

Queueltem

Question 41

A developer has created a variable of type List of Strings named "UsersList", and initialized it with an empty list: "UsersList = new List(Of String)".

What is printed in the log message after the following Invoke Code is executed?

Options:

A.

0

B.

2

C.

Object reference not set to an instance exception is thrown

D.

System Argument Exception is thrown

Question 42

A developer has created the following workflow:

Based on the exhibit, which output is produced in the Output panel?

Options:

A.

World Hello

B.

World

C.

Hello World

D.

Hello

Question 43

Review the following graphics:

If the automation is executed and Notepad.exe is not running, which Log Message text value is contained in the Output panel?

Options:

A.

Exception

B.

ApplicationNotFoundException

C.

Try

D.

SelectorNotFoundException

Question 44

What will be the outcome when executing a Try Catch activity with a sequence placed within the Try section and no Catches section present?

Options:

A.

In case of an exception, a System Exception will be caught by default.

B.

Due to a validation error, the workflow will not execute.

C.

Process execution will terminate only if the sequence throws an exception.

D.

The sequence will result in a runtime error.

Question 45

Which is the recommended variable type for storing password values that are composed solely of numbers?

Options:

A.

SecureString

B.

Int32

C.

String

D.

Int64

Question 46

When configuring the Max # of retries for the queue in Orchestrator to "1" for your process, and the queue has 5 transaction items. At runtime, the first transaction item throws a Business Rule

Exception.

How does the process proceed?

Options:

A.

Transaction is not retried and the process stops.

B.

Transaction is not retried but remaining transactions continue processing.

C.

Transaction is retried only one time.

D.

Transaction is retried multiple times until processed successfully.

Question 47

Data from an Excel file is read into a data table named "dtEmployee", as displayed in the following graphic:

A developer needs to filter the data table to obtain all rows representing employees from the Finance and IT departments with a Salary under 30,000. Which expression yields the desired outcomes?

Options:

A.

dtEmployee.Select("([Department]='IT' AND [Department]='Finance') AND [Salary] < 30000")

B.

dtEmployee.Select("[Department]='IT' OR [Department]='Finance' AND [Salary] < 30000")

C.

dtEmployee.Select("([Department]='IT' OR [Department]='Finance') AND [Salary] < 30000")

D.

dtEmployee.Select("[Department]='IT' OR [Department]='Finance' OR [Salary] < 30000")

Question 48

A developer wants to add items to a list of strings using the Invoke Method activity. The list is declared as follows:

The Invoke Method includes the following properties:

The Parameters property is as follows:

Based on the exhibits, what is the outcome of this Invoke Method activity?

Options:

A.

Invoke Method activity will throw an error.

B.

Colors will contain items in the following order: "Yellow", "Red", "Green".

C.

Colors will contain items in the following order: "Red", "Green", "Yellow".

D.

Colors will contain items in the following order: "Red", "Green".

Question 49

The "Main.xaml" file has an "In" argument of type String with a default value of "String.Empty". What is the runtime value of the argument when executing the process from the Start Job window in UiPath Orchestrator?

Options:

A.

A runtime error will occur as arguments are not allowed in the "Main.xaml" file.

B.

Only the default value of "String.Empty" will be used, overriding any values provided in Orchestrator.

C.

@ If any input arguments are provided in Orchestrator, those values will be used; otherwise, the default value of "String.Empty" will be used.

D.

An Input Dialog box will prompt the user to input a value and that value will be used.

Question 50

A developer has extracted the date "08-22-2022" from an invoice and stored it in a variable of type String called ExtractedDate. As part of the process, the developer needs to perform a comparison with a different date.

Which expression should be used to convert ExtractedDate to a DateTime type?

Options:

A.

ExtractedDate.Equals("08-22-2022")

B.

DateTime Parse(ExtractedDate)

C.

DateTime.Compare(ExtractedDate:08-22-2022")

D.

ExtractedDate GetType

Question 51

In which stage of the UiPath implementation model are the chosen processes analyzed in their AS-IS state?

Options:

A.

Process Analysis

B.

Development

C.

Kick-Off

D.

Solution Design

Question 52

A developer is building an automation which types text into a text file. The Activity Project Settings for UI Automation Modern activities are set as follows:

What is the behavior of the Type Into activity when executing the workflow?

Options:

A.

The activity will remove Multi Line in Run mode and a Single Line in Debug mode.

B.

The activity will use only properties set in Activity Project Settings.

C.

The activity will remove a Single Line in Run mode and in Debug mode.

D.

The activity will remove a Single Line in Run mode and Multi Line in Debug mode.

Question 53

A developer is working with a Purchase Order automation process. The number of shipped containers and the number of items in each container are extracted in two strings,

"ShippedContainers" and "ItemsPerContainer". The robot must calculate the total number of items in all shipped containers, as an Integer.

Which expression is suitable for calculating the total number of boxes?

Options:

A.

String. Tolnt32(ShippedContainers) * String. Tolnt32(ItemsPerContainer)

B.

Convert. Tolnt32(ShippedContainers) * Convert.Tolnt32(ItemsPerContainer)

C.

Clnt(ShippedContainers * ItemsPerContainer)

D.

ShippedContainers. Tolnt32() * ItemsPerContainer.Tolnt32()

Question 54

Suppose a developer is working with a 2023 yearly calendar. To expand the calendar into a monthly view, the developer must always click on the 15th day of the current month and add an event.

The selector for the Event Date Element activity in March is presented as follows:

How should the selector be altered to guarantee that it clicks on the 15th of the ongoing month?

Options:

A.

B.

C.

D.

Question 55

What is the main benefit of importing profiling sessions?

Options:

A.

Enables the analysis of potential flow issues.

B.

Provides context menu options for profiling actions.

C.

Disables focus on imported profiling sessions.

D.

Disables the analysis of potential flow issues.

Question 56

Consider testing a workflow that computes the sum of two numbers having the data driven test data from the Excel file below:

Expanding the functionality of the workflow to compute the sum of three numbers, the data needs to be updated as well to accommodate the new scenario:

What are steps to do that?

Options:

A.

Click Right on the Test Case and select Update Test Data.

B.

Click Right on the Test Case and select Add Test Data.

C.

Click Right on the Test Case and select Remove Test Data.

D.

Click Right on the Test Case and select Refresh Test Data.

Question 57

In the case of accidentally starting a process from UiPath Assistant, where should the user manually terminate the execution?

Options:

A.

The user should end the execution by terminating the UiPath Robot service from the Task Manager.

B.

The user should end the execution from the "Home" tab and locate the running process associated with the execution.

C.

The user should end the execution by closing the UiPath Assistant application.

D.

The user should end the execution from the "Jobs" tab in UiPath Assistant.

Question 58

When using a dynamic selector which data type is supported?

Options:

A.

UiElement

B.

Double

C.

String

D.

Data Table

Question 59

During a code review, a developer discovered that the variable names did not follow best practices in an automation project. What happens when the developer updates the names of the variables in the Variables panel?

Options:

A.

Only String variable names are automatically updated in the activities in the current file

B.

Variable names are updated in the panel but must be manually updated in all Ul Automation activities that use them

C.

All variable names are automatically updated in the activities in the current file

D.

Variable names are updated in the panel but must be manually updated in all Image activities that use them

Question 60

Which of the following workflow names is correct, based on best practices?

Options:

A.

Transactionstatus

B.

Workflow1

C.

creation_of_file

D.

ScrapeFilteredStocks

Question 61

A developer configured the properties for a Click activity as shown below:

What happens if the activity cannot find its target at runtime?

Options:

A.

An exception is thrown after 10 seconds.

B.

The next activity is executed after 10 seconds.

C.

The next activity is executed after 10 milliseconds.

D.

An exception is thrown after 10 milliseconds.

Question 62

Based on best practices, how can the integer value, Mylnteger be displayed inside a Log Message activity?

Options:

A.

"The value is MylntegerToString"

B.

"The value is" = Mylnteger

C.

"The value is " + Mylnteger

D.

"The value is" + MylntegerToString

Question 63

What is the purpose of the Invoke Code activity in UiPath?

Options:

A.

Invokes VB.NET or C# code, optionally passing it a list of input arguments.

B.

Invokes VB.NET or Java code, optionally passing it a list of input arguments.

C.

Invokes VB.NET code, optionally passing it a list of input arguments.

D.

Invokes Java code, optionally passing it a list of input arguments.

Question 64

Which activity should be used inside a Use Excel File scope to be able to sort a table directly in an ".xlsx" file?

Options:

A.

Get Table Range

B.

Sort Data Table

C.

Read Range

D.

Sort Range

Question 65

What status needs to be selected in the Set Transaction Status activity in UiPath Studio so that the respective Queue Item will be retried?

Options:

A.

Failed

B.

Retried

C.

Abandoned

D.

Postponed

Question 66

To retrieve all Outlook emails with the word "UiPath" in the subject, which filtering property and filter schema should a developer use?

Options:

A.

Property: FilterByMessagelds

Schema: "@SQL=""urn:schemas:httpmail:subject"" like 'UiPath%""

B.

Property: Filter

Schema: "@SQL=""urn:schemas:httpmail:subject"" like '%UiPath%""

C.

Property: Filter

Schema: "@SQL=""urn:schemas:httpmail:subject"" like 'UiPath%""

D.

Property: FilterByMessagelds

Schema: "@SQL=""urn:schemas:httpmail:subject"" like '%UiPath%""

Question 67

Which activity can be used to transition a Background Process to Foreground?

Options:

A.

Use Foreground

B.

Activate

C.

Maximize Window

D.

Set Focus

Question 68

What functionality can the developer use to improve the reliability of the Type Into activity for text input fields that are impacted by changing orientations?

Options:

A.

Highlight Elements

B.

Find Element

C.

Anchor

D.

Delay Before

Question 69

In the Catches section of the Try Catch activity a developer selected ArgumentException in the exception handler.

What happens when the activity encounters a NullReferenceException?

Options:

A.

The Finally block is not executed and a runtime error occurs.

B.

The Finally block executes and no exception is thrown.

C.

The Catches section catches the exception and the Finally block is executed.

D.

The Catches section catches the exception and the Finally block is skipped.

Question 70

A developer intends to enter text into an input field using a combination of a string and a hotkey. The input action should take place within a hidden or minimized window.

Which input method(s) can be used individually for the Type Into activity?

Options:

A.

Simulate only.

B.

Simulate and Window Messages.

C.

Same as App/Browser and Simulate.

D.

Window Messages only.

Question 71

Which expression correctly converts the string variable "DateString" with the value "03/03/2023 16:23:11" into a Date Time variable?

Options:

A.

DateTime.ParseExact(DateString, "dd/MM/yyyy hh:mm:ss", Culturelnfo.InvariantCulture)

B.

Date Time.ParseExact(DateString, "MM/dd/yyyy hh:mm:ss", Culturelnfo.InvariantCulture)

C.

DateTime.ParseExact(DateString, "mm/dd/yyyy HH:mm:ss", Culturelnfo.InvariantCulture)

D.

DateTime.ParseExact(DateString, "dd/MM/yyyy HH:mm:ss", Culturelnfo.InvariantCulture)

Question 72

In the Robotic Enterprise (RE) Framework, at which point should a developer log a clear message with the Logging Level set to "Information," adhering to the best practices for automating a production-level process?

Options:

A.

Whenever an argument or value is used.

B.

Whenever data is fetched from external sources.

C.

Whenever an exception is caught in a Catch block.

D.

Whenever the robot encounters an error on a Queue Item.

Question 73

Which of the following is a valid area/panel, from the UiPath Studio interface, from where a variable can be created?

Options:

A.

Activities Panel

B.

Locals Panel

C.

Data Manager Area

D.

Project Panel

Question 74

A developer is automating an invoice process for the finance department using a Dispatcher and Performer model with access to Orchestrator. New invoices are stored in a shared folder each morning Each invoice needs to be processed separately in the finance system as a single unit of work After each invoice is processed in the finance system, a unique output ID must be emailed to the finance team's email address.

How should the developer store the relevant data in Orchestrator?

Options:

A.

Upload individual invoice data and the finance team's email address as Specific Data in Queue Items

B.

Upload the finance team's email address as Specific Data in Queue Items Create an asset for each individual invoice data field

C.

Create an asset for each piece of invoice data as well as for the finance team's email address

D.

Upload individual invoice data as Specific Data in Queue Items Create an asset for the finance team's email address

Question 75

A developer is building an automation that must interact with a destination remote computer reached by jumping through multiple RDP connections, as described by the following scenario:

- The Robot is installed on Machine A, which connects through RDP to Machine B.

- From Machine B another RDP connection is opened to Machine C, where the automation must be performed.

Which of the following scenarios is appropriate for the developer who wants to use UI Automation activities?

Options:

A.

Ul Automation can be used and the following are prerequisites:

Machine A - install RDP extension.

Machine B - no requirement.

Machine C - install RemoteRuntime.msi.

B.

UI Automation can be used and the following are prerequisites:

Machine A - no requirement.

Machine B - no requirement.

Machine C - install RemoteRuntime.msi.

C.

UI Automation can be used and the following are prerequisites:

Machine A - install RDP extension.

Machine B - install RDP extension and RemoteRuntime.msi.

Machine C - install RemoteRuntime.msi.

D.

UI Automation can be used and the following are prerequisites:

Machine A - install RDP extension.

Machine B - install RemoteRuntime.msi.

Machine C - install RemoteRuntime.msi.

Question 76

In the context of the REFramework, if the OrchestratorQueueName key is present in both the Settings and Assets sheets, but an asset with the corresponding name is not present in Orchestrator, what will be the behavior at run time?

Options:

A.

The flow will throw an exception in InitAllSettings workflow.

B.

The flow will use the value from the Settings sheets since the asset is missing.

C.

An empty string will be saved for the "OrchestratorQueueName" key in the config dictionary.

D.

The "OrchestratorQueueName" key is not added to the config dictionary and the flow will throw in Get Transaction Data workflow.

Demo: 76 questions
Total 254 questions