Which of the following technologies can be used for background automation?
Reveal answer details Close answer details
Correct answersA, B, C, D
UiPath · UIPATH-ARDV1
Preview real exam questions, verified answers and available explanations before choosing a study plan.
|
Multiple choice
Which of the following technologies can be used for background automation? Reveal answer details Close answer detailsCorrect answersA, B, C, D
Single choice
A developer is building an automation for a rental car company as part of a larger project initiative. The high-level process steps are as follows: Get emails from the company-wide Reservations Microsoft Outlook Inbox account Extract the rental reservation data from the current email Reveal answer details Close answer detailsCorrect answerC
Single choice
A developer is creating processes that will be run on user's machines. Which Project Settings options will exclude the process from running on unattended robots? Reveal answer details Close answer detailsCorrect answerC
Single choice
A developer wants to automate a process in an internal ERP system. The robot needs to log in to the system using login and password. What is the correct approach to using credentials in UiPath? Reveal answer details Close answer detailsCorrect answerB Explanation Gets a specified Orchestrator credential by using a provided AssetName, and returns a username and a secure password.
Single choice
You have two variables, varA and varB, as shown in the following exhibit: ![]() What is the output of the Write Line activity? Reveal answer details Close answer detailsCorrect answerB
Single choice
A developer plans to build a process that will use a Type Into activity to interact with hidden or minimized windows on an employee's machine. Reveal answer details Close answer detailsCorrect answerA
Drag & drop
DRAG DROP A developer is automating a project for the Finance team. As defined in the Process Definition Document, the robot is required to log the completion of each step with the documented corresponding Log Level. If Fatal is the highest Log Level severity for the UiPath Log Message activity, what is the correct priority sequence, from the lowest to the highest severity, of the remaining Log Levels? Instructions: Drag and drop the lowest severity level to the top of the list and repeat until the highest severity level appears at the bottom of the list. ![]() Reveal answer details Close answer details![]()
Single choice
A developer is using a Type Into activity set to the Simulate Type input method. The developer wants to enable a property to ensure the activity (1) sends a Complete event when it has finished typing and (2) triggers a UI response from the target application. Which property should be used? Reveal answer details Close answer detailsCorrect answerC
Fill in the blank
This is a reliable selector for a dynamic web page: webctrl idx='144' tag='IMG'/ A. True Reveal answer details Close answer detailsAccepted answerB
Single choice
A developer is running a process in UiPath Studio based on Robotic Enterprise (RE) Framework 2021.10. What is the behavior at runtime? Reveal answer details Close answer detailsCorrect answerC
Single choice
What is Orchestrator used for? Reveal answer details Close answer detailsCorrect answerA
Single choice
Which of the following Rules belongs to the Naming Rules category? Reveal answer details Close answer detailsCorrect answerA Explanation NMG-shows that the rule is part of the Naming Rules category. Rules part of Project Anatomy Rules category have the ANA abbreviation, those part of Design Best Practices the DBP, and so on.
Single choice
How does the Anchor Base activity work? Reveal answer details Close answer detailsCorrect answerC
Single choice
In UiPath Studio, what describes project validation and workflow analysis? Reveal answer details Close answer detailsCorrect answerA Explanation References:
Single choice
A developer wants to create a process which uses UI automation activities on hidden or minimized windows for a user in a Call Center. While the process is running on the user's machine, the user also needs the ability to use the machine to look up items in a desktop application. Which activity must be configured to be able to interact with hidden or minimized windows? Reveal answer details Close answer detailsCorrect answerC Explanation References:
Single choice
What UiPath tool ensures that your project meets high quality and reliability standards? Reveal answer details Close answer detailsCorrect answerD Explanation Workflow Analyzer is a static code analyzer that ensures your project meets high quality and reliability standards. A static code analyzer checks for inconsistencies without actually executing the project, as opposed to dynamic analyzers which step in during execution. Workflow Analyzer uses a set of rules to check for various inconsistencies unrelated to project execution. The rules are based on Automation Best Practices and take into consideration variable and argument naming, empty sequences or workflows, package restrictions, and so on. The analyzer does not identify errors in execution or compilation.
Single choice
What type of container will Web Recording generate? Reveal answer details Close answer detailsCorrect answerB
Hotspot
HOTSPOT A developer has a datatable, dt_Companies, containing data for numerous companies. In the datatable, RevenueSize is a numeric column representing the current revenue in USD and YearFounded is a numeric column representing the year the company was founded. The developer does not want companies with both of the following conditions to appear in dt_FilterCompanies: 1. Companies that were founded before the year 2010 Instructions: Using the drop-down lists for Column, Operation, and Value, configure the Filter Wizard of the Filter Data Table activity to place the filtered results in dt_FilterCompanies. ![]() Reveal answer details Close answer details![]()
Single choice
Is there any way to hide the execution of one activity in the logs? Reveal answer details Close answer detailsCorrect answerC
Hotspot
HOTSPOT A developer wants to use the Robotic Enterprise (RE) Framework to automate a business process. The TransactionData of this process is a collection (DataTable) of vendor names and addresses. Instructions: From the drop-down list shown in the following exhibit, select the variable type for the TransactionItem. ![]() Reveal answer details Close answer details![]()
Single choice
Where in the Robotic Enterprise (RE) Framework template project is the SetTransactionStatus.xaml invoked? Reveal answer details Close answer detailsCorrect answerB Explanation References:
Single choice
A developer plans to create a process to automate a web application. The web application requires HTML buttons and text boxes to be loaded. Although some assets may still be loading, the robot should perform the UI actions once the buttons and text boxes are loaded. Which property should be configured? Reveal answer details Close answer detailsCorrect answerD Explanation References:
Single choice
A developer is working with a variable named sampleDataTable of type DataTable in the following sequence. In the Invoke Code activity, the developer wants to sum up all values from column "Price" in the sampleDataTable. What will be the result of the processing? ![]() ![]() ![]() ![]() Reveal answer details Close answer detailsCorrect answerC Explanation ![]()
Single choice
What happens if the result of a transaction is not set? Reveal answer details Close answer detailsCorrect answerA
Single choice
A developer used <title='FileName - ACME Application'> as an attribute of a selector. Part of the name of the application window changes dynamically based on the file name. Reveal answer details Close answer detailsCorrect answerA
Single choice
In which workflow in the UiPath Robotic Enterprise Framework template is the retry mechanism implemented? Reveal answer details Close answer detailsCorrect answerB
Hotspot
HOTSPOT A developer wants to use the Robotic Enterprise (RE) Framework to automate a business process. The TransactionData of this process is a collection(List<String>) of vendor names. From the drop-down list shown in the exhibit, select the variable type for the TransactionItem. ![]() Reveal answer details Close answer details![]()
Single choice
In which situation can "idx" be used in a reliable selector? Reveal answer details Close answer detailsCorrect answerB Explanation https://docs.uipath.com/studio/standalone/2022.10/user-guide/ui-automation#desktop-automation-selectors
Drag & drop
DRAG DROP If Critical is the highest Log Level severity for UiPath Robots, what is the correct priority sequence, from the highest to the lowest severity, of the remaining Log Levels? Instructions: Drag and drop the highest severity level to the top of the list and repeat until the lowest severity level appears at the bottom of the list. ![]() Reveal answer details Close answer details![]()
Single choice
Which statement about the UiPath Robotic Enterprise Framework template is false? Reveal answer details Close answer detailsCorrect answerA
Single choice
A developer creates an automation solution that processes a specific file stored in a Shared location. A developer uses Add Log Fields activity to add a field that indicates which file is being processed during each run. Which name of the field would cause the logging process to become corrupted? Reveal answer details Close answer detailsCorrect answerB Explanation Creating custom log fields that have the same name as a default log field causes the logging process to become corrupted and may cause issues in the workflow you are running. For example, creating a custom log field called fileName causes this issue, as fileName is a log field that is generated by default. Default fields
Single choice
A developer created an automation project in the Robotic Enterprise (RE) Framework which needs to log into a website using different credentials depending on the account and machine it runs on. If the value is not defined for the account and machine, the developer needs the process to throw an error. For security reasons, the credentials for the login are stored in Orchestrator as Credential Assets with the Value Per Account-Machine option. Which steps should the developer perform to use the Orchestrator asset in the project? Reveal answer details Close answer detailsCorrect answerB
Single choice
When is it recommended to use Desktop recording? Reveal answer details Close answer detailsCorrect answerB
Single choice
A developer is building an automation for a rental car company. The company defined the steps as: 1. Get emails from the company-wide Reservations Microsoft Outlook Inbox account The developer decides to use the Dispatcher/Performer model for the automation. Which steps will be included in the Dispatcher process? Reveal answer details Close answer detailsCorrect answerA
Single choice
How can a string variable called myString be converted to an all-capitals representation for future use? Reveal answer details Close answer detailsCorrect answerB
Single choice
A database, DT1, is shown in the following exhibit: ![]() The Filter Wizard of a Filter Data Table activity is shown below: ![]() What is the result after the activity has executed? Reveal answer details Close answer detailsCorrect answerC
Single choice
A developer created the following sequence: ![]() The following reflects the Catches block for the Try Catch activity: ![]() The Variable tab appears below: ![]() The Properties for the Retry Scope activity are shown below: ![]() The Properties for the On Element Appear activity are as follows: ![]() Based on the configurations shown in the exhibits, which output is displayed in the Output panel when the target exists at runtime and it is not visible on the screen? Reveal answer details Close answer detailsCorrect answerA
Single choice
Can you run multiple instances of the same process, in parallel? Reveal answer details Close answer detailsCorrect answerC
Single choice
A developer is building a process which types data into input fields and needs to use the Hardware Events input method. In addition, the developer wants to decrease the speed with which the input string characters are typed into the fields. Which property of the Type Into activity should the developer edit? Reveal answer details Close answer detailsCorrect answerD
Single choice
A developer has configured the Element property of a Click activity. Which property of the Click activity should be left blank? Reveal answer details Close answer detailsCorrect answerD
Single choice
What types of assets can be stored in Orchestrator? Reveal answer details Close answer detailsCorrect answerB
Multiple choice
How can you improve a selector? Reveal answer details Close answer detailsCorrect answersA, C
Single choice
A developer is debugging a process that goes into a Paused state when reaching a breakpoint. The developer needs to debug the activities that follow the breakpoint, one at a time, by pausing after each activity. Which action should be used from the Debug ribbon tab of the UiPath Studio? Reveal answer details Close answer detailsCorrect answerC
Single choice
A developer uses Read Range and Write Range activities to copy data from one worksheet to another. What will be the value of "A1" cell in "Sheet2" worksheet when the following sequence is executed? ![]() Please find below the properties of the Read Range activity Please find below the properties of the Write Range activity Please find below the data in "Sheet1" ![]() Reveal answer details Close answer detailsCorrect answerB Explanation In the Read Range activity, when AddHeaders is selected, the column headers from the specified spreadsheet range are also extracted and set as the column names for the output datatable. In the Write Range activity, when AddHeaders is selected, column headers are also written to the specified range.
Multiple choice
Where can the logging level of a robot be changed from? Reveal answer details Close answer detailsCorrect answersA, B
Single choice
A developer created a production level automation using the Robotic Enterprise (RE) Framework. The Config.xlsx file included in the framework contains values used within the automation project. Which values can each sheet in the Config.xlsx file contain? Reveal answer details Close answer detailsCorrect answerC
Single choice
A developer created a project in the Robotic Enterprise (RE) Framework. The Config.xlsx has the Setting entry shown in the following exhibit: ![]() Assuming the default REFramework configuration, how can the developer reference the Setting in the Config variable so that the dictionary returns the Setting value as a String? Reveal answer details Close answer detailsCorrect answerD
Single choice
A developer implemented a Performer using the Robotic Enterprise Framework to process items from the queue. Each transaction item contains a file path to a specific file on Shared Drive. Robot uses Path Exists activity to check if a required file exists. If the path exists, robot needs to copy the file to its local folder. If the path does not exist, robot sets a status Failed with a Business Rule Exception to this transaction item. Robot does not retry these items during processing. What is the correct reason for that? Reveal answer details Close answer detailsCorrect answerA Explanation Using the Set Transaction Status activity, a queue item's status can be set to Successful or Failed. Keep in mind that only the Failed items with Application ErrorType will be retried if configured. By default, Orchestrator does not retry transactions which are failed due to Business Exceptions. This happens because an inconsistency between the transaction value and the business requirement means that there might be errors in the initial data which the queue items were created from.
Single choice
What are the differences between partial selectors and full selectors? Reveal answer details Close answer detailsCorrect answerC
Single choice
When should the Simulate Type/Click property be used? Reveal answer details Close answer detailsCorrect answerB
Single choice
A developer published a library component for use within UiPath Studio. Reveal answer details Close answer detailsCorrect answerD Explanation References:
Single choice
One of the steps in your process is to authenticate on a web application. How can you check if the login succeeded or not? Reveal answer details Close answer detailsCorrect answerB
Single choice
A developer is working with a legacy system using UiExplorer. Unfortunately, UiExplorer does not recognize the required selectors. What UI Framework is recommended for the developer to choose in such a situation? Reveal answer details Close answer detailsCorrect answerA Explanation In UiExplorer, you can choose one of three UI Frameworks to change the technology used to determine UI elements and their selectors. The following options are available:
Multiple choice
What is the relation between environments and provisioned robots? Reveal answer details Close answer detailsCorrect answersA, C
Drag & drop
DRAG DROP A developer plans to build an automation process using the Robotic Enterprise (RE) Framework with Orchestrator queues. Based on UiPath best practice, what is the recommended sequence of steps to update the template and create/update Queues and Values? Instructions: Drag the Description found on the "Left" and drop on the correct Step Sequence found on the ![]() Reveal answer details Close answer details![]()
Drag & drop
DRAG DROP In a Robotic Enterprise (RE) Framework project that is connected to Orchestrator, what is the correct sequence of steps if an application exception occurs on a Queue Item in the Process Transaction state? NOTE: Drag the Description found on the "Left" and drop on the correct Step Sequence found on the ![]() Reveal answer details Close answer details![]()
Single choice
A developer creates a process using a State Machine. What section(s) does the Final State activity contain? Reveal answer details Close answer detailsCorrect answerB Explanation The State activity contains three sections, Entry, Exit and Transition(s), while the Final State only contains one section, Entry.
Single choice
An attended process runs on a user machine and performs Excel operations in the background. What is the correct configuration of the Excel Application Scope? ![]() ![]() Reveal answer details Close answer detailsCorrect answerD
Single choice
A developer creates a Dispatcher which extracts information from the top 30 mail messages in Microsoft Outlook and uploads that information into a queue. What is the recommended way to avoid processing duplicates of the same Queue Items? Reveal answer details Close answer detailsCorrect answerD Explanation References:
Single choice
A developer defined two Int32 variables, FirstInt and SecondInt, in a workflow. Which panel can the Reveal answer details Close answer detailsCorrect answerD
Single choice
A developer wants to type text into an input field. The text will be formed by using a string and a hotkey, and the action must be executed in a window which is hidden or minimized. Which input method(s) can be applied individually to the Type Into activity? Reveal answer details Close answer detailsCorrect answerB
Single choice
What happens when a new version of a package is published? Reveal answer details Close answer detailsCorrect answerB
Single choice
You recently observed a developer using the SecureString variable type in their workflow. What is a UiPath best practice relative to the use of SecureString? Reveal answer details Close answer detailsCorrect answerB
Single choice
A developer uses a Key Press Trigger activity and a Click Trigger activity to monitor events in an application. The two Trigger activities are within the same Trigger Scope activity. Which approach ensures the workflow exits the Trigger Scope activity after any trigger is activated and the associated action is performed? Reveal answer details Close answer detailsCorrect answerC Explanation References:
Single choice
A developer reviewed the following sequence: The parameters of the Invoke Method are: ![]() ![]() In order to get the table name of the first element in the DataSet, which expressions should the developer use? Reveal answer details Close answer detailsCorrect answerA
Multiple choice
Where should Credentials be stored? Reveal answer details Close answer detailsCorrect answersA, B
Single choice
A developer uses a For Each Row in Data Table activity to iterate through a sampleDataTable that stores current prices of the product and price at the discount. The developer wants to remove some rows (please see the condition in the If activity) and display, how many rows were left in the datatable. What will be the result of the processing? ![]() Please find the BuildDataTable wizard below: ![]() Reveal answer details Close answer detailsCorrect answerD Explanation When you try to delete a row inside a For Each Row in Data Table activity, "Collection was modified; ![]()
Single choice
In a Try Catch activity, how many times is the Finally section executed if no error occurs in the Try section? Reveal answer details Close answer detailsCorrect answerA |