UiPath Automation Developer Associate v1 Exam Questions and Answers
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 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 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?
What is the default priority value for the Job Priority field in UiPath Orchestrator when starting a job manually?
What is the main benefit of importing profiling sessions?
At indication time, the Strict Selector has the following functionalities available:
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?
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?
Which of the following best describes the Alerts panel?
Which two parts are included in an Anchor Base activity?
If you are inserting activities into a Sequence in UiPath Studio, in which panel do the activities appear?
What is a recommended way to safely store credential information used in a UiPath automation project?
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?
In which situation will a Ul Automation activity generate a partial selector?
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?
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.
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?
Which activity is part of the Modern Excel Activities in UiPath Studio?
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 developer stores value "25.11" in a String variable called "InvoiceTotal". Which expression should be used to convert "InvoiceTotal" to a numeric format with the decimals
included?
What is a function of unattended robots?
Starting with UiPath Studio version 2022.10, what happens to dependencies that lack Windows compatibility when they are converted in a project?
Which of the following options is correct regarding the below Object Repository tree structure?
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 developer configured the properties for a Click activity as shown below:
What happens if the activity cannot find its target at runtime?
What is the most appropriate way to convert a designed process into a template after completing the project?
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 developer initialized a String array, listOfMonthsByQuarter = {"1", "2", "3"} Which data type and value are retrieved when listOfMonthsByQuarter(2) is used at runtime?
Which activity can be used to transition a Background Process to Foreground?
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?
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?
What is the purpose of the Capture All Elements feature in Object Repository?
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?
Where is the TransactionNumber incremented in the REFramework?
What is the correct sequence of steps to perform when trying to pass and get data from an invoked workflow in Main.xaml?
Instructions: Drag the Description found on the left and drop on the correct Step Sequence found on the right.
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?
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 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"?
Which activity should the developer utilize in order to retrieve all UI elements from a form based on a filter criterion?
What is a prerequisite for performing Remote Debugging using a Remote Machine Connection?
Which Scraping method should be used for the Get Text activity to capture hidden text from an application?
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
How should the Item property of the Add To Collection activity be configured?
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?
Which dependencies are automatically installed when a developer starts a blank process in UiPath Studio?
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?
In a UiPath REFramework project, what is the primary purpose of using Custom Log Fields?
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?
Where can a process be found, after being published from UiPath Studio and deployed as an automation in Orchestrator?
Which activity is best suited for a developer to create a process that finds images on a website and stores them in a local folder, accounting for the need to potentially search for
an image repeatedly due to errors on the website?
Which of the following describes the correct hierarchy of the elements in the Object Repository tree structure?
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?
In the context of a linear process, implemented with REFramework, how many times will the process enter the Get Transaction Data state?
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 developer has designed an automation workflow which comprises:
Based on the information shown in the exhibits, what is the output of the Write Line activity in the "Main.xaml" file?
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 developer has defined the StrVar variable of type String Which expression should the developer use to return four characters starting with the second character?
Which set of properties, methods, or activities enables the developer to obtain a subset of data from a data table called "dt"?
What is the difference between the UiPath Studio and UiPath StudioX development profiles?
What role does the automation developer play in understanding business processes?
What types of authentication are supported by Connector Builder for Integration Service?
A developer has created an automation that utilizes an Asset value from Orchestrator with the Get Asset activity. This value represents the email addresses of the process
owners, which are subject to change.
What Asset type is most suitable for this situation?
How many Global Exception Handlers can be established per automation project, according to best practices?
What actions must be manually selected in the App/Web Recorder before recording a step?
A developer indicated a Ul element for a Get Text activity. The automatically-generated selector is shown below.
Based on best practices, which selector attribute is unreliable?
Which action can be performed from UiPath Assistant?
A developer stored a UiPath Studio project remotely in GIT. Which feature allows the developer to view the project on their local machine?
At a minimum, what are the recommended properties a developer should configure to use the Get IMAP Mail Messages activity?
What happens when the area selection feature in the UiPath Computer Vision wizard is used?
What is enabled by connecting UiPath Studio to Orchestrator?
Following UiPath best practices, which project structure is best-suited for complex processes in UiPath Studio?
In a UiPath project that uses State Machines, under what circumstances should the Final State activity be used in the project?
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?
Which of the following credentials stores have built in support in Orchestrator?
What differentiates a List type from an Array type?
What are the distinctions between arguments and variables?
What are the differences between the Workbook Write Range and Excel Application Integration Write Range activities in writing a DataTable to an Excel file?