The variable varInput is a String that holds the value What is the output?

What is the outcome of the above automation?
You have extracted a proxy for a data set and are using it to pass the data into a procedure automation input parameter. In the procedure automation, the data link from the input parameter is not connecting to the stringValue on a stringUtils method.
What two troubleshooting steps do you perform to correct the issue? (Choose two.)
During application discovery, what three things must the developer notice about the application to help design the automation? (Choose three.)
You are automating the login process for a web application. There are three possible scenarios that may occur: (1) You may successfully login, (2) you may not be successful logging in, or (3) you may log in but go to the change password screen.
Which control from the Toolbox do you use to determine which page you were on after performing the login function?
When debugging an automation, you have three function keys to use for navigating the breakpoints.
In the Answer Area, drag each navigation rule on the left to its correct function key.

Runtime produces an error when debugging a solution. The error message references that a control does not have the necessary value to complete an activity. The control depends upon the completion of a second activity in another project to provide its value.
Which two debugging options provide a benefit when referencing threads for issue resolution? (Choose two.)
You need to configure an application to store encrypted login credentials in the user’s local profile. You also need to automate the login using these encrypted credentials.
How do you fulfill this requirement without creating an automation?
Pega Robot Studio has several methods to manage the flow of an automation depending on when a control is matched.
In the Answer Area, drag the description on the left to its matching Design Block.

The Adapter Match Rules tab provides the developer the access to resolve match rule issues during interrogation of an application and during maintenance of the solution. The Match Rules tab contains four areas.
Drag each Area on the left to the correct Area Description.

A project requirement is to run the solution in multiple environments: Development and Production.
Which two items can be added to the two Project Configuration files? (Choose two.)
While interrogating a web application, you come across a hidden menu item: AddressType. The AddressType menu item activates when the pointer hovers over the control; the menu displays a drop-down list.
How do you interrogate this hidden drop-down list control?
The business requirement states the solution should update and save the address to all applicable applications in the solution. The interaction configuration file is already configured with the SaveAddress activity. You are now ready to add an Activity component to a project using standard naming conventions.
Which option meets the requirement for configuring the Activity component?


After setting up Start My Day, the end user makes some changes in the Manage Applications window to prioritize and manage the applications configured to launch using the Start My Day functionality.

Which of the following applications does the user see on the desktop after using the Start My Day functionality?
In a Java application, you click a button to load a grid. The grid loads as a separate process under the Java application.
Which property allows you to interrogate the grid?