UiPath Automation Developer Associate Exam (2023.10) Questions and Answers
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.
How can Folder roles be assigned in an Orchestrator instance where Activate Classic Folders is unchecked under Tenant > Settings > General?
What is the main purpose of using the App/Web Recorder during automation development?
Which type of automation is most suitable for extracting text from an image-based document in UiPath?
Which of the following statements accurately describes the function of the If activity in a workflow?
Review the following graphic:
Based on the graphic, what is the output at runtime?
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.
What happens when closing a Remote Debugging Connection while a debugging execution is in progress?
Where can the UiPath Robot logs be stored for centralized access and analysis?
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?
What distinguishes the Settings sheet from the Assets sheet in the "Config.xlsx" file?
Settings sheet contains Credential Assets stored in Orchestrator. Assets sheet contains hard-coded values.
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 developer wants to extract hidden text from a pdf file. Which output method(s) should be used?
When is the Anchor Base activity used to automate interaction with an application?
What is the most efficient way to implement the behavior of monitoring an Outlook 365 email account and executing automation steps when a certain email is received?
You are invoking a workflow file called "SecondaryWorkflow.xaml" from "PrimaryWorkflow.xamr. The following shows the Import Arguments panel of the Invoke Workflow File activity:
In addition, the following reflects the Arguments panel in ''SecondaryWorkflow.xaml":
You use a Log Message activity in “SecondaryWorkflow.xamr to print the value of the argument “in_Message". What is the expected result of executing "PrimaryWorkflow.xaml"?
A developer uses a Type Into activity to interact with a UI element. If the Timeout property is not changed in activity properties or Activity Project Settings, how long will a robot attempt to find a UI element?
Given the following workflow image:
After the Step Out is clicked on the Debug ribbon tab of UiPath Studio, what will be displayed on the Output panel?
What role does the automation developer play in understanding business processes?
Your team wants to build a cross-platform automation that runs on different systems, including Windows, Mac, and Linux. How does Studio Web support this requirement?
What is the use of job priorities in unattended automations within UiPath Orchestrator?
Review the following exhibit.
Based on the exhibit, which output is produced in the Output panel?
Which of the following describes the correct hierarchy of the elements in the Object Repository tree structure?
Where can a process be found, after being published from UiPath Studio and deployed as an automation in Orchestrator?
Which are the most common challenges in an automation project implementation?
When would you need to manually add multiple anchors to a UI element while creating a descriptor in UiPath?
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?
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.
Which expression correctly converts the string variable "DateString" with the value "03/03/2023 16:23:11" into a Date Time variable?
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 process workflow contains a Try Catch activity that is designed to catch and stop when any unknown System Exceptions occur. What would be the recommended Log Level
for the Log Message contained in the System Exception block?
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?
Which of the following statements is true about Global Constants?
Given the following sequence:
The Write Cell activity has the following properties:
What is the behavior of the sequence once executed?
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?
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?
When using the UiPath Strict selector as a targeting method, how does it interact with anchor usage?
A developer is working on a project that uses Git for source control. A fellow team member seeks to compare two versions of a specific workflow within the project. Which option in UiPath Studio offers this functionality?
Which of the following properties is optional when creating a new argument?
How many Global Exception Handlers can be established per automation project, according to best practices?
What are Application Files in a ServiceNow application?
Which activity should be used to iterate through all the files in a local folder?
In a process, a variable called "Timestamp" of type Date Time is used. The developer wants to print in the Output panel the variable in the format "yyyy-MM-dd hh:mm". Which
expression should be used to display the value?
Which of the following actions can be performed from the Tenant context in UiPath Orchestrator?
Starting with UiPath Studio version 2022.10, what happens to dependencies that lack Windows compatibility when they are converted in a project?
What is the purpose of the Invoke Code activity in UiPath?
Based on the image provided, which catch block will be executed if the Employees Excel file is open during runtime?
Which of the following best describes the Alerts panel?
Where in the REFramework template project is the "SetTransactionStatus.xaml" invoked?
Which of the following activities can be used to get the state of a button (enabled/disabled)?
A developer is troubleshooting a workflow that enters a Suspended mode when encountering a breakpoint. To inspect the subsequent activities individually by pausing after each one, which operation must be employed from the Debug section of the UiPath Studio's toolbar?
Which activity can be used to transition a Background Process to Foreground?
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?
Which of the following statements is true about unattended automations?
A developer has stored a birth date in a String variable and must input this value into a custom form. The developer must ensure the date format corresponds to the accepted
input format.
Which method or activity is best suited to validate the format?
If you are inserting activities into a Sequence in UiPath Studio, in which panel do the activities appear?
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 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 ", "?
What should be done if an anchor is not automatically added when indicating an element and duplicates are found?
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?
What is a pre-requisite for running InitAllApplications TestCase?
Which of the following is a valid panel from the UiPath Studio interface, from where a variable can be created?
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?
What differentiates a List type from an Array type?
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?
What is a function of unattended robots?
What happens when you select Cloud Project > Save to Cloud for a project in Studio Desktop that has changes in Studio Web?
Which set of properties, methods, or activities enables the developer to obtain a subset of data from a DataTable called "dt"?
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
What is a prerequisite for performing Remote Debugging using a Remote Machine Connection?
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?
What is the purpose of Breakpoints when debugging a project in UiPath Studio?
A project contains a Try Catch activity in the "Main.xaml" workflow. In the Catches block, there is a Rethrow activity. The process is started from Orchestrator and an exception is caught in the Try section. What is the expected result?
What is a valid way to install a custom activity package in UiPath Studio?
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 main advantage of using the "Indicate in Excel" functionality when working with Excel activities?
What are the three main components of UiPath Integration Service?
In the context of a linear process, implemented with REFramework, how many times will the process enter the Get Transaction Data state?
A developer created a workflow as shown in the following exhibit:
Which exception will be thrown when the workflow is executed?
Within the UiPath Ecosystem, which component is responsible for providing a dedicated space to share and reuse pre-built workflows, components, and automation solutions, thus increasing efficiency and reducing development time?
During which stage does an automation developer have the greatest contribution and responsibility?
In what situations is it appropriate to use a static selector instead of a dynamic selector?
What happens to existing project dependencies in UiPath Studio when converting a Windows-Legacy project to Windows?
Which of the following statements must evaluate to true for a user to pass an Access Control? (Choose 3 answers)
A developer is designing a project where emails containing different employee IDs are sent to the process owner for each completed transaction. The process owner changes only once per year.
Which values should be designated as Orchestrator Queues versus Assets?
What happens when the area selection feature in the UiPath Computer Vision wizard is used?
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?
Consider the following automation steps:
1. Open the Web Browser.
2. Scrape the data.
3. Store the data in Microsoft Excel.
4. Close the Web Browser.
In accordance with UiPath best practices, which section of the Try Catch activity ensures that Step 4 (closing the web browser) is executed regardless of any exceptions
occurring in Step 2 (data scraping) or Step 3 (storing data in Microsoft Excel)?
Which argument name follows UiPath best practices for argument naming conventions?
In a UiPath REFramework project, what is the primary purpose of using Custom Log Fields?
Which of the following workflow names is correct, based on best practices?
A developer has created the following workflow:
Based on the exhibit, which output is produced in the Output panel?
When encountering an ApplicationException, what occurs if the developer chooses InvalidOperationException as the exception handler within the Catches section of the Try Catch activity?
What is the main difference between an array and a list in UiPath?
In the case of accidentally starting a process from UiPath Assistant, where should the user manually terminate the execution?
In a workflow, a developer has set up two Int32 variables: Var1 and Var2. During Debug mode execution, which panel enables the developer to keep track of the outcome of the expression Var1 > Var2?
A developer has extracted the date "22-08-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?
Which of the following is a characteristic of source control in UiPath Studio?
What is the difference between the UiPath Studio and UiPath StudioX development profiles?
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?
Which database operations can be controlled with Application Access? (Choose 2 answers)
Based on the exhibits, what is the output of the expression OutputDataTable.Rows.Count, and what values will be contained in the OutputDataTable?
What happens when attempting to publish a process with a validation error from UiPath Studio to Orchestrator?
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.
What is the recommended approach for handling tabular data when building a REFramework transactional project in UiPath?
What is the main function of the UiPath Remote Runtime component?
Which LINQ method is used to filter data in a List or Data Table based on a condition?
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 drop-down lists shown in the following exhibit.
In the Output property of all Get Mail activities, what is the supported variable type?
Which of the following options is correct regarding the below Object Repository tree structure?
A developer has defined an Int32 variable called IntVar. The developer has written the following expression in a Log Message activity:
Convert.ToBoolean(IntVar)
If IntVar = 1, what is displayed in the Output panel after execution?
What are the differences between the Workbook Write Range and Excel Application Integration Write Range activities in writing a DataTable to an Excel file?
What is the expected behavior when execution is started from UiPath Studio in Debug mode with a breakpoint on a Type Into activity?
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?