















Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
A comprehensive set of questions and answers for the rpa advanced developer certification exam. It covers various topics related to uipath robotic enterprise framework, orchestrator, and automation best practices. The questions address key concepts such as selector management, process finalization, variable handling, and exception handling. This resource is valuable for individuals preparing for the certification exam and seeking to enhance their understanding of rpa development principles and techniques. It includes practical scenarios and solutions, making it an effective study aid for mastering rpa concepts and improving automation skills. The document also touches on topics like workflow design, data scraping, and security considerations in rpa projects, offering a well-rounded preparation for the exam.
Typology: Exams
1 / 23
This page cannot be seen from the preview
Don't miss anything!
















ANS Using Assets defined in Orchestrator
10.Is it possible to retrieve the color of a specified Excel cell ANS Yes, by using Get Cell Color 11.Which statements are true regarding the Write Line and the Log Message activities ANS By using a Log Message activity, you can set different levels of tracing Write Line is just a Log Message set to Trace By using any of them, you generate traces in the Output panel and also in the log files 12.Which of the following statements related to Orchestrator are true ANS Robots can be assigned to multiple Environments
A robot can execute many different jobs at the same time 13.Which of the following technologies can be used for background automa- tion ANS The Click activity with the Simulate Click flag checked The Full Text method of Screen Scraping Data Scraping Type into activity with SendWindowMessage flag checked
ANS Click Import Arguments, and then bind the arguments to the local variables or to some default values 22.At the end of the execution of Workflow1, which retrieves some items from a database, is the database connection closed automatically ANS Only the database admin can decide this aspect 23.What happens if the ClickBeforeTyping property in a Type into activity is selected ANS Before typing, a click is performed on the top left corner of the UiElement 24.This is a reliable selector for a dynamic web page: webctrl idx='144' tag='IMG'/: False 25.Which of the following are required to have efficient execution of automa- tion projects ANS Effective logging mechanisms Proper exception handling Recovery abilities 26.Which Queue Item properties can be used to control the order in which items are processed ANS Priority Deadlin e Postpon e
27.Which robots can be selected when you start a job from Orchestrator ANS Any robot in the same environment as the process to be executed
ANS By adding activity annotations By using the Comment activity
incremented by default ANS SetTransac- tionStatus workflow
Browser ANS Use the Navigate To activity inside an Attach Browser container 49.The return value of the Get Transaction Item activity is of the following type ANS QueueItem 50.In the UiPath Robotic Enterprise Framework template, to enable the retry mechanism without using Queue, what should the value of MaxRetryNumber be set to ANS Any value greater than 0 51.Which of the following SQL statements can be executed by using the activity called Execute Non Query ANS Insert Updat e Delete 52.In the UiPath Robotic Enterprise Framework template, if System Error is encountered in the Process Transaction state of the Main workflow, which state is Executed next ANS Init 53.What happens if you try to end the execution of a job by clicking the Stop/Cancel button n the UiPath Orchestrator ANS The Execution is not impacted if no Should Stop activity has been included int he workflow in Studio 54.The String.Format("Input={0} and Output={0}","1","2") expression returns the following
ANS Input = 1 and Output = 1 55.In the UiPath Robotic Enterprise Framework template, if a System Error is encountered in the Init State of the Main workflow, which state is executed next ANS End Process
By validating data using conditional block for business exception 62.Which of the following are considered best practices ANS Start your new sequence with a short annotation meant to explain the purpose of the workflow Think about the exceptions that might occur during the execution of the process 63.Which of the following are considered best practices ANS Whenever supported by the target application 64.What happens if you try to end the execution of a job by clicking the Kill/Terminate button in UiPath Orchestrator ANS The execution process is killed The Job state is changed to Canceled/Stopped, even if no Should Stop activity was used 65.What is the difference between a Click activity whose SimulateClick prop- erty is checked and another one with the same property unchecked ANS The activity with the SimulateClick flag unchecked moves the mouse cursor over the target element, while the one with the flag set does not move the mouse cursor 66.What is the relation between environments and provisioned robots ANS One robot can be assigned to multiple environments An environment can contain multiple robots 67.In the UiPath Robotic Enterprise Framework template, in the Main work- flow, what is the default type of the TransactionItem variable ANS QueueItem
68.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 ANS Use the On Element Appear activity and indicate the download pop-up window 69.What happens in the Init state of the Main workflow, in the UiPath Robotic Enterprise Framework template ANS The robot reads the configuration file and ini- tializes all the required applications 70.What type of assets can be stored in Orchestrator ANS Bool, String, Integer, Credential 71.In a Try Catch activity, how many times is the Finally section executed if no error occurs in the Try section ANS Once 72.One of the steps in your process is to authenticate on a web application. How can you check if the login succeeded or not ANS Use an Element Exist activity to check whether the login succeeded by searching for an element that is only displayed in that case 73.In the UiPath Robotic Enterprise Framework template, in the Main work- flow, the State Machine includes the following states ANS Init State
Framework template is the retry mechanism implemented ANS The SetTransactionStatus workflow
81.While automating an installation wizard, a pop-up window may or may not appear. What can you use to close the window without stopping the workflow ANS Use a Click Activity inside a Tray Catch Activity Use a Click Activity with the ContinueOnError property set to True 82.What can be used to debug a workflow ANS The Slow Step Option 83.Which of the statuses below can a transaction have? Select all the options that apply: New In Progress Successfu l Abandone d Failed Retried Deleted 84.One of the actions below is not required when starting processes with UiPath Orchestrator: Starting a job, which is the execution of the Process 85."Add Assets" in Orchestrator has the followign option ANS Value Per Robot Single Value 86.Is it possible to reprocess a transaction in a Queue after its failure due to any application exception ANS Yes, if the Auto-Retry Property of the Queue is enabled