Which set of activities can be affected by this change?

A developer entered custom values in the Browser property in the UI Automation section of the Activity Project Settings menu. Which set of activities can be affected by this change?A . Navigate To and Attach BrowserB . Open Browser and Navigate ToC . Open Browser and Close TabD . Attach...

June 21, 2022 No Comments READ MORE +

What is the recommended way to avoid processing duplicates of the same Queue Items?

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?A . Create an Excel file of processed Queue Items and loop through...

June 21, 2022 No Comments READ MORE +

Which expression exclusively matches the ticket number pattern from the subject line?

A developer needs to automate a process which involves capturing support ticket numbers from the email subject line. For example, the email subject line includes: "Action Required C XA/135" where "XA/135" is the ticket number. The robot should validate the pattern of the ticket number before proceeding. Which expression exclusively...

June 21, 2022 No Comments READ MORE +

To quickly execute the activity with the breakpoint and proceed with the execution, which button should be clicked on the Execute tab of Studio?

When debugging a process, you run in Debug mode and are paused at a breakpoint. To quickly execute the activity with the breakpoint and proceed with the execution, which button should be clicked on the Execute tab of Studio?A . Step IntoB . BreakC . Step OverD . ContinueView AnswerAnswer:...

June 21, 2022 No Comments READ MORE +

To protect sensitive information that is logged during the execution of the automation at the Verbose level, how can the developer avoid logging variable and argument values in both Orchestrator and Studio?

A developer is creating an automation project which processes personal information of employees. To protect sensitive information that is logged during the execution of the automation at the Verbose level, how can the developer avoid logging variable and argument values in both Orchestrator and Studio?A . Store all sensitive information...

June 21, 2022 No Comments READ MORE +

What is the output of the Write Line activity?

You have two variables, varA and varB, as shown in the following exhibit: What is the output of the Write Line activity?A . 246246B . 123123246C . 246123123D . 123123123123View AnswerAnswer: B

June 21, 2022 No Comments READ MORE +

Assuming the email/domain or password for the user's email inbox are not provided in the automation, which activity can be used to get unread emails with the subject line "Email for Robot"?

A developer wants to create an attended automation process. The process will take information from emails in the current user's inbox. Assuming the email/domain or password for the user's email inbox are not provided in the automation, which activity can be used to get unread emails with the subject line...

June 20, 2022 No Comments READ MORE +

In order to ensure the Click activity executes as intended, how many elements should the selector be valid for at runtime?

You want to identify a selector for a button in an application. The selector will be used as the target in a Click activity. In order to ensure the Click activity executes as intended, how many elements should the selector be valid for at runtime?A . 1 elementB . 2...

June 20, 2022 No Comments READ MORE +

If this process is published and run from Orchestrator, what is the expected result?

A new blank project only has the Main.xaml file and consists of a single Throw activity. The activity is not enclosed in a Try Catch activity. If this process is published and run from Orchestrator, what is the expected result?A . Exception Pop-up is displayed on the robot machine.B ....

June 20, 2022 No Comments READ MORE +

Which property should be configured?

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...

June 20, 2022 No Comments READ MORE +