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?
Which of the following statements must evaluate to true for a user to pass an Access Control? (Choose 3 answers)
Which variable field is optional when creating a variable, in UiPath Studio?
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?
Which of the following credentials stores have built in support in Orchestrator?
A developer wants to extract hidden text from a pdf file. Which output method(s) should be used?
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
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 a developer is examining a suspended state upon reaching a breakpoint, which activity will the Executor be directed to if Step Out is selected from the Debug section in
UiPath Studio's ribbon interface?
What are the methods supported by Connector Builder in the UiPath Integration Service?
Which activity is best suited for a developer to find images on a website and store them in a local folder, while accounting for the need to potentially search for an image repeatedly due to errors on the website?
What is the default behavior when publishing files in UiPath Studio regarding the project folder?
A developer initialized a String array, listOfMonthsByQuarter = {"1", "2", "3"} Which data type and value are retrieved when listOfMonthsByQuarter(2) is used at runtime?
In the Output property of all Get Mail activities, what is the supported variable type?
Which LINQ method is used to filter data in a List or Data Table based on a condition?
Which option from the UiPath Studio backstage view prohibits debugging projects with Workflow Analyzer errors?
Consider the following Try Catch statement:
What will happen when the code is executed?
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 developer executes the following workflow in Debug mode with "Continue on Exception " enabled.
How many times will the workflow pause the execution?
During which stage does an automation developer have the greatest contribution and responsibility?
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?
Where in the REFramework template project is the "SetTransactionStatus.xaml" invoked?
Where can the UiPath Robot logs be stored for centralized access and analysis?
Review the following exhibit.
Based on the exhibit, which output is produced in the Output panel?
When should the Show Elements button be used in the Computer Vision wizard?
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?
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.
Which server-side API debug log method is available for scoped applications?
What is the recommended approach for handling tabular data when building a REFramework transactional project in UiPath?
What is the default priority value for the Job Priority field in UiPath Orchestrator when starting a job manually?
Which property of the Check App State activity in UiPath is used to define the maximum wait time for the application state to change?
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?
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 has defined the StrVar variable of type String Which expression should the developer use to return four characters starting with the second character?
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?
Which set of properties, methods, or activities enables the developer to obtain a subset of data from a DataTable called "dt"?
A developer needs to create a workflow that manipulates items related to invoices inside a web application. The following selector represents a UI element inside an invoice
represented by an 8-alphanumeric system-generated vendor tax ID.
Assuming only the Vendor Tax ID value changes in the selector, what represents an example of a good selector that matches only specific invoices with the vendor tax ID
defined in a pre-selected existing list?
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.
Which of the following is a characteristic of source control in UiPath Studio?
Which of the following options is correct regarding the below Object Repository tree structure?
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?
Which Scraping method should be used for the Get Text activity to capture hidden text from an application?
Which of the following is the correct method to manage assets for a specific folder in UiPath Orchestrator?
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?
What status needs to be selected in the Set Transaction Status activity in UiPath Studio so that the respective Queue Item will be retried?
What happens when closing a Remote Debugging Connection while a debugging execution is in progress?
A developer wants to create a process using a Flow Switch activity. What is a feature of this activity?
Which dependencies are automatically installed when a developer starts a blank process in UiPath Studio?
How does UiPath handle different dependency versions for multiple running processes that run at the same time?
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?
What is the primary responsibility of an automation business analyst in the Process Analysis phase of automation implementation?
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?
Which of the following actions can be performed from the Tenant context in UiPath Orchestrator?
How many elements does an array contain if it is declared as Dim arr(0 To 0) As String in UiPath?
Which of the following statements accurately describes the function of the If activity in a workflow?
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?
While working on a project that utilizes Object Repository, you have one linked Ul Element that is used across multiple activities. What needs to happen to edit a selector for
only one activity without modifying it in Object Repository?
What is a valid way to install a custom activity package in UiPath Studio?
Upon completing the development phase, a developer notices that during the User Acceptance Testing, a selector associated with a Ul element in the application has been altered. This
disruption causes the automation to malfunction and not perform as intended.
According to UiPath guidelines, what is the proper series of actions a developer should follow in order to debug and resolve this issue?
Instructions: Drag the Description found on the left and drop on the correct Step found on the right.
Considering that the attached table is stored in a variable called “dtâ€.
Which LINQ query can be used to return the maximum total Quantity?
What should be done if an anchor is not automatically added when indicating an element and duplicates are found?
Where can a process be found, after being published from UiPath Studio and deployed as an automation in Orchestrator?
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 developer stored a UiPath Studio project remotely in GIT. Which feature allows the developer to view the project on their local machine?
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 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?
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 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?
What happens to existing project dependencies in UiPath Studio when converting a Windows-Legacy project to Windows?
Which type of automation is most suitable for extracting text from an image-based document in UiPath?
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 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 developer needs to create a process for the Human Resources team. During the development, they try to run the workflow containing the following dictionary variable:
But this error is shown:
What is the possible cause of the error?
What are the three source control plug ins found in the backstage view of UiPath Studio in Home - Tools - Plugins?
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?
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"?
What happens if a process is started from an on-premise UiPath Orchestrator?
If you rename an activity that has an automatically generated output variable in a cross-platform project, how does it impact the generated variable?
What is the correct Log Message expression that the developer should use to integrate comprehensive log messages into the process under development, indicating which activity caused the error?
Review the following graphic:
Based on the graphic, what is the output at runtime?
Which database operations can be controlled with Application Access? (Choose 2 answers)
Which of the following demonstrates the correct syntax for using the Vb.Net "If" Operator?
Which activity should a developer use to add custom information to logs related to transactions for tracing purposes?
In a process, a variable called "Timestamp" of type DateTime 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?
Where can you find a list of all the activities that support the Windows compatibility?
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?
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 sets a breakpoint on one of the activities in the workflow. When deploying the code to production, the developer published the package and created a process in
UiPath Orchestrator. At the time the process is executed in unattended mode from a UiPath Robot, what is the expected behavior?
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?
What is the use of job priorities in unattended automations within UiPath Orchestrator?
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?
What is the correct method to check how many resources are utilized in a personal workspace in UiPath Orchestrator?
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?
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?