Which option should you use in order to publish your automation locally?
Reveal answer details Close answer details
Correct answerC
UiPath · UIPATH-RPAV1
Preview real exam questions, verified answers and available explanations before choosing a study plan.
|
Single choice
Which option should you use in order to publish your automation locally? Reveal answer details Close answer detailsCorrect answerC
Single choice
How can you extract text from a Citrix application? Reveal answer details Close answer detailsCorrect answerB
Single choice
In the UiPath Robotic Enterprise Framework template, in the Main workflow, what is the default type of the TransactionItem variable? Reveal answer details Close answer detailsCorrect answerB
Single choice
Which actions can be performed from UiPath Orchestrator 2021.10? Reveal answer details Close answer detailsCorrect answerD
Single choice
A developer is automating an invoice process for the nance 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 nance system as a single unit of work. After each invoice is processed in the nance system, a unique output ID must be emailed to the nance team's email address. How should the developer store the relevant data in Orchestrator? Reveal answer details Close answer detailsCorrect answerB
Single choice
A developer created a robot to do the following: 1. Launch Internet Explorer If there is an exception in Step 2 or Step 3, the process should still perform Step 4. Which block of the Try Catch activity allows Step 4 to execute whether or not there is an exception in Step 2 or Step 3? Reveal answer details Close answer detailsCorrect answerC
Single choice
You want to perform a certain activity only when a certain condition is met. What activity should you use? Reveal answer details Close answer detailsCorrect answerA
Single choice
Based on best practices, which steps should a developer take to upgrade to the most recent version of UiPath.UIAutomation Activities in the project? Reveal answer details Close answer detailsCorrect answerB
Fill in the blank
This is a reliable selector for a dynamic web page:'144'tag='IMG'/ A. TRUE Reveal answer details Close answer detailsAccepted answerA
Single choice
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? Reveal answer details Close answer detailsCorrect answerD
Single choice
The String. Format("Input={0} and Output={0}","1","2") Reveal answer details Close answer detailsCorrect answerE
Single choice
A developer created a process that prompts the user for an input company name, opens a browser and searches the company name, scrapes the search results, and writes the results to Excel. Which part of the process requires an attended robot? Reveal answer details Close answer detailsCorrect answerB
Hotspot
HOTSPOT A developer created three variables used in the workflow shown below: ![]() Based on best practices, select the correct Scope for each Variable type from the drop-down lists shown in the following exhibit. ![]() Reveal answer details Close answer details![]()
Single choice
A developer needs to create an array of folder names from the String variable, FilePath = "C:\\Users\ Based on best practice, which method will return an array of only the folder names? Reveal answer details Close answer detailsCorrect answerA
Single choice
By default, which arguments are available and should remain in the Global Exception Handler? Reveal answer details Close answer detailsCorrect answerC
Single choice
Based on best practices, which steps should a developer perform to upgrade the Ui Path.UI Automation.Activities package from version 19.11.5 to version 21.10.5 in the project? Reveal answer details Close answer detailsCorrect answerB
Multiple choice
Add Assets in Orchestrator has the following option: Reveal answer details Close answer detailsCorrect answersB, C
Single choice
What should be used to evaluate similar elements between two les that are in the same automation project? Reveal answer details Close answer detailsCorrect answerB
Single choice
Downloading a report from a web application takes a variable amount of time, but a pop-up window is shown when the download is finished. What should you do to check whether the file has been fully downloaded before continuing the process? Reveal answer details Close answer detailsCorrect answerC
Single choice
What is a recommended best practice for naming arguments? Reveal answer details Close answer detailsCorrect answerD
Multiple choice
Why is renaming activities considered to be one of the best practices? Reveal answer details Close answer detailsCorrect answersA, C
Single choice
When automating a process, which factor increases its complexity? Reveal answer details Close answer detailsCorrect answerB
Single choice
A developer needs to prioritize automating several processes. Reveal answer details Close answer detailsCorrect answerC
Multiple choice
Which of the following statements related to Orchestrator are true? Reveal answer details Close answer detailsCorrect answersA, C
Multiple choice
Is it possible to reprocess a transaction in a Queue after its failure due to an application exception? Reveal answer details Close answer detailsCorrect answersA, B, C
Single choice
A developer has created a string array variable as shown below: UsersArray = {"Jane", "Jill", "John"} Which expression should the developer use in a Log Message activity to print the elements of the array separated by the symbol "," as a string? Reveal answer details Close answer detailsCorrect answerD
Single choice
In which situation will activities generate a partial selector? Reveal answer details Close answer detailsCorrect answerD
Single choice
A developer used a Workbook Read Range activity to read an .xlsx le. The le contains headers and 200 rows of data. However, the Read Range activity only returns a data table containing one row with two cells. Which property needs to be correctly con gured to return all rows? Reveal answer details Close answer detailsCorrect answerB
Single choice
When creating a variable in UiPath Studio, which property is the unique identifier? Reveal answer details Close answer detailsCorrect answerB
Multiple choice
Regarding the relation between Studio and StudioX, which of the following statements are true? Reveal answer details Close answer detailsCorrect answersA, D
Single choice
Is it possible to make an image automation if you are not in Citrix environment? Reveal answer details Close answer detailsCorrect answerB
Single choice
When a UiPath project is started with Run mode, what happens when there is a breakpoint on an activity? Reveal answer details Close answer detailsCorrect answerC
Single choice
A developer has de ned an Int32 variable called IntVar. The developer has written the following expression in a Log Message activity: Convert.ToBoolean(IntVar) If IntVar = 0, what is displayed in the Output panel after the execution of the Log Message activity? Reveal answer details Close answer detailsCorrect answerA
Single choice
By default, which Mail activity requires the least number of properties to be con gured? Reveal answer details Close answer detailsCorrect answerA
Multiple choice
How can you identify a column in a Data Table? Reveal answer details Close answer detailsCorrect answersB, D
Drag & drop
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. ![]() Reveal answer details Close answer details![]()
Single choice
In the UiPath Robotic Enterprise Framework template, to enable the retry mechanism without using Queues, what should the value of Max Retry Number be set to? Reveal answer details Close answer detailsCorrect answerC
Single choice
A developer discovered that a reliable selector is not available for the text input eld in an application. ![]() To ensure interaction with the UI element that represents the text input eld, which activity should be used? Reveal answer details Close answer detailsCorrect answerA
Single choice
Which of the following actions is an output action? Choose one of the options below. Reveal answer details Close answer detailsCorrect answerC
Single choice
What describes a full selector? Reveal answer details Close answer detailsCorrect answerD
Single choice
A developer wants to automate the process of lling in a web form by using Anchor Base activities. Which activity can be used as the anchor inside the Anchor Base activity? Reveal answer details Close answer detailsCorrect answerB
Multiple choice
Which of the following are considered best practices? Reveal answer details Close answer detailsCorrect answersA, C
Multiple choice
Which of the following actions should be represented as one step in the Robot Path? Reveal answer details Close answer detailsCorrect answersA, B, C
Single choice
How can you find all anchor element in the web page? Reveal answer details Close answer detailsCorrect answerC
Single choice
In which workflow in the UiPath Robotic Enterprise Framework template is the TransactionNumber global variable incremented by default? Reveal answer details Close answer detailsCorrect answerB
Multiple choice
How can a robot start an application in Citrix? Reveal answer details Close answer detailsCorrect answersA, D
Single choice
What describes a capabilty of version control in UiPath Studio? Reveal answer details Close answer detailsCorrect answerC
Single choice
Which activity provides the easiest way to loop through all the rows in a Data Table? Reveal answer details Close answer detailsCorrect answerB
Multiple choice
Which of the following technologies can be used for background automation? Reveal answer details Close answer detailsCorrect answersB, D |