UiPath ADAV1

Ace your homework & exams now with Quizwiz!

DRAG DROP 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

1. Create the ProcessPurchaseOrders.xaml file 2. Open the ProcessPurchaseOrders.xaml file and create the arguments 3. Invoke the ProcessPurchaseOrders.xaml file in the Main.xaml file and click Import Arguments 4. Pass the values of the arguments to/from the variables in the Main.xaml file

DRAG DROP 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.

1. Navigate to "Home" 2. Click "Tools" to see "UiPath Extensions" 3. Select "Chrome" and then click "Install" 4. Click "Enable extension" in the Google Chrome confirmation pop-up

DRAG DROP A developer finished creating an automation project in UiPath Studio 2021 10. What is the recommended sequence of steps that should be performed to publish the package to Orchestrator 2021.10? Instructions: Drag the Description found on the left and drop on the correct Step found on the right

1. Navigate to the Design Ribbon and then click the "Publish" button 2. Select an Orchestrator feed as the "Publish to" location and then click the "Publish" button 3. Add the Release Notes and ensure the version is incremented 4. Validate that the "Info" dialog box displays and shows the package version number

During which stage does an automation developer have the least contribution and responsibility? A. In the Discovery and Kickoff, Process Analysis, and Solution Design stages. B. In the Development and Unit Testing, Integration and UAT, and Deployment and Hypercare stages. C. In the Solution Design, Development and Unit Testing, and Deployment and Hypercare stages. D. In the Discovery and Kickoff, Development and Unit Testing, and Deployment and Hypercare stages.

A

Following UiPath best practices, which project structure is best-suited for complex processes in UiPath Studio? A. State Machine B. Global Exception Handler C. Sequence D. Flowchart

A

How does UiPath Integration Service benefit automation developers? 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.

A

In a UiPath State Machine workflow, which section of State activity is used to specify conditional/triggers logic and multiple outgoing transitions in a state machine? A. Triggers B. Entry C. Exit D. Transitions

A

What actions must be manually selected in the App/Web Recorder before recording a step? A. Copy text using the Get Text activity. Hover over an element using the Hover activity. Highlight an element using the Highlight activity. B. Copy text using the Get Text activity. Hover over an element using the Hover activity. Click on buttons, links, and other clickable elements such as icons or images. Type text in a text area such as a text box. Select or clear a check box. C. Select or clear a check box. Send keyboard shortcuts using your keyboard. Select an item from a drop-down. D. Click on buttons, links, and other clickable elements such as icons or images. Type text in a text area such as a text box. Select or clear a check box. Send keyboard shortcuts using your keyboard. Select an item from a drop-down.

A

What happens after executing the given sequence if the Work Items button appears on the screen after 8 seconds and the Retry Scope activity has the properties as shown in the picture? A. The Work Items button is being clicked. B. An exception is being thrown. C. Nothing happens. D. The Work Items button is being highlighted.

A

What happens to existing project dependencies in UiPath Studio when converting a Windows-Legacy project to Windows? 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.

A

What is the default priority value for the Job Priority field in UiPath Orchestrator when starting a job manually? A. Medium B. Low C. Inherited D. High

A

What is the output type returned when using a Get Test Data Queue Item activity? A. Dictionary B. Dictionary C. Object D. Queueltem

A

Where in the REFramework template project is the "SetTransactionStatus.xaml" invoked? 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.

A

Which action can be performed from UiPath Assistant? A. Set reminders for processes B. Set text assets for processes C. Set credential assets for processes D. Set queues for processes

A

Which activity should a developer use to add custom information to logs related to transactions for tracing purposes? A. Add Log Fields B. Update Logs C. Add Custom Log D. Build Log

A

Which of the following demonstrates the correct syntax for using the Vb.Net "If" Operator? A. If(condition1, valuelfTrue, valuelfFalse) B. If(condition1, valuelfTrue) Elself(valuelfFalse) C. If condition1 Then valuelfTrue Elself valuelfFalse D. valuelfTrue If condition1 Else valuelfFalse

A

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? A. ExtractedDate.Equals("08-22-2022") B. DateTime Parse(ExtractedDate) C. DateTime.Compare(ExtractedDate:08-22-2022") D. ExtractedDate GetType

B

A developer implemented a process using the Robotic Enterprise Framework and an Orchestrator queue. The MaxRetryNumber from the "Config.xlsx" file is set to "1" and the Max # of retries from the Queue settings from Orchestrator is set to "2". At runtime, the first transaction item throws a Business Exception. How many times will the transaction be retried? A. The transaction will be retried only one time. B. The transaction will not be retried. C. The transaction will be retried 2 times. D. The transaction will be retried multiple times, until it will be processed successfully.

B

What is a pre-requisite for running functional test cases in REFramework? A. Invoke Process XAML file B. Invoke InitAllSettings XAML file C. Invoke SetTransactionStatus XAML file D. Invoke Main XAML file

B

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? 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

B

When creating a new test case, which option restricts dynamic data update in UiPath Orchestrator once the test case is published? A. Data Service B. File C. Test Data Queue D. Data Service with Filter

B

A developer downloads a published package from UiPath Orchestrator 2021.10 to use locally. What is the extension of the downloaded package? A. .csproj B. .dll C. .nupkg D. .zip

C

DRAG DROP What is the correct sequence of steps to install a new Activities package in UiPath Studio 2021 10? Instructions: Drag the Description found on the left and drop on the correct Step found on the right

1. Click, Manage Packages 2. In the Manage Packages window, click Save 3. Search and Install the desired package 4. Click, All Packages

DRAG DROP What are the steps to publish a project from UiPath Studio? Instructions: Drag the Description found on the "Left" and drop on the correct Step Sequence found on the "Right".

1. In the Design ribbon tab, click on the "Publish" button. 2. Fill in the necessary publishing details, such as the project name, version, and description. 3. Choose the desired publishing option, such as Orchestrator, Local, or Custom NuGet feed. 4. Click on the "Publish" button to initiate the publishing process.

DRAG DROP 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.

1. Retrieve the X-UiPath-Signature HTTP header. 2. To obtain the raw signature bytes, decode the value of the header from Base64. 3. Compute the hash using SHA256 and the signing key (UTF-8 encoded). 4. Compare the computed signature to the value from X-UiPath-Signature HTTP header.

DRAG DROP A developer needs to take a screenshot of the state of the machine while the robot is running and then send the screenshot as an email. What is the correct sequence of steps that should be performed? Instructions: Drag the Description found on the left and drop on the correct Step found on the right.

1. Use a Take Screenshot activity 2. Use a Save Image activity 3. Use a Send Outlook Mail Message activity 4. Configure the Attachments property in the mail mesage activity

A developer configured the properties for a Click activity as shown below: What happens if the activity cannot find its target at runtime? 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.

A

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? 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.

A

A developer created a datatable, dt_Users as shown in the following exhibit. After populating the datatable variable, the developer wants to assign each User ID in dt_Users to a List variable Users_List. To achieve this, the developer plans to use an Add To Collection activity inside a For Each Row activity. How should the Item property of the Add To Collection activity be configured? A. CurrentRow(0)ToString B. CurrentRow(1) ToString C. dtJJsers(O) ToString D. dt_Users(1) ToString

A

A developer created a process that performs the following tasks 1. Prompts the user for an input company name 2. Opens a browser and searches for the company name 3. Scrapes the search results 4. Writes the results to a Microsoft Excel file What is the total number of steps that require human interaction? A. One B. Two C. Three D. Four

A

A developer creates a process that uses data from multiple sources and uploads it to an Orchestrator queue. The data originates from emails in different email inboxes and needs to be processed in the same order in which the email was received. To ensure the Queue Items are processed in the correct order, which property of the Add Queue Item activity should be used? A. Postpone B. ItemInformation C. Reference D. Deadline

A

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? A. 0 B. 2 C. Object reference not set to an instance exception is thrown D. System Argument Exception is thrown

A

A developer has declared a variable of type String named StrVar and assigned it the value "UIPATH STUDIO". What is the output of the expression, StrVar.lndexOf("U")? A. 0 B. 1 C. 9 D. 10

A

A developer has defined a variable named "CurrentDate" of type Date Time. Which of the following expressions can be used to show what hour was 12 hours prior to the date from the variable? A. CurrentDate.AddHours(-12).Hour B. Date Time.SubtractHours(CurrentDate, 12).Hour C. CurrentDate.SubtractHours(12).Hour D. Date Time.AddHours(CurrentDate, -12).Hour

A

A developer has defined the StrVar variable of type String. Which expression should the developer use to return four characters starting with the second character? A. StrVar.Substring(1, 4) B. StrVar.Substnng(1, 5) C. StrVar.Substring (2, 4) D. StrVar.Substring (2, 5)

A

A developer invoked a workflow file with three arguments, one "ln": one "Out", and one "In/Out". In the Invoked Workflow's Arguments window, how can the Value be configured for each argument? A. In: Variable or Hard-coded value Out: Variable only In/Out: Variable only B. In: Variable only Out: Variable only In/Out: Variable only C. In: Variable or Hard-coded value Out: Variable or Hard-coded value In/Out: Hard-coded value only D. In: Variable or Hard-coded value Out: Hard-coded value only In/Out: Variable only

A

A developer is automating an invoice process for the finance department using a Dispatcher and Performer model with access to Orchestrator. New invoices are added to a shared folder each morning. Each invoice needs to be processed separately in the system, as a single unit of work. After each invoice is processed in the system, the system output ID must be emailed to the finance team email address. How should the developer store the invoice data in Orchestrator? A. Upload individual invoice data as Specific Data in Queue Items and Create an asset for the finance team email address. B. Create an asset for each piece of invoice data as well as for the finance team email address. C. Upload individual invoice data and the finance team email address as Specific Data in Queue Items. D. Upload the finance team email address as Specific Data in Queue Items and Create an asset for each individual invoice data field.

A

A developer is automating the process of entering sensitive information into text input fields that are constantly changing their position. Each text input field has a corresponding text label. The developer decides to automate the process by using Modern UI Activities with anchors. Which activities should be used? A. Find Text Position activity as the anchor and Type Secure Text activity as the action. B. Type Into activity with a valid anchor and the input text provided in the Secure Text property. C. Find Text Position activity as the anchor and Set Text activity as the action. D. Type Into activity with a valid anchor and the input text provided in the Text property.

A

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? 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.

A

A developer is working with a Purchase Order automation process. The number of shipment containers and boxes per container are obtained in two strings, "ShipmentContainers" and "BoxesPerContainer". The task is for the robot to obtain the total number of boxes in all shipment containers in an Int32 variable TotalBoxes. Which expression should be used for calculating the total number of boxes? A. Convert Tolnt32(ShipmentContainers) * Convert Tolnt32(BoxesPerContamer) B. ShipmentContainers.Tolnt() * BoxesPerContainer Tolnt() C. ShipmentContamersTolnt32() * BoxesPerContainer.Tolnt32() D. ShipmentContamers * BoxesPerContainer

A

A developer needs to use the REFramework to automate a business process that involves processing transactions within an Excel table. Each transaction in the table should follow the same steps for processing and queues cannot be used as there is no Orchestrator in the environment. Which variable type is best suited for Transactionltem in this scenario? A. System.Data.DataRow B. UiPath.Core.Queueltem C. System.Data. DataTable D. System.Data.DataRow[]

A

A developer stored a UiPath Studio project remotely in GIT. Which feature allows the developer to view the project on their local machine? A. Clone Repository B. Copy to GIT C. Disconnect D. GIT Init

A

A developer wants to run two processes on the same machine, the first process contains only HTTP Request activities and the second one performs UI Automation. What option needs to be enabled on the first process in order to ensure that the processes can run concurrently on the same machine? A. Starts in Background B. Attended Automation C. Disable Pause D. Supports Persistence

A

A project built using REFramework pulls phone numbers from a database of employees and creates queue items for each one. Following processing, these elements must be added to a financing application. The queue item holding a phone number becomes invalid if a digit is accidentally left out because of a human mistake. As a requirement, queue items that contain partial numbers should not be accepted. What type of error should be thrown according to best practices? A. Business Exception B. Fatal Exception C. Application Exception D. System Exception

A

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? 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.

A

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? A. Get Transaction Data B. Initialization C. End Process D. Process Transaction

A

Considering that the attached table is stored in a variable called "dt". Which LINQ query can be used to return the maximum total Quantity? 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")

A

How does UiPath handle different dependency versions for multiple running processes that run at the same time? A. Each running process uses its own required version of the dependency. B. Running processes use the earliest compatible dependency version. C. Each running process automatically adapts to the available dependency version. D. All running processes use the latest version of the dependency available.

A

In a UiPath REFramework project, what is the primary purpose of using Custom Log Fields? A. To add specific contextual information to log messages that are relevant to the automation process. B. To generate extra variables alongside log messages, enhancing workflow understanding. C. To maintain contextual insights within log messages, including secure details like credentials. D. To modify the representation of logged contextual data as it is displayed in the Orchestrator

A

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? 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.

A

What are the distinctions between arguments and variables? A. Variables pass data between activities inside the same workflow. Arguments pass data between workflow files. B. Variables always have a direction. Arguments can be assigned to a variable value. C. Variables pass data between workflow files. Arguments pass data between activities inside the same workflow. D. Variables must be assigned to an argument value. Arguments always have a direction.

A

What is the main benefit of importing profiling sessions? 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.

A

What is the main function of the UiPath Remote Runtime component? A. It facilitates the communication between a remote application or desktop and the dedicated UiPath extension, allowing selectors to be natively generated in UiExplorer. B. It enables the use of OCR and image recognition activities on remote applications or desktops, without any extensions, allowing selectors to be natively generated in UiExplorer. C. It introduces support for headless browser automation, so browser automation doesn't necessarily have to rely on visual elements on screen, such as window frames. D. It allows automations to run on the user machine, in a different Windows session.

A

What is the purpose of the Interval filter in the Orchestrator's Monitoring page? 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.

A

What is the purpose of the Invoke Code activity in UiPath? 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.

A

What is the role of connections in the UiPath Integration Service? A. Connections establish tasks and exchanges between users and external applications using the authentication process of the API provider. B. Connections establish tasks and exchanges based on a connector's compatibility with the external application. C. Connections establish tasks and exchanges between users and external applications using the authentication process of the UI automation provider. D. Connections establish tasks and exchanges between users and external applications using the server-side triggers.

A

What is the use of job priorities in unattended automations within UiPath Orchestrator? A. To determine which processes should be executed first when dealing with multiple jobs. B. To sort and organize tasks within a folder. C. To create job dependencies that must be completed before new job execution. D. To determine machine resource allocation among processes.

A

What status needs to be selected in the Set Transaction Status activity in UiPath Studio so that the respective Queue Item will be retried? A. Failed B. Retried C. Abandoned D. Postponed

A

When should the Show Elements button be used in the Computer Vision wizard? 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.

A

Which activity can be used to transition a Background Process to Foreground? A. Use Foreground B. Activate C. Maximize Window D. Set Focus

A

Which of the following credentials stores have built in support in Orchestrator? A. Azure Key Vault, CyberArk CCP, HashiCorp Vault, Thycotic Secret Server, BeyondTrust, CyberArk. B. CyberArk CCP, Cisco, Google Credentials, CyberArk, Azure Key Vault. C. CyberArk CCP, Azure Key Vault, Google Credentials, Amazon Security Services. D. Cisco, Amazon Security Services, Google Credentials, Microsoft SCS, IBM Vault.

A

Which of the following is a valid area/panel, from the UiPath Studio interface, from where a variable can be created? A. Activities Panel B. Locals Panel C. Data Manager Area D. Project Panel

A

Which of the following is an outcome of converting a personal workspace into a folder in UiPath Orchestrator? 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.

A

Which two parts are included in an Anchor Base activity? A. Anchor and Action B. Anchor and Condition C. Anchor and Trigger Scope D. Anchor and Sequence

A

You want to identify a selector in a Type into activity that will be used for a text input field within an application. In order for the Type into activity to execute as expected, how many elements in an application can a selector be valid for at runtime? A. 1 element B. 2 elements C. 3 elements D. 5 elements

A

A developer defines new log fields using the Add Log Fields activity. When will the custom log fields stop being added to the robot execution logs? A. When an Exception is caught and handled. B. When a Remove Log Fields activity is used to remove them. C. When a Log Message activity is executed with Log Level = Warn or higher. D. When the first Log Message activity is executed.

B

A developer examines a workflow in which filenames are stored within a collection. The collection is initialized with a single filename. When adding a new filename to the collection, which collection variable type will cause an error? A. System.Collections.Generic. Dictionary B. System.Array C. System. Data. DataTable D. System.Collections.Generic.List

B

A developer executes the following workflow in Debug mode with "Continue on Exception " enabled. How many times will the workflow pause the execution? A. 0 B. 1 C. 2 D. 3

B

A developer has created a string array variable as shown below: UserNames = {"Jane", "Jack", "Jill", "John"} Which expression should the developer use in a Log Message activity to print the elements of the array separated by the string ", "? A. String.Join(UserNames, ",") B. String.Join(", ", UserNames) C. String.Concat(UserNames,",") D. String.Concat(",", UserNames)

B

A developer has created an automation process that includes: Based on the information shown in the exhibits, what is the output of the Write Line activity in the Main xaml file? A. Apple B. Orange C. Apple Orange D. Orange Apple

B

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? A. Simulate only. B. Simulate and Window Messages. C. Same as App/Browser and Simulate. D. Window Messages only.

B

A developer is reviewing an existing workflow in UiPath Studio. Based on best practices, what should be used to view the available versions for activities used in the workflow? A. Workflow Analyzer B. Project Dependencies C. Project Settings D. Ul Explorer

B

A developer is using a Global Exception Handler as an error handling mechanism for a project. By default, how many times does a Global Exception Handler retry an activity that continually throws an error? A. 2 B. 3 C. 4 D. 5

B

A developer is working on an automation using the REFramework. Each transaction item represents a piece of client information. For each customer, the automated procedure must click the "Generate Shipment Details" button. This generates a table of shipment records for each customer. What type of exception occurs when the data is not accessible, the created table displays only the header row, and processing for that client must be halted? A. ApplicationException B. BusinessRuleException C. SystemException D. NullReferenceException

B

A developer needs to create a repetitive process in the REFramework. Following the best practices, which action(s) should be performed to defend against potential robot crashes such as "out of memory"? A. Build a script that compares current CPU usage values to a threshold and clears data as needed. B. After every transaction, clear the transaction data, close the applications, and re-open the applications. C. All "Invoke Workflow File" activities from the Main.xaml file should be marked with the Isolated option. D. Add a "Clear Collection" activity at the beginning of the Process.xaml workflow.

B

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? A. Split(FilePath/V) B. Spht(FilePath,"\": StnngSplitOptions.RemoveEmptyEntries) C. SplitfV, FilePath. StringSplitOptions RemoveEmptyEntries) D. SplitfV', FilePath

B

A developer wants to assign the first row of the "ID" column in the "DT" datatable to a String variable. Which expression should be added to the Value field of the Assign activity? A. DTRows(0)ID B. DTRows(0). ltem("ID") C. DTColumns(0)ID D. DTColumns(0) ("ID")

B

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? A. Private B. Visible C. Save changes D. Read-only

B

A developer wants to design a complex business process using UiPath Studio. The workflow type needs to present multiple branches between Ul activities. Which recommended type of workflow meets the requirement? A. Global Exception Handler B. Flowchart C. Sequence D. State Machine

B

A user reported unexpected behavior from a process that is in Production. After reviewing the process, a developer noticed that one of the Queue Items that was processed has a status of "Abandoned" in UiPath Orchestrator. When is a Queue Item moved to an "Abandoned" status in UiPath Orchestrator? A. When the item has been manually selected from the Transactions page and marked as "Deleted" B. When the item was "In Progress" but the transaction status was never set to "Successful" or "Failed" C. When the item did not meet a business or application requirement within the project. D. When the item was processed with the Get Transaction Item activity

B

Based on best practice, which set of features are used before debugging a workflow in UiPath Studio? A. Execution Trail and Picture in Picture B. Analyze Project and Validate File C. Highlight Elements and Focus D. Ignore and Restart

B

Consider the following Try Catch statement: What will happen when the code is executed? A. The exception will be handled in the ArgumentException catch. B. There is no catch defined for the thrown exception type. C. The exception will be handled in the InvalidOperationException catch. D. The exception will be handled in the BusinessRuleException catch.

B

If you are inserting activities into a Sequence in UiPath Studio, in which panel do the activities appear? A. Snippets B. Designer C. Imports D. Outline

B

In a UiPath project that uses State Machines, under what circumstances should the Final State activity be used in the project? A. When initiating the first state of a state machine. B. When marking the successful completion or termination of a state machine's execution. C. When a particular state contains complex conditional logic. D. When an intermediary state has multiple possible transitions.

B

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? 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.

B

In which situation will a Ul Automation activity generate a partial selector? A. When included after a Find Element activity B. When included in an Attach Browser activity C. When included in an Excel Application Scope activity D. When included in a Trigger Scope activity

B

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: <wnd app='applicationframehost.exe' title='Month View - Calendar' /> <uia cls='Day' name='15 March 2023' /> How should the selector be altered to guarantee that it clicks on the 15th of the ongoing month? A. <wnd app='applicationframehost.exe' title='Month View - Calendar' /> <uia cls='Day' name='15 * 2023' /> B. <wnd app='applicationframehost.exe' title='Month View - Calendar' /> <uia cls='Day' name='15* 20 ?? ' /> C. <wnd app='applicationframehost.exe' title='Month View - Calendar' /> <uia cls='Day' name='*15*' /> D. <wnd app='applicationframehost.exe' title='Month View - Calendar' /> <uia cls='Day' name='15 ? 20 ?? ' />

B

The Extract PDF Page Range activity is used to extract a specific set of pages from a PDF file. Which of the following statements correctly describes this activity? A. OutputFileName argument is optional. B. Range argument accepts complex range values or "All". C. PageCount argument outputs the number of extracted pages. D. Password-protected PDF files cannot be processed with this activit

B

To retrieve all Outlook emails with the word "UiPath" in the subject, which filtering property and filter schema should a developer use? 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%""

B

What advantages do pre-built connectors in UiPath Integration Service offer? A. Reducing the need for Ul and API automation, allowing developers to work exclusively with connectors. B. Simplified integration with popular applications, faster deployment, and integration across all UiPath Platform product solutions. C. Providing a fully customizable catalog of connectors for developing proprietary applications. D. Replacing all types of authorization and authentication protocols with a single, standardized method.

B

What differentiates a List type from an Array type? A. List items can be accessed through an index but array items cannot. B. An array has a fixed, predefined number of elements while a list has a dynamic number of elements. C. A list can hold items of multiple data types at the same time while arrays cannot. D. Lists provide the option of looping through data while arrays do not.

B

What happens when the area selection feature in the UiPath Computer Vision wizard is used? A. The selected area is automatically resized to fit all UI elements within it. B. A portion of the application Ul can be selected, which is helpful when dealing with multiple fields bearing the same label. C. The selected area is treated as a single UI element, with no further analysis of its contents. D. A duplicated Ul can be selected, and the copy is modified in the automation process.

B

What is the correct method to check how many resources are utilized in a personal workspace in UiPath Orchestrator? A. Navigate to Tenant > Folders, click the All Workspaces tab, and then click Check Resources for the desired workspace. B. Navigate to Tenant > Folders, click the Personal Workspaces tab, and then click See Usage for the desired workspace. C. Navigate to Tenant > Users, click the Personal Workspaces tab, and then click Resources for the desired workspace. D. Navigate to Tenant > Folders, click the Personal Workspaces tab, and then click Manage Resources for the desired workspace.

B

What is the default polling interval set for an event trigger? A. 1 minute B. 5 minutes C. 10 minutes D. 15 minutes

B

What is the functionality of the Include Subfolders filter in the Monitoring pages when a modern folder is selected? 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.

B

What represents a sequence that contains an activity with a partial selector? A. Option A B. Option B C. Option C D. Option D

B

What variable type should the developer use to store the monetary amount read from a single cell in an Excel file, before inputting it into a field in a web application for the automation process? A. List B. Double C. DataRow D. Object

B

What will be the outcome when executing a Try Catch activity with a sequence placed within the Try section and no Catches section present? 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.

B

When automating the process of entering values into a web form, requiring each field to be brought to the foreground, which property of the Type Into activity should be adjusted to achieve this? A. Delay before B. Activate C. Selector D. Input Element

B

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? 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.

B

When encountering an ApplicationException, what occurs if the developer chooses InvalidOperationException as the exception handler within the Catches section of the Try Catch activity? A. The Finally block is executed and the Catches section catches the exception. B. A runtime error occurs and the Finally block is not executed. C. No exceptions are happening and the workflow continues to execute. D. No exception is thrown and the Finally block executes.

B

When should a static selector be used versus a dynamic selector'? A. When a standard selector contains a tag value that changes for each execution B. When all the attributes or tags remain the same for each execution C. When a standard selector contains an attribute value that changes for each execution D. When the selector needs to interact with different types of elements on the same page

B

Where can a process be found, after being published from UiPath Studio and deployed as an automation in Orchestrator? A. Manage Packages B. UiPath Assistant C. Resources Panel D. Snippets Panel

B

Which LINQ method is used to filter data in a List or Data Table based on a condition? A. OrderBy B. Where C. GroupBy D. Select

B

Which of the following describes the correct hierarchy of the elements in the Object Repository tree structure? A. Screen, Application, Version, UI Element. B. Application, Version, Screen, UI Element. C. Application, Screen, UI Element, Version. D. Version, Application, Screen, UI Element.

B

Which of the following functionalities does UiPath Assistant provide? A. Developing automation workflows in UiPath Studio. B. Running, managing, and organizing automation workflows on the user's machine. C. Scheduling and monitoring robot processes in Orchestrator. D. Analyzing processes to determine optimal automation solutions.

B

You are working on an existing project that is connected to a GIT version control system. Which Context menu option should be used to provide local versions of files to the remote repository? A. Pull (rebase) B. Push C. Set As Mam D. Show History

B

A developer is using the REFramework template to automate a process. In "SetTransactionStatus" file, there is the following sequence of activities, where the last Log Message activity was added by the developer: The configuration for Add Log Fields and Remove Log Fields activities are shown below: Add transaction log fields (Success) The developer runs the process and notices the argument values for the first transaction are: in_TransactionlD = "07/18/2023 10:27:29" io_TransactionNumber = 1 in_TransactionField1 = "UI235-80" in_TransactionField2 = "Update Request" Which of the following Log Message Details will be displayed when executing the activity Log Message Completed for the first transaction, considering it is successful?

B. "message": "Transaction Completed", "level": "Information", "logType": "User", "timeStamp": "10:30:19", "fileName": "SetTransactionStatus", "processVersion": "1.0.0", "jobId": "cb865477-35f8-4c0a-93e9-e4f4246223f2", "robotName": "test.robot", "machineId": 0, "logF_TransactionField2": "Update Request", "logF_TransactionID": "07/18/2023 10:27:29", "logF_BusinessProcessName": "Framework", "logF_TransactionNumber": "1", "logF_TransactionField1": "UI235-80", "logF_TransactionStatus": "Success"

A developer designed an automation to use an Asset value from Orchestrator using the Get Asset activity. The value represents email addresses of the process owners which may change. Which Asset Type should be used? A. Bool B. Credential C. Text D. Integer

C

A developer has created the following workflow: Based on the exhibit, which output is produced in the Output panel? A. World Hello B. World C. Hello World D. Hello

C

A developer is building a process that types data into input fields using the Hardware Events input method. Which property of the Type Into activity should be modified to reduce the pace at which the input string characters are typed into the fields? A. Delay before B. Alter disabled element C. Delay between keys D. Delay after

C

A developer is working with an application that allows all types of input methods for the Type Into activity. Which property should be enabled for the fastest execution? A. Click before typing B. Empty field C. Simulate D. Window Messages

C

A developer needs to prioritize automating several processes. To help prevent any long-term maintenance, which process attribute should be avoided? A. Logical decision points B. Repetitive business process C. Frequent application changes D. High volume work

C

A developer published a process to UiPath Orchestrator with only the Mam.xaml workflow file. There is one "In" argument of type String in the Main.xaml file with a default value of String.Empty When running the process from the Start Job window in Orchestrator what is the value of the argument at runtime? A. Only the default value of String.Empty will be used, overriding any values provided in Orchestrator B. An Input Dialog box will prompt the user to input a value and that value will be used C. Any input arguments provided in Orchestrator are used, otherwise the default value of String.Empty will be used D. A runtime error will occur as arguments are not allowed in the Main xaml file

C

A developer wants to add items to a list of strings using the Invoke Method activity. The list is declared as follows: Based on the information shown in the exhibits, what is the outcome of the Invoke Method activity? A. Colors will contain an item with the value "Colors: Yellow". B. Colors will contain an item with an empty value. C. Colors will contain an item with the value "Yellow". D. An exception will be thrown.

C

A developer wants to add items to a list of strings using the Invoke Method activity. The list is declared as follows: The Parameters property is as follows: Based on the exhibits, what is the outcome of this Invoke Method activity? A. Invoke Method activity will throw an error. B. Colors will contain items in the following order: "Yellow", "Red", "Green". C. olors will contain items in the following order: "Red", "Green", "Yellow". D. Colors will contain items in the following order: "Red", "Green".

C

A developer wants to create an automation in which the input from the user and pre-defined conditions determine the transition between stages. In UiPath Studio, which is the recommended type of workflow that meets the requirement? A. Workflow B. Global Exception Handler C. Flowchart D. State Machine

C

At indication time, the Strict Selector has the following functionalities available: A. Open in UiExplorer, Copy to clipboard, Show all matches. B. Refresh, Open in UiExplorer, Copy to clipboard. C. Accuracy, Open in UiExplorer, Copy to clipboard, Show all matches. D. Ignore text, Copy to clipboard, Show all matches.

C

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? 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")

C

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? 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

C

In order for a developer to utilize the default REFramework without relying on Orchestrator queues, what is the essential prerequisite to ensure that the project does not interact with Orchestrator? A. Omit the OrchestratorQueueName setting from the Config.xlsx file. Exclude the three SetTransactionStatus activities from the SetTransactionStatus workflow & change the variable type. B. Eliminate the Get Transaction Data state from the Main state machine. Exclude the Get Transaction Item activity from the project & change the variable type. C. Exclude the Get Transaction Item activity from the project. Eliminate the three SetTransactionStatus activities from the SetTransactionStatus workflow & change the variable type. D. Remove the Get Transaction Data state from the Main state machine. Remove the OrchestratorQueueName setting from Config.xlsx & change the variable type.

C

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? 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.

C

Once "Library A" has been imported as a dependency in the current project, how can the UI Object Repository defined in "Library A" be accessed? A. The Object Repository is only available in a Library. B. The Object Repository needs to be exported as a UI Library and imported in the Process for it to become available. C. The Object Repository will automatically be available in the Process. D. The Object Repository cannot be passed between a Process and a Library

C

Review the following exhibit. (Lật ảnh) Based on the exhibit, which output is produced in the Output panel? A. Hello B. Good Morning UiPath C. Good Morning D. UiPath

C

Starting with UiPath Studio version 2022.10, what happens to dependencies that lack Windows compatibility when they are converted in a project? A. They are replaced with compatible alternatives. B. They are removed from the project. C. They are marked as unresolved. D. They are automatically resolved.

C

The following table is stored in a variable called "dt". What will the value of the qty variable be after executing the Assign activity? A. 5 B. 10 C. 80 D. null

C

What are the primary functions of the UiPath Integration Service? A. Automates Ul design, manages API connections, provides limited activities and events, simplifies automation design. B. Enables automation with API integration, manages connections with user-provided authentication, kicks off automations based on application-specific triggers, simplifies automation design with the help of third-party libraries. C. Enables automation with a library of connectors, manages connections easily with standardized authentication, kicks off automations with server-side triggers or events, provides curated activities and events, simplifies automation design. D. Enables automation with UI components, manages API keys, kicks off automations with client-side triggers, provides curated events.

C

What are the three main components of UiPath Integration Service? A. Connectors, API Tokens, Triggers. B. Connectors, Connections, Orchestrator. C. Connectors, Connections, Triggers. D. Activities, Connections, Triggers.

C

What distinguishes the Settings sheet from the Assets sheet in the "Config.xlsx" file? A. Settings sheet contains hard-coded values. Assets sheet contains all names of Orchestrator Assets including those of type Credential. B. Settings sheet contains only values used for the initialization of applications. Assets sheet contains only Credential Assets stored in Orchestrator. C. Settings sheet contains hard-coded values. Assets sheet contains all names of Orchestrator Assets except those of type Credential. D. Settings sheet contains Credential Assets stored in Orchestrator. Assets sheet contains hard-coded values.

C

What do the percentages from the Test Explorer panel represent? A. Correctness of the code percent. B. Passing percent. C. Coverage percent. D. Percent of test data run.

C

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? A. Highlight Elements B. Find Element C. Anchor D. Delay Before

C

What is a pre-requisite for running InitAllApplications TestCase? A. Invoke CloseAllApplications XAML file in Given. B. Invoke KillAllProcesses XAML file in Given. C. Invoke InitAllSettings XAML file in Given. D. Invoke SetTransactionStatus XAML file in Given.

C

What is a recommended way to safely store credential information used in a UiPath automation project? A. Store the username and password as hardcoded values with the Private option enabled on activities B. Store the username and password in a Config.xlsx Excel file in the Studio project folder C. Store the username and password in a single Orchestrator asset D. Store the username and password in a Notepad file on the robot's local machine

C

What is the default URL of the OCR server that runs the Computer Vision service? A. https://server.uipath.com/ B. https://cvserver.uipath.com/ C. https://cv.uipath.com/ D. https://computervision.uipath.com/

C

What is the purpose of credential stores in UiPath Orchestrator? A. To store Orchestrator event logs and related data for auditing purposes. B. To serve as a centralized location for storing pre-built automation workflows and processes. C. To securely store sensitive data such as Robot credentials and Credential Assets for use in automation processes. D. To store non-sensitive data and configuration settings for UiPath Studio projects.

C

When using a dynamic selector which data type is supported? A. UiElement B. Double C. String D. Data Table

C

Where can you find a list of all the activities that support the Windows compatibility? A. In the converted project's settings. B. In the Official feed documentation. C. In the Activities Guide. D. In the Windows-Legacy project configuration.

C

Where is the TransactionNumber incremented in the REFramework? A. Only in the SetTransactionStatus.xaml workflow. B. In the End Process state in the Finally section of the Try Catch activity. C. In the RetryCurrentTransaction.xaml workflow and in the SetTransactionStatus.xaml workflow. D. In the New Transaction transition.

C

Which Control Flow activity is suitable for a developer who needs to assess the value of a counter before executing the loop's body in a workflow? A. Do While B. Switch C. While D. If

C

Which activity is used to archive a set of files and send them as an attachment in an email? A. Create Folder B. Archive Files C. Compress/Zip Files D. Create File

C

Which dependencies are automatically installed when a developer starts a blank process in UiPath Studio? 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.

C

Which logging level includes the following information by default? 1. Execution Started log entry - generated every time a process is started. 2. Execution Ended log entry - generated every time a process is finalized. 3. Transaction Started log entry - generated every time a transaction item is obtained by the robot from Orchestrator. 4. Transaction Ended log entry - generated every time the robot sets the transaction status to either Success or Failed. 5. Activity Information log entry - generated every time an activity is started, faulted or finished inside a workflow. 6. Arguments and Variables Information log entry - show values of the variables and arguments that are used. A. Critical B. Trace C. Verbose D. Information

C

Which of the following options is correct about a State Machine layout? A. Can have multiple initial states and multiple final states. B. Can have only one initial state and only one final state. C. Can have only one initial state and multiple final states. D. Can have multiple initial states and only one final state.

C

While working in an RPA testing project, you encountered the following activity in one of the workflows included in the project. What action can you perform in your mocked file to replace the functionality of the MessageBox with a LogMessage during mock testing? A. Remove mock activity. B. Synchronize mock. C. Surround activity with mock. D. Create mock workflow.

C

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?

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.

HOTSPOT 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.

Column: Total Operation: > Value: 10000

A developer created an automation which scrapes data from PDF reports. The reports have the same structure and the title format is always "Report X - PDF"T where X is a number from 1 to 100. Only one report will be open at a time but other PDF files may be open on the desktop. What is the recommended method to ensure the selector identifies the correct PDF to use? A. Use the * wildcard character in place of the idx attribute value B. Use the idx attribute value in the selector to increment for each file C. Use the * wildcard character in place of the title attribute value D. Use the * wildcard character in place of the "X" in the title attribute value

D

A developer has defined an Int32 variable called IntVar. The developer has written the following expression in a Log Message activity. Convert. ToBoolean(lntVar) If IntVar = 0, what is displayed in the Output panel after the execution of the Log Message activity? A. The value True is displayed B. A System ArgumentNullException is displayed C. A System.InvalidCastException is displayed D. The value False is displayed

D

A developer has published a new library from UiPath Studio to the Orchestrator feed. Another developer on the team is connected to the same Orchestrator where the library has been published. What steps are necessary for adding this library as a dependency in a project? A. Open the Manage Packages Window and ensure the Orchestrator feed is enabled. In the Imports Panel in Studio, search for the package by name, and then install the package. B. Open the Manage Packages Window and install UiPath.System.Activities. Drag and Drop the Invoke Com Method activity and input the library name as a parameter. C. Open the Manage Packages Window and install UiPath.System.Activities. Drag and Drop the Invoke Method activity and input the library name as a parameter. D. Open the Manage Packages Window and ensure the Orchestrator feed is enabled. Search for the package by name in the Search bar and then install the package.

D

A developer indicated a Ul element for a Get Text activity. The automatically-generated selector is shown below. <html app=, chrome.exe, title='temperature now1 /> <webctrl tag='table' class=, ui_side_menu' innertext-19°C 66°F' /> Based on best practices, which selector attribute is unreliable? A. tag B. class C. title D. innertext

D

A developer initialized a String array, listOfMonthsByQuarter = {"1", "2", "3"}. Which data type and value are retrieved when listOfMonthsByQuarter(2) is used at runtime? A. Data Type Int32 Value: 2 B. Data Type- Int32 Value: 3 C. Data Type: String Value. 2 D. Data Type. String: Value 3

D

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 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? 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 finance team's email address D. Upload individual invoice data as Specific Data in Queue Items Create an asset for finance team's email address

D

A developer is building a robot to validate that the birth date is in the correct format within the submitted forms. Which method or activity is best-suited to validate the format? A. String Method: Contains B. Activity Replace C. String Method: Equals D. Activity. Is Match

D

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? 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.

D

A developer is using the Step Out action in Debug mode to review a process as shown in the following exhibit. Which functionality does the Step Out action provide? A. Pauses at an activity that caused an error B. Re-executes the activity which threw an exception C. Executes only one activity at a time and then pauses D. Executes activities in the current container and then pauses

D

A developer used a dictionary to store employee ID numbers as the key with associated employee surnames as the value. What is the benefit of using a dictionary? A. Dictionaries can have repeated keys B. Dictionaries must have unique values C. Dictionaries can be searched by keys or values D. Dictionary keys and values can be of different data types

D

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'? A. Attach Browser B. On Image Appear C. On Element Appear D. Retry Scope

D

A developer wants to create a process using a Flow Switch activity. What is a feature of this activity? A. Supports up to three expressions by default B. Two Default cases can be defined C. Default case is executed before the expression is evaluated D. Default case is executed if no cases match the expression

D

A developer wants to extract hidden text from a pdf file. Which output method(s) should be used? A. FullText and Native B. Native only C. OCR D. FullText only

D

Based on best practices, how can the integer value, Mylnteger be displayed inside a Log Message activity? A. "The value is MylntegerToString" B. "The value is" = Mylnteger C. "The value is " + Mylnteger D. "The value is" + MylntegerToString

D

Given the following list of arguments: in_numArray = Int32[{2, 5, 1, 7, 9, 4, 8}] out_numVar = numVar And the following code: out_numVar = 0 Dim i As Integer For i = 0 To in_numArray.Length-1 If in_numArray(i) > out_numVar Then out_numVar = in_numArray(i) End If Next i What is the value that will be displayed in the Output Panel at the end of the sequence below: A. 1 B. 2 C. 7 D. 9

D

How would you define a linear process in UiPath? A. The steps of the process repeat multiple times over different data items. However, the automation design is such that each repeatable part processes independently. B. The steps of the process are performed multiple times, but each time different data items are used. C. The steps of the process refer to the execution of steps in a sequential manner, where each subsequent step depends on the successful completion of the previous step. D. The process steps are performed only once. If the need is to process additional data, then the automation must execute again.

D

In an RPA Testing project, you created the mock "MySequencemock" for the file "MySequence". You have to update "MySequence" and add a Log Message activity and a Verify Expression activity. What will happen to "MySequencemock" file when you save the project, assuming that the file is closed? A. Only the Log Message activity will be added to the mock file. B. Only the Verify Expression activity will be added to the mock file. C. The changes made in "MySequence" workflow file are applied to the mock file. D. The changes made in "MySequence" workflow file are not applied to the mock file.

D

In the Output property of all Get Mail activities, what is the supported variable type? A. String B. List<String> C. MailMessage D. List<MailMessage>

D

In the context of a linear process, implemented with REFramework, how many times will the process enter the Get Transaction Data state? A. 1 time. B. 2 times. C. The process will not enter the Get Transaction Data state because a linear process is not transactional. D. Until there are no more queue items left unprocessed in Orchestrator.

D

In what situations is it appropriate to use a static selector instead of a dynamic selector? A. When the automation requires high flexibility. B. When the automation process requires better performance. C. When the target element's properties change frequently. D. When the target element's attributes remain constant and do not change during runtime.

D

In which phase of the Implementation Methodology is the Process Definition Document (PDD) created? A. User Acceptance Testing B. Solution Design C. Deployment & Hypercare D. Process Analysis

D

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? A. Exception B. ApplicationNotFoundException C. Try D. SelectorNotFoundException

D

Upon extracting data from a website, a developer saves it in three variables: "FirstName", "LastName", and "City". The developer intends to store these three String variables in a fixed-size data structure called "UserData", to be utilized later within another workflow in the process. Considering best practices, which data structure and assignment should be used? A. UserData is of type List<Object> UserData = New List(Of Object) ({ FirstName, LastName, City }) B. UserData is of type Object[] UserData = {FirstName, LastName, City} C. UserData is of type List<String> UserData = New List(Of String) ({ FirstName, LastName, City }) D. UserData is of type String[] UserData = {FirstName, LastName, City}

D

What are the components that define a state within a State Machine in UiPath Studio? A. Activities, Connectors, and Annotations. B. Input Arguments, Output Arguments, and Variables. C. Sequence, Flowchart, and Transactional Business Process. D. Entry, Exit, and Transition Actions with Trigger Conditions.

D

What describes how the Excel Application Scope activity interacts with a Microsoft Excel file? A. Works only with xls files and Excel does not need to be installed B. Works with xlsx files and Excel does not need to be installed C. Works only with xlsm files and Excel must be installed D. Works with xls and xlsm files and Excel must be installed

D

What happens when closing a Remote Debugging Connection while a debugging execution is in progress? A. Debugging execution stops gracefully, then the connection is closed. B. The remote robot continues the execution after Studio closes the connection. C. It is not possible to close the connection while debugging is in progress. D. Debugging execution ends in exception, then the connection is closed.

D

What is a prerequisite for performing Remote Debugging using a Remote Machine Connection? 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.

D

What is the purpose of the Capture All Elements feature in Object Repository? 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.

D

What is the recommended approach for handling tabular data when building a REFramework transactional project in UiPath? A. Implement custom activities to handle the tabular data. B. Convert the tabular data into a string format and store it in a single variable. C. Use separate variables to store each column of the tabular data. D. Utilize a DataTable variable to store and process the tabular data.

D

What method can be used to change the index of an existing column in a datatable? A. Setlndex B. MoveAt C. SetColumnIndex D. SetOrdinal

D

What role do Triggers play in the UiPath Integration Service? A. Manage connections between UiPath Studio and third-party applications. B. Provide a mechanism for starting processes on a scheduled basis from Orchestrator. C. Assist in the creation of automation projects by providing event-based activities. D. Provide a mechanism for subscribing to specific events from third-party applications, automatically starting processes in Orchestrator.

D

What role does the automation developer play in understanding business processes? A. Undertaking smaller projects independently. B. Collaborating with automation business analysts on technical skills. C. Creating complex written documents for procedures. D. Quickly understanding inputs, outputs, and decision points.

D

When installing UiPath Studio, which of the following actions require administrator privileges? A. Administrator privileges are not required for installing UiPath Studio. B. Administrator privileges are required for installing the robot in both service mode and user mode. C. Administrator privileges are required for installing the robot in user mode. D. Administrator privileges are required for installing the robot in service mode.

D

When is the Anchor Base activity used to automate interaction with an application? 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

D

Which Scraping method should be used for the Get Text activity to capture hidden text from an application? A. Text attribute B. Default C. Native D. Full text

D

Which argument name follows UiPath best practices for argument naming conventions? A. ioUpdatedsum B. in_argument1 C. dt_outputrovvs D. out_ConfirmationNumber

D

Which command in the UiPath installation folder configures the UiPath.RemoteDebugging.Agent utility on a Windows robot to accept remote debugging requests from Studio? A. dotnet ./UiPath.RemoteDebugging.Agent.dll enable -- port -- password -- verbose B. UiPath.Remote Debugging.Agent.exe start -- port -- password -- verbose C. UiPath.Remote Debugging.Agent.exe enable -- port -- username -- password -- verbose D. UiPath.Remote Debugging.Agent.exe enable -- port -- password -- verbose

D

Which expression correctly converts the string variable "DateString" with the value "03/03/2023 16:23:11" into a Date Time variable? 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)

D

Which of the following best describes the Alerts panel? A. A panel that displays summaries of the alerts you subscribed to, received as error reports every ten minutes, or as daily reports. B. A panel that displays a more comprehensive list of all alerts. C. A panel that displays alerts as they occur. D. A panel that displays the most severe five alerts, accessible from the Alerts bell.

D

Which of the following options is correct regarding the below Object Repository tree structure? A. One Screen Two Applications Five UI Elements B. One Application Two UI Elements Five Screens C. One Library One Application Two Screens Five UI Elements D. One Application Two Screens Five UI Elements

D

Which of the following statements accurately describes the primary components of a State Machine in a workflow? A. A State Machine consists of four primary components: States, Triggers, Transitions, and Actions. B. A State Machine is composed of States, Triggers, and Loops. C. A State Machine comprises three main components: Sequences, Flowcharts, and Input/Output Arguments. D. A State Machine is made up of States, Transitions, Entry Actions, and Exit Actions.

D

Which of the following statements is true about Global Constants? 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.

D

Which of the following statements is true about the existing UiPath Studio installation packages? A. The Attended Robot installation package installs only UiPath Studio, and Robot. B. The Attended Robot installation package installs only the UiPath Robot. C. The Unattended Robot installation package installs only UiPath Studio, Assistant, and Robot. D. The Automation Developer installation package installs only UiPath Studio, Assistant, and Robot.

D

Which of the following workflow names is correct, based on best practices? A. Transactionstatus B. Workflow1 C. creation_of_file D. ScrapeFilteredStocks

D

HOTSPOT A developer aims to employ the REFramework for automating a business process that involves a TransactionData collection (DataTable) comprising vendor names and addresses. Instructions: Choose the appropriate variable type for the Transactionltem from the provided dropdown list in the following exhibit.

DataRow

HOTSPOT A developer created three variables used in the workflow shown below: Instructions: Based on best practices, select the correct Scope for each Variable type from the dropdown lists shown in the following exhibit.

Name = Age Variable type = Double Scope = Body of For Each Row Name = TimeonThePlanet Variable type = Time Span Scope = Sequence - Yes, Can Vote Name = dt_NamesBirthdays Variable type = DataTable Scope = Voter Registration

DRAG DROP The provided exhibit displays the representation of the "Deadline" field using the yyyy-mm-dd format. In what order should the Queue Items be processed by a single robot executing a Performer workflow?

The Queue Items should be processed by a single robot executing a Performer workflow in the following order: EmployeeID1 EmployeeID4 EmployeeID8 EmployeeID3 EmployeeID6 EmployeeID9 EmployeeID5 EmployeeID2 EmployeeID7

HOTSPOT A developer wants to map the arguments that pass data to and from GenerateUserlD.xaml to the appropriate values in Main.xaml. The dt_Users datatable variable contains the columns First Name: Last Name Date of Birth and Username. Instructions: From the Value drop-down lists shown in the following exhibit, select the correct variable that corresponds to each argument.

The values to select from the drop-down lists for the in_Username and Out_UserID arguments are: in_Username: CurrentRow("Username").ToString Out_UserID: UserID

HOTSPOT A developer is using a Type into activity to enter details into a web form The developer notices that the selector for the text field is unreliable. The selector that is shown in the exhibit currently targets both a text label and a text field at runtime Only one additional Property needs to be clicked to ensure the selector targets only the First Name text field at runtime. Instructions: Click the additional Property checkbox in the following Ul Explorer "Unselected Items" column that should be used for the First Name text field.

To ensure the selector targets only the First Name text field at runtime, you need to click the additional Property checkbox for ID in the UI Explorer Unselected Items column


Related study sets

Med. surg. practice questions (LIVER)

View Set

N123- Chp 50 Biliary disorder- Prep-U

View Set

Chap 6: Elements of Planning and Decision-making

View Set

ANATOMY EXAM 3- Neural Tissue 2.0

View Set

Cardiac Arrest and Post-Cardiac Arrest Care - Pre-Assessment

View Set

Analyzing a Procedural Text: How to Find Out Anything Assignment and Quiz 90%

View Set

Chapter 1: What is Organizational Behaviour?

View Set