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 . 246246 B. 123123246 C. 246123123 D. 123123123123View AnswerAnswer: D
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...
Can you run multiple instances of the same process, in parallel?
Can you run multiple instances of the same process, in parallel?A . Yes, on the same robot. B. No C. Yes, on different robots.View AnswerAnswer: C
What occurs when this Click activity executes?
A developer configured the properties for a Click activity on an element inside a web page as shown in the exhibit. An animation on the web page never completely loads but the element specified in the Click activity does. What occurs when this Click activity executes?A . Timeout error occurs...
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....
What direction can the arguments of a workflow have?
What direction can the arguments of a workflow have?A . In arguments B. Out arguments C. In/Out argumentsView AnswerAnswer: A,B,C
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...
What will be the value of isEven variable at the breakpoint, once the robot runs in Debug mode?
What will be the value of isEven variable at the breakpoint, once the robot runs in Debug mode? A . False B. True C. empty D. nullView AnswerAnswer: A Explanation: The default value of a Boolean variable is False. As 10 mod 2 = 0 is True, robot will assign...
What represents an example of a full selector?
What represents an example of a full selector?A . <webctrl href='/studio/docs/about-licensing' parented='hub-sidebar-content' tag='A' /> <webctrl parented='hub-sidebar-content' tag='SPAN' /> B. <ctrl name='File' role='popup menu' /> <ctrl automationid='6' /> C. <html app='chrome.exe' title='Full versus Partial Selectors' /> <webctrl aaname='About Selectors' parentid='content-container' tag='A' /> D. <wnd aaname='Explorer Pane' cls='DirectUIHWND' /> <ctrl automationid='System.ItemNameDisplay' />View...
Which steps should the developer perform to use these credentials in the project?
A developer used the Robotic Enterprise (RE) Framework to implement an automation of a website. For security reasons, the credentials for the login are stored in the Orchestrator. Which steps should the developer perform to use these credentials in the project?A . Add a row in the Constants sheet in...