You have completed your development for the DisputeTransaction.pega project. The enterprise installs the Pega Robot Runtime software on the agent’s desktop.
The enterprise is ready to unit test your solution but wants the Runtime executable to automatically launch the new project.
What do you configure to fulfill this request?
Based on the following image of a data model for a case, and assuming all records are relevant records, which property is not a scalar property that you cannot use to import export data with a robot activity?

Pega Robotic Coding Standards suggest organization of project components. You have added the _GC_CRM project item to the CRMPrj.
Which three components are recommended to be placed in the _GC_CRM project item? (Choose three.)
You are debugging a project with several automations. You are particular about one specific value in a procedure automation and want to monitor the value while debugging.
Which debugging window do you use during the debugging process?
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?
An automation requires the web adapter to attach to a running instance of Internet Explorer.
How do you achieve this requirement?
The StartPage property is similar to the Path property.
Which statement about the StartPage and Path properties is true?
When you debug an automation, you have three function keys to use for navigating the breakpoints. Drag each navigation rule on the left to the box next to the correct function key on the right.

You are working on a team project with several other architects. Each architect is assigned to create activities for several applications. You are ready to add your HR adapter project to the controller project.
Which three steps are required to add the HR project to the main solution? (Choose three.)
Your Pega Robot Manager indicates that one of your robots has an unhealthy status and has failed several assignments.
What is the first step in troubleshooting an unhealthy robot?
You are assigned to develop a set of activities by using a popular HR application. The application loads automatically after you start interrogation from Pega Robot Studio, but you notice that you are unable to use the bullseye on the Robot Studio Interrogation Form to drag and drop over the desired controls.
Why are you unable to interrogate the desired application controls?
You interrogated a web application. All controls and objects matched, and the automations worked as coded. During the pilot, the solution failed on the web application. The IT department had released a new version of the web application. Upon review of the new version, you determined that the web page hierarchy changed.
Which interrogation option do you use to correct the solution?
Match the term on the left with its description on the right.

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?
Deploying a robotic project to Pega Robot Manager requires configuring the Pega server and credentials.
The server connectivity settings can be set up or adjusted in several ways.
Which three of the following options are methods to set up or adjust the Pega Server settings? (Choose Three)
The business requirements states that the login automation creates a Success or Failed response when attempting to log in to the finance application. If a failure occurs, the automation should pass a message code with the Message Manifest before exiting the automation.
Which image represents the exit logic?




Which two statements about the Excel Connector are true? (Choose Two)
Which two statements about Label/Jump To functionality are true? (Choose Two)
When performing application discovery, it is important that you __________________________ and __________________________ . (Choose two.)
An application includes Assisted Sign-On by default with Pega Robot Studio?
The following Context variables are defined in the Interaction.xml of the solution.

An automation creates an interaction and later sets the following values for Procedures and HasBeenPaid.

When the agent finishes the call, an automation clears the context variables using ClearContext.

What is the state of the HasBeenPaid variable at this point?
During project testing, an issue requires you to add a diagnostic log component to track the log files to help determine a resolution. After testing, you decide not to remove the diagnostic log component from the automation and decide to simply turn off the log component.
Which diagnostic log component setting allows you to turn the logging component off temporarily?
You must configure an application to store encrypted login credentials in the user's local profile. You also need to automate the login using the encrypted credentials. How do you fulfill this requirement without creating an automation?
To modify an object’s default properties before use in a project, which setting must be updated?
Consider the following figure of an automation:

What is the value of outputString after the execution of the automation?
When interrogating a single-page web application, you need to create a container for the logical page view. You decide to use the Select Element in the Interrogation Steps list, move the options to the Ordered Interrogation Steps column and place them in the correct order.

When interrogating an application in a Chrome or Edge browser without X-ray Vision enabled, Pega Robot Studio uses only three match rules to uniquely identify the control. Which three match rules does Pega Robot Studio use when interrogating Chrome or Edge? (Choose Three)
A service request manager, who responds to 1000 active service tickets per week, receives a ticket for new account creation. This ticket has been marked as the highest priority and contains all the necessary details for an account creation.
The manager creates an activity and assigns all the context values with appropriate values.
Which two activity methods of the account creation ticket can be used to close the ticket within priority? (Choose two.)
As pan of the initial development of a robotic project, you are using targeted step creation lo interrogate a text input control. The system invokes the automation from a separate automation, and the value of the text input uses a value that is passed into the recorded automation.
In the Recording Steps list, move all of the options to the Ordered Recording Steps column and place them in the correct order.

As a new development requirement, you must disable the Inventory link as shown in the following image. The Inventory link must be available only to the Store Managers user group. The user group validation is already developed, and the web application has already completed interrogation.
How do you disable Inventory link for the remaining user group?
