UiPath Certification RPA Developer dumps Set 2

Where should credentials be stored?Select all the options that applyOptions are :A• In windows Credential StoreB• Directly inside the worflow,as variablesC• In Orchestrator,as assets

A,C

How can a process be executed on three different robots?Options are :A• By deploying the process in the environment of the robots,which run it automaticallyB• By creating a job and selecting all three robotsC• By scheduling the process and adjusting the settings in the Execution Target tab accordinglyD• It is not possible to allocate a process to three different robots

A,B,C

Is it possible to reprocess a transaction in a Queue after its failure due to an application exception?Options are :A• Yes,if the Auto-Retry property of the Queue is enabledB• Only transactions that failed due to a business exception can be reprocessedC• Yes,it can be retried manually on the Transactions pageD• No,transactions cannot be processed again if they fail

A,B,C

In the UiPath Robotic Enterprise Framework template,where can the GetAppCredentials workflow retrieve credentials from?Options are :A• Windows Credential ManagerB• User dialogC• Orchestrator Asset

A,C

Which Queue Item properties can be used to control the order in which the items are processed?Options are :A• ItemInformationB• PriorityC• PostponeD• Deadline

C,D

How can you identify a column in a Data Table?Options are :A• By using the column default valueB• By using the column indexC• By using the row indexD• By using the column name

B,D

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?Options are :A• Set the WaitForReady property to CompleteB• Use the On Element Appear activity and indicate the download pop-up windowC• Use the Element Exist activity and indicate the download pop-up window

C

What is the relation between environments and provisioned robots?Options are :A• One robot can be assigned to multiple environmentsB• An environment can contain a single robot onlyC• An environment can contain multiple robotsD• One robot can be assigned to a single environment only

A,C

Add Assets in Orchestrator has the following option:Options are :A• Value Per ProcessB• Single ValueC• Value Per RobotD• Value Per Environment

B,C

Why is renaming activities considered to be one of the best practices?Options are :A• To easily understand the high-level business logic from a workflowB• In case of an exception,to be able to find its source activityC• To be able to understand the process logic without expanding each sequence or invoked workflow

A,B,C

Where can you trigger an unattended robot from?Select all the options that applyOptions are :A• The UiPath Robot icon in the system trayB• Remotely,from OrchestratorC• UiPath Studio

A,B

One of the actions below is not required when starting processes with UiPath OrchestratorOptions are :A• Creating a process with the published package and environmentB• Registering robots to OrchestratorC• Creating an environment containing the robotD• Publishing projects from UiPath StudioE• Creating a queue in OrchestratorF• Starting a job,which is the execution of the process

E

What is the difference between a Click activity whose SimulateClick property is checked and another one with the same property unchecked?Options are :A• There is no difference-both can be used in same scenariosB• The activity with an enabled SimulateClick flag does not click the target element,it just simulates the actionC• 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

A

What happens if you try to end the execution of a job by clicking the Kill/Terminate button in UiPath Orchestrator?Options are :A• The execution process is killedB• The execution is not impacted if no Should Stop activity has been included in the workflow in StudioC• The job state is changed to Canceled/Stopped,even if no Should Stop activity was used

B,C

How can you retrieve the value stored in a Queue Item variable?Options are :A• Use the Deserialize Xml activityB• Use the SpecificContent propertyC• Use the Deserialize Json activity

B

What type of Output variable do all Get Mail activities return?(POP3,IMAP,Outlook,Exchange)Options are :A• ListB• MailMessage

A

How can you provide more details to explain the purpose of the activities in a workflow?Options are :A• By adding activity AnnotationsB• By using a Comment Out activityC• By using the Comment activity

A,C

Which is considered to be one of the best practices regarding the process finalization?Options are :A• Restart the machine,so that any potential problem can be fixedB• Leave the application in its initial state,so that we can execute the process againC• Leave the used applications open,so that a person can inspect the result

B

What is the purpose of the WaitForReady property in any UiAutomation activity?Options are :A• Before performing the actions,waits for the target to become readyB• Specifies to continue executing the remaining activities even if the current activity failedC• Specifies the amount of time(in milliseconds) to wait for the activity to run before an error is thrown

A,C

What are the functions of the Outline panel?Options are :A• It shows the execution result of the workflowB• It shows the structure of the workflowC• If the Activities are properly named,it can be used to search and select specific Activities used inside the workflow

B,C

The String.Format("input={0} and Output = {1},"1","2") expression returns the following text:Options are :A• Input = 1 and Output = 1B• Input = {0} and Output = {1}C• Input = 1 and Output = 2D• Input = 0 and Output = 0

C

By using the fulltext scraping method, the robot is able toOptions are :A• Get editable textB• Get hidden informationC• Get entire visible text

A,B

What are the 2 categories of Activities found in the Activities panel of StudioX?Options are :A• ScopesB• ActionsC• CardsD• States

B,C

How can you trigger another workflow from within your current one?Options are :A• You cannot trigger another workflowB• By using the invoke method activityC• By using the invoke workflow file activityD• By using the open application activity

C

There is an input field with the text 'xyz' if you use the type into activity with the text '123' and the following property SimulateType checked and emptyField unchecked what will be the text field value?Options are :A• xyzB• xyz123C• 123

B

How can you extract text from a Citrix application?Options are :A• None of the aboveB• Using Microsoft OCRC• Using the shared clipboardD• Using the screen scraping

B

What should you use to scrape tables from a web page?Options are :A• Get TextB• Data ScrapingC• Read CellD• Get OCR Text

B

How do you exit the selection mode?Options are :A• ESCB• F3C• F2D• Right click

A,D

What happens if you use the write range activity with the range property set to "" to write a database to excel that already contains data?Options are :A• It will throw an errorB• It will overwrite the existing dataC• It will append the new data to the existing data

B

Can you run the robot manually, step by step, in order to analyze the robot behaviour in a certain condition?Options are :A• Yes, by using a breakpoint and running the workflow in debug modeB• Yes, by running the workflow in debug modeC• Yes, by using step into step overD• No, you can not do it

A,C