RPA Advanced Developer Certification Exam: Questions and Answers, Exams of Robotics

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

2025/2026

Available from 11/03/2025

naphisa
naphisa ๐Ÿ‡บ๐Ÿ‡ธ

335 documents

1 / 23

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
1 / 8
RPA Advanced Developer Certification
Exam
Questions and Answers
1.Can you store a Selector in a variable
ANS Yes, in a String variable
2.Which is considered to be one of the best practices regarding
the process finalization
ANS Leave the application in its initial state, so that we can execute
the process again
3.The best way of managing variable values within a workflow,
so that they can be shared on different robots and
environments is
pf3
pf4
pf5
pf8
pf9
pfa
pfd
pfe
pff
pf12
pf13
pf14
pf15
pf16
pf17

Partial preview of the text

Download RPA Advanced Developer Certification Exam: Questions and Answers and more Exams Robotics in PDF only on Docsity!

RPA Advanced Developer Certification

Exam

Questions and Answers

  1. Can you store a Selector in a variable ANS Yes, in a String variable
  2. Which is considered to be one of the best practices regarding the process finalization ANS Leave the application in its initial state, so that we can execute the process again
  3. The best way of managing variable values within a workflow, so that they can be shared on different robots and environments is

ANS Using Assets defined in Orchestrator

  1. What happened if the result of a transaction is not set ANS The status is "In Progress" for 24 Hrs., and then it switches to Abandoned 5.In UiPath Robotic Enterprise framework, the value of MaxRetryNumber if the Config.xlsx file should be set to a number greater than 0 to enable the retry mechanism in the following cases ;: Get Data from UiPath Orchestrator with Auto Retry disabled
  2. When should an Attended Robot be used ANS When the processing of some input data relies on human decision

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

  1. The status is "In Progress" for 24 Hrs., and then it switches to Abandoned- : By scheduling the process and adjusting the settings in the Execution Target tab accordingly By creating a Job and selecting all three Robots 36.Where should you store the environment settings that are prone to changes ANS In Orchestrator as Assets Inside config files (.xml, .json, .xlsx etc.) 37.What status does a job have when a schedule is triggered in Orchestrator, but there are no available robots to execute it ANS PendingThe st 38.What can the UiPath Robotic Enterprise Framework template be used as ANS The starting point for every automation project 39.Why is renaming activities considered to be one of the best practices ANS In case of an exception, to be able to find its source activity To be able to understand the process logic without expanding each sequence of invoked workflow To easily understand the high-level business logic from a workflow 40.In which workflow in the UiPath Robotic Enterprise Framework template is the TransactionNumber global variable

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